Thank you , I tried it , and it can successfully inject EntityManagerFactory into a WebPage , But it seems unable to inject EntityManager , is it because of some thread-safe limitation here ?
2010/3/23 Major Péter <majorpe...@sch.bme.hu> > I think yes, Wicket is already depending on cglib, so you could create > something like this: > > http://fisheye6.atlassian.com/browse/wicket/branches/wicket-1.4.x/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java?r=HEAD > or for non-spring code check out the wicketstuff javaee-inject project. > > Best Regards, > Peter >