<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vitty Library &#187; EJB</title>
	<atom:link href="http://www.vittylib.com/Tutorials/java-technologies/ejb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vittylib.com</link>
	<description>One Stop for all Tutorials</description>
	<lastBuildDate>Wed, 24 Mar 2010 09:40:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EJB 3.0 Persistence out of a J2EE conE container Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/ejb-30-persistence-out-of-a-j2ee-cone-container-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/ejb-30-persistence-out-of-a-j2ee-cone-container-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/ejb-30-persistence-out-of-a-j2ee-cone-container-tutorial-ejb.html</guid>
		<description><![CDATA[In this article we will learn how to manage the persistence issues without being tied to use a J2EE application server.We will build a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.
At present (April 2007) there exist two implementations of the EJB 3.0 persistence specification: [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will learn how to manage the persistence issues without being tied to use a J2EE application server.<br />We will build a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.</p>
<p>At present (April 2007) there exist two implementations of the EJB 3.0 persistence specification: the first is Hibernate-based and was adopted by JBoss, while the other is Oracle Toplink, included into the Oracle Application Server OC4J and into the EJB 3.0 Sun Reference Implementation also known as Glassfish Project .<br />Note that EJB 3.0 persistence specifications are only a part of the EJB 3.0 specifications. They do not deal with Session Beans (stateless or stateful), but only with the Entity Beans.<br />Well, the good news is that, as long as we need only the EJB 3.0 persistence layer and do not need Session Beans, we can use Hibernate or Toplink implementation (our choice!) just into any Java application, without the need of a J2EE container, not even a web server, just from a plain Java class!</p>
<p><a href=http://www.vittylib.com/viewtuto.php?id=8725">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/ejb-30-persistence-out-of-a-j2ee-cone-container-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB 3 entities Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/ejb-3-entities-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/ejb-3-entities-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/ejb-3-entities-tutorial-ejb.html</guid>
		<description><![CDATA[The tutorial introduces the Entity Manager Service which provides methods for persisting, finding, querying, removing and updating entities. It then goes on to show the examples of the EntityManager.persist () and EntityManager.find () methods. The tutorial also introduces the concept of a persistence context, which is the set of managed entity instances. Finally, it states [...]]]></description>
			<content:encoded><![CDATA[<p>The tutorial introduces the Entity Manager Service which provides methods for persisting, finding, querying, removing and updating entities. It then goes on to show the examples of the EntityManager.persist () and EntityManager.find () methods. The tutorial also introduces the concept of a persistence context, which is the set of managed entity instances. Finally, it states some examples of overriding default rules for mapping entities to relational tables.</p>
<p><a href=http://www.vittylib.com/viewtuto.php?id=8727">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/ejb-3-entities-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MVC Application Architecture Ture Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/spring-mvc-application-architecture-ture-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/spring-mvc-application-architecture-ture-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/spring-mvc-application-architecture-ture-tutorial-ejb.html</guid>
		<description><![CDATA[This tutorial will present the entire picture of a Spring MVC web application to better explain the individual roles that Spring MVC plays and where it fits in the overall architecture.]]></description>
			<content:encoded><![CDATA[<p>This tutorial will present the entire picture of a Spring MVC web application to better explain the individual roles that Spring MVC plays and where it fits in the overall architecture.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8723">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/spring-mvc-application-architecture-ture-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eclipse xDoclet EJB Tutorial Tutorialorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/eclipse-xdoclet-ejb-tutorial-tutorialorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/eclipse-xdoclet-ejb-tutorial-tutorialorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/eclipse-xdoclet-ejb-tutorial-tutorialorial-ejb.html</guid>
		<description><![CDATA[Basic Tutorial showing how to create an entity EJB using xDoclet. Source code is included. As IDE we used eclipse with the Myeclipse plugin.As Databased PostgreSQL or Mysql can be used.]]></description>
			<content:encoded><![CDATA[<p>Basic Tutorial showing how to create an entity EJB using xDoclet. Source code is included. As IDE we used eclipse with the Myeclipse plugin.As Databased PostgreSQL or Mysql can be used.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8709">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/eclipse-xdoclet-ejb-tutorial-tutorialorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts Hibernate Integration Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/struts-hibernate-integration-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/struts-hibernate-integration-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/struts-hibernate-integration-tutorial-ejb.html</guid>
		<description><![CDATA[In this tutorial we will show how the Web Framework Struts and the Database Persistence Solution Hibernate can be used together.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will show how the Web Framework Struts and the Database Persistence Solution Hibernate can be used together.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8711">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/struts-hibernate-integration-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Session Bean facade to an Entity EJB Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/session-bean-facade-to-an-entity-ejb-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/session-bean-facade-to-an-entity-ejb-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/session-bean-facade-to-an-entity-ejb-tutorial-ejb.html</guid>
		<description><![CDATA[Tutorial explaining how to use the session bean facade pattern. A simple session EJB and a entity bean is created with xDoclet using eclipse/myeclipse as IDE.Step by step example with sourcecode included.]]></description>
			<content:encoded><![CDATA[<p>Tutorial explaining how to use the session bean facade pattern. A simple session EJB and a entity bean is created with xDoclet using eclipse/myeclipse as IDE.Step by step example with sourcecode included.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8713">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/session-bean-facade-to-an-entity-ejb-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB 3 tutorial using Eclipse, Ant and JBoss Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-ant-and-jboss-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-ant-and-jboss-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-ant-and-jboss-tutorial-ejb.html</guid>
		<description><![CDATA[First EJB 3 Tutorial explaining Ant and showing how to create a session and entity beans with EJB 3 annotations and JBoss.]]></description>
			<content:encoded><![CDATA[<p>First EJB 3 Tutorial explaining Ant and showing how to create a session and entity beans with EJB 3 annotations and JBoss.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8715">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-ant-and-jboss-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB 3 Tutorial using Eclipse, MyEclipse, JBoss Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-myeclipse-jboss-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-myeclipse-jboss-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-myeclipse-jboss-tutorial-ejb.html</guid>
		<description><![CDATA[EJB 3 Tutorial using Eclipse and the MyEclipse plugin showing how to create session and entity beans with EJB 3 annotations and JBoss application server.]]></description>
			<content:encoded><![CDATA[<p>EJB 3 Tutorial using Eclipse and the MyEclipse plugin showing how to create session and entity beans with EJB 3 annotations and JBoss application server.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8717">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/ejb-3-tutorial-using-eclipse-myeclipse-jboss-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJB 3 and Struts Framework Tutorial uial using JBoss Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/ejb-3-and-struts-framework-tutorial-uial-using-jboss-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/ejb-3-and-struts-framework-tutorial-uial-using-jboss-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/ejb-3-and-struts-framework-tutorial-uial-using-jboss-tutorial-ejb.html</guid>
		<description><![CDATA[This tutorial explains how to create a complete web application using EJB 3 and the Struts Framework. Step by step the web application is created. Full source code is provided as well.As applicationserver JBoss is used but you may replace it by any EJB 3 Server.]]></description>
			<content:encoded><![CDATA[<p>This tutorial explains how to create a complete web application using EJB 3 and the Struts Framework. Step by step the web application is created. Full source code is provided as well.<br />As applicationserver JBoss is used but you may replace it by any EJB 3 Server.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8719">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/ejb-3-and-struts-framework-tutorial-uial-using-jboss-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Hibernate Tutorial (EJB)</title>
		<link>http://www.vittylib.com/java-technologies/ejb/first-hibernate-tutorial-ejb.html</link>
		<comments>http://www.vittylib.com/java-technologies/ejb/first-hibernate-tutorial-ejb.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EJB]]></category>

		<guid isPermaLink="false">http://www.vittylib.com/java-technologies/ejb/first-hibernate-tutorial-ejb.html</guid>
		<description><![CDATA[Tutorial showing how to create a first Hibernate application. Full source code is included. The new Hibernate 3 version is used.]]></description>
			<content:encoded><![CDATA[<p>Tutorial showing how to create a first Hibernate application. Full source code is included. The new Hibernate 3 version is used.<br /><a href=http://www.vittylib.com/viewtuto.php?id=8721">View Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vittylib.com/java-technologies/ejb/first-hibernate-tutorial-ejb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
