On Wed, Feb 23, 2011 at 8:56 AM, tetsuo <ronald.tet...@gmail.com> wrote:
> Since Spring 3.0, scoped proxies are Serializable. So, it's perfectly
> possible to use @Configurable, @Autowired, and lots of AspectJ magic,
> for Pages and Components, instead of wicket-spring/@SpringBean.
>
> Provided, of course, that all beans you inject into Components are
> scope-proxied (<aop:scoped-proxy/> or @Scope(value = "singleton",
> proxyMode = ScopedProxyMode.INTERFACES)).
>

That's a pretty big gotcha, IMHO.

Reply via email to