Hi,

I read about Wicket-spring integration at
http://cwiki.apache.org/WICKET/spring.html and now I wonder what's the
difference between


   - extending SpringWebApplication combined with doing
   addComponentInstantiationListener(new SpringComponentInjector(this))
   in init(), and
   - just doing addComponentInstantiationListener(newSpringComponentInjector(
   this)) in init()

In both cases I injected the dependencies with @SpringBean. The JavaDoc of
the former states that the SpringWebApplication contains helper methods to
create lazyinitproxies, will the lattern do that also?

thanx.

-- 
Martijn Lindhout
JointEffort IT Services
http://www.jointeffort.nl
[EMAIL PROTECTED]
+31 (0)6 18 47 25 29

Reply via email to