You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "Farrukhjon SATTOROV (farrukh)" <fi...@gmail.com> on 2013/09/14 07:48:06 UTC

How jvm create wicket application

How jvm create wicket application. What is creating process or steps under
hood.

Re: How jvm create wicket application

Posted by Andrea Del Bene <an...@gmail.com>.
There's no particular code under the hood, as Wicket works on top of 
Servlet specification. Usually one Wicket application corresponds to one 
Servlet filter of type WikcetFilter. If you want to know more about how 
Wicket entities (request, response, session, etc...) are created, take a 
look at method processRequest of WicketFilter.
> How jvm create wicket application. What is creating process or steps under
> hood.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org