All Classes and Interfaces
Class
Description
Simple Java EE 6 Global JNDI naming support for java:app prefixed JNDI names based on the EJB 3.1
specification Section 4.4.1.1, page 84
The java:app prefix allows a component executing within a Java EE application to access an application-specific namespace.
The java:app prefix allows a component executing within a Java EE application to access an application-specific namespace.
Implementation of
IProxyTargetLocator
to locate Java EE 5 EntityManagerFactorySimple Java EE 6 Global JNDI naming support for java:global prefixed JNDI names based on the EJB
3.1 specification Section 4.4.1, page 83
With this you can use JNDI names in the following format:
With this you can use JNDI names in the following format:
java:global/[<appName>]/<moduleName>/<bean-name>[!<fully-qualified-interface-name>]
Specifies a pluggable implementation for a naming strategy of EJB's
Implementation of
IProxyTargetLocator
to locate ejbs using Java EE 5 resource injection.This injection must be initialized in the Wicket WebApplication in order to enable Java EE 5
resource injection in Wicket Pages Add the initialization in WebApplication's init() method, e.g.
IFieldValueFactory
that creates proxies of EJBs based on the javax.ejb.EJB
annotation applied to a field.Implementation of
IProxyTargetLocator
to locate object using JNDISimple Java EE 6 Global JNDI naming support for java:module prefixed JNDI names based on
the EJB 3.1 specification Section 4.4.1.2, page 85
The java:module prefix allows a component executing within a Java EE application to access a module-specific namespace.
The java:module prefix allows a component executing within a Java EE application to access a module-specific namespace.
Standard naming strategy for ejbs