Uses of Interface
org.wicketstuff.javaee.naming.IJndiNamingStrategy
Packages that use IJndiNamingStrategy
Package
Description
-
Uses of IJndiNamingStrategy in org.wicketstuff.javaee
Constructors in org.wicketstuff.javaee with parameters of type IJndiNamingStrategyModifierConstructorDescriptionJavaEEBeanLocator(String beanId, Class<?> beanType, IJndiNamingStrategy namingStrategy) Constructor -
Uses of IJndiNamingStrategy in org.wicketstuff.javaee.injection
Constructors in org.wicketstuff.javaee.injection with parameters of type IJndiNamingStrategyModifierConstructorDescriptionJavaEEComponentInjector(WebApplication webapp, IJndiNamingStrategy namingStrategy) ConstructorJavaEEProxyFieldValueFactory(IJndiNamingStrategy namingStrategy) Constructor -
Uses of IJndiNamingStrategy in org.wicketstuff.javaee.naming
Classes in org.wicketstuff.javaee.naming that implement IJndiNamingStrategyModifier and TypeClassDescriptionclassStandard naming strategy for ejbs -
Uses of IJndiNamingStrategy in org.wicketstuff.javaee.naming.global
Classes in org.wicketstuff.javaee.naming.global that implement IJndiNamingStrategyModifier and TypeClassDescriptionclassSimple 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.classSimple 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:
java:global/[<appName>]/<moduleName>/<bean-name>[!<fully-qualified-interface-name>]classSimple 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.