Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes EJB and other Java EE Technologies and the fly likes What is new in EJB 3.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "What is new in EJB 3.1" Watch "What is new in EJB 3.1" New topic
Author

What is new in EJB 3.1

Abhishek Purwar
Ranch Hand

Joined: Dec 15, 2007
Posts: 62

Hi,

I am new to EJB and want to know what is new in EJB 3.1 and how it is different from hibernate?


Abhishek Purwar,
Bangalore.
Richard Reese
author
Ranch Hand

Joined: Jul 13, 2011
Posts: 57

Abhishek,

An earlier discussion addressed the new features of EJB 3.1: http://www.coderanch.com/t/548578/EJB-JEE/java/new-EJB. Also, check out this discussion: http://www.coderanch.com/t/320460/EJB-JEE/java/Advantages-EJB-JPA-over-spring. It will answer some of your questions regarding Hibernate.


Richard Reese
EJB 3.1 Cookbook
Java 7 New Features Cookbook
Abhishek Purwar
Ranch Hand

Joined: Dec 15, 2007
Posts: 62

Thanks for your reply Richard.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What is new in EJB 3.1
 
Similar Threads
Annotations used in EJB 3.1
what books and references should I read to do the EJB certification?
Best Container for learning EJBs
differences between EJB3.0 and EJB 3.1
Can I use Entity class as my managed bean?