21

I want to learn EJB3. Anyone could suggest some good tutorial website for it?

peterh
  • 11,875
  • 18
  • 85
  • 108
  • Hi! I have created some EJB 3 tutorials. I hope it will help you! http://letsprog.com/ejb-3-getting-started/ – Farah Dec 15 '16 at 16:24

4 Answers4

6

I read the O'Reilly book Enterprise JavaBeans 3.0. It covers almost the entire EJB3 spec, and is very well written. The book has two parts: The first part (most of the book) covers core EJB3 as it applies to any implementation or application server. The second part is a "workbook" of how to actually implement various bits under JBoss.

Adam Batkin
  • 51,711
  • 9
  • 123
  • 115
4

Very good tutorial http://download.oracle.com/javaee/5/tutorial/doc/gfirp.html

funkydokta
  • 96
  • 2
  • 6