Same rules as before, you can get this e-book from Apress’ daily deal site for $10 within the 24-hour period. Pro EJB 3 This is one of the few books recommended for SCBCD 5.0 exam.
Entries Tagged as 'EJB 3'
EJB Injection in JSF Managed Beans
April 1st, 2008 · 5 Comments · Java, Programming
While trying to create a simple prototype for an application which uses JSF, EJB 3 and JPA, I decided to implement the suggestions from the article: Using an EJB Session Bean as a Model Facade. I was particularly interested in injecting my EJBs to my JSF Managed Beans (the article mentioned that it should be [...]