Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1124

EJB 3.2 tutorial with Manning, EJB 3 in Action

$
0
0



The book is decent, but half of the prose could be removed and the narrative could be much more terse. It seems that often the authors get carried away by their literary velleity. Unfortunately the code examples are incomplete, as always happens the "import" statement are omitted, so that it really takes some effort to try the examples. However, code is provided on the Manning site.
@Stateless
@Stateful
@Singleton
@Lock
@Asynchronous
@Local
@Remote
@Remove
@Inject
@Resource
@PreDestroy
@Startup
@EJB
@Named
@Produces
@RequestScoped
@LoggedIn
@PersistenceContext
@JMSConnectionFactory
@MessageDriven


java:/[app-name]//[!fully-qualifiedinterface- name] java:comp java:module java:app java:global

@AroundInvoke @Interceptors , default interceptor in ejb-jar-xml
@InterceptorBinding


@TransactionAttribute @ApplicationException
@Schedule @Schedules
@RunAs
@WebService @SOAPBinding @WebMethod @WebResult
@Produces @Consumes
@EntityManager @Entity







Viewing all articles
Browse latest Browse all 1124

Trending Articles