All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.wicket.spring.injection.annot.package.html Maven / Gradle / Ivy

Go to download

Spring integration in your Wicket web applications using annotations. Requires Java 5. See the examples project for usecases.

The newest version!




wicket.spring.injection.annot package


This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware.

To setup automatic injection of wicket components in your application subclass init() method call: addComponentInstantiationListener(new SpringComponentInjector(this)); To inject any pojo call InjectorHolder.getInjector().inject(this) in the pojo's constructor.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy