Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
entity beans in ejb3
rivka zam
Greenhorn
Posts: 24
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hello,
Entity beans in ejb2 were problematic and generally not recommended by the community.
Do you think that we should use them in ejb3 with no worries?
thanks
Rivka
Mike Keith
author
Posts: 304
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Entity beans should not be used any longer going forward. The
Java
Persistence API is an API that makes use of simple POJO entities that are lighter-weight, more flexible and mobile. JPA is the way to go.
-Mike
Pro JPA 2: Mastering the Java Persistence API
This tiny ad is guaranteed to be gluten free.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
are entity beans EJB3?
how to handle session in EJB
Can EJB survive ?
Are ENtity Beans are deprecated in 3.0 version
EJB QL complexity and query time
More...