Suggestion
I want to start learning EJB. What books are recommended? Any suggestion?
# 1
A good place to start is the EJB section of the Java EE 5 tutorial : http://java.sun.com/javaee/5/docs/tutorial/doc/We also have some very simple ("hello, world"-type) EJB 3.0 examples here :https://glassfish.dev.java.net/javaee5/ejb/EJB30.html --ken
# 2
Hello, I wanted to let you know my personal experience : I used Java EE 5 Tutorial (For 1.4 then 5). it's a very good place to learn.And also, netbeans has a really good integration for EJB 3.Regards,Sebastien Degardin