The Artima Developer Community
Sponsored Link

Java Buzz Forum
EJB 3.0 Persistence out of a J2EE container

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
EJB 3.0 Persistence out of a J2EE container Posted: Apr 7, 2007 3:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Max Zone.
Original Post: EJB 3.0 Persistence out of a J2EE container
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
Latest Java Buzz Posts
Latest Java Buzz Posts by Max Zone
Latest Posts From dzone.com: java

Advertisement
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: 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 . Note that EJB 3.0 persitence 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. 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!

Read: EJB 3.0 Persistence out of a J2EE container

Topic: Automated Web Application Testing with Selenium Seminar: In-the-Brain of Erik Doernenburg Previous Topic   Next Topic Topic: PHP Performance with eAccelerator versus eAccelerator with PHP Zend Optimizer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use