Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Howto for usage of EclipseLink in JavaEE Webapps (I know JPA in Java SE)

There is some info here,

http://en.wikibooks.org/wiki/Java_Persistence/Runtime


t3_chris wrote:
> 
> Hi!
> 
> So far I've used EclipseLink only in Java SE projects. As I do really
> appreciate it, I've considered using
> it in a Apache Wicket web application.
> 
> Is there any documentation available which describes the differences
> between JPA usage in Java SE and
> Java EE environments?
> 
> I've already tried some things like fetching, adding and deleting objects
> from the database, but i am quite
> unsure how for example the EntityManagers should be handled. In Java SE I
> requested one EntityManager
> for each form and everything worked fine... This is just one example
> question, but there are many many more...
> 
> I'd be glad if anyone of you could supply me a good link!
> 
> Best Regards,
>   christian
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/Howto-for-usage-of-EclipseLink-in-JavaEE-Webapps-%28I-know-JPA-in-Java-SE%29-tp25424239p25474411.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top