On Mon, Sep 26, 2011 at 3:06 PM, koha...@gmail.com <koha...@gmail.com> wrote: > I am asking this question because I have reviewed all the books published on > Wicket including the recent Wicket Cookbook, I have not seen any examples of > how you can replace JSP with Wicket. I want to use Wicket in my current > project but it would be cost prohibitive if I have to discard all the > Servlet implementation.
wicket and servlets can live side-by-side. wicket doesnt take over the url space so servlets and jsps can still be accessed like they used to be. > Now, my question is, how easy would it be to replace > the JSP code with Wicket code. Or to ask it another way. Is it possible to > reuse my current Servlet code and integrate it with Wicket for the UI. It > would help to see examples of how to integrate Servlet code with Wicket. define "integrate" -igor > > I hope this helps clearify things a bit. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3845548.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org