» Embedded Jetty + WicketFilter - web.xml
I searched quite a bit on lazyweb but couldn't find anything conclusive so.. for posterity, here is how to start an embedded Jetty (a lightweight Java Servlet container/webserver) without any XML, add
UPDATE: replaced with code that actually works
<init-param/> values without XML (Wicket's WicketFilter requires a applicationClassName init-param that contains the fully qualified class name of your WebApplication) and with Wicket:import org.apache.wicket.protocol.http.ContextParamWebApplicationFactory; |
| Java2html |
UPDATE: replaced with code that actually works






0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home