Implementation of {@link IProxyTargetLocator} to locate object using JNDI
To use this technique in a Wicket Page, just insert a line like
private @Resource(name="referenceName") YouClass obj;
The 'referenceName' attribute is mandatory, and refers to the name of the object as declared in the web.xml file
@author Filippo Diotalevi