Package org.wicketstuff.javaee.injection
-
Class Summary Class Description JavaEEComponentInjector 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.JavaEEProxyFieldValueFactory IFieldValueFactory
that creates proxies of EJBs based on theEJB
annotation applied to a field.