The requestDestroyed() method of the ServletRequestListener interface takes a ServletRequestEvent object and notifies that the request is about to go…
February 22nd, 2010
What are the main parts of the pluggable API for resolving expressions?
No Comments, SCWCD, by Daisy Williams.The following are the main parts of the pluggable API for resolving expressions: ValueExpression Class: It defines a value expression….
February 21st, 2010
What is the @EJB annotation?
No Comments, SCBCD, by Daisy Williams.In an EJB application the @EJB annotation is used to reference a resource. This annotation can be applied to a…
February 20th, 2010
What are the differences between EJB 2.1 and EJB 3.0.
No Comments, SCBCD, by Daisy Williams.The Enterprise JavaBeans 3.0 specification is intended to improve the EJB architecture by reducing its complexity from the developer’s point…