Re: Feature request: using @SpringBean outside Wicket request

2008-04-09 Thread Erik van Oosten
Igor Vaynberg wrote: can you not roll your own simple filter? you can pull the webapp from the servletcontext -igor Thanks for the suggestion. It works perfectly. Here is the code for those that are interested. import org.apache.wicket.Application; import

Feature request: using @SpringBean outside Wicket request

2008-03-28 Thread Erik van Oosten
Hello, I love @SpringBean so much that I would like to use it outside Wicket requests as well. I am using Restlets and the native Restlet-Spring integration is very cumbersome. Unfortunately the WicketFilter does set the Application thread local variable for non wicket requests. Would it be

Re: Feature request: using @SpringBean outside Wicket request

2008-03-28 Thread James Carman
Spring has that feature built in. Look at their @Configurable annotation support. On Fri, Mar 28, 2008 at 7:33 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Hello, I love @SpringBean so much that I would like to use it outside Wicket requests as well. I am using Restlets and the native