Hi, I have been looking for references on Wicket and OSGi and all solutions I have seen make use of the WicketServlet (since OSGi HTTP Service only allows to register servlets) . But now the preferred way to use Wicket is via a WicketFilter instead of WicketServlet (which his now deprecated, at least in 2.0 branch). My question is. Is it "safe" to still use WicketServlet? Has soemone considered this possibility when deprecating WicketServlet? It seems we have no other option than using WicketServlet if we want to embed a Wicket application as a bundle in an OSGi container. Or is there another solution?
Best regards, Ernesto -- View this message in context: http://www.nabble.com/Wicket-and-OSGi-tf3120688.html#a8645911 Sent from the Wicket - Dev mailing list archive at Nabble.com.
