Hi,
i want to learn EJB3. Anyone pls suggest some good tutorial website for EJB3.
Thank you
Hi,
i want to learn EJB3. Anyone pls suggest some good tutorial website for EJB3.
Thank you
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.
you don't really want to learn ejb3. You probably just want to learn jpa and spring. The O'Reilly book is good, but only focus on Entity Beans - the others are just dumb.