hello all,
the spring integration packages moved from wicket-stuff project to wicket project and are available as
wicket-spring
wicket-spring-examples
wicket-spring-annot
wicket-spring-annot-examples
there is a request to cleanup the wicket-stuff cvs already in progress.
there are a couple of new features as well
the default annot factory will cache the proxies it creates so the same proxy is returned for the same spring bean. this cuts down on session size and improves performance
the injector will now cache the fields that need to be injected for a certain class so that the same class is never scanned twice. this also helps to further reduce the performance.
-Igor
