Hi.. I understood what your issue is. Just want to share my experience here. I used to convert my struts application to wicket. I found there were no easy way to solve this matter. Since wicket is component based, not rely on servlet to do an action. Finally, I ended this matter by recreating all the jsp page to wicket page one by one. The html dan css structure were still usable. Just need reform the page with wicket style. Other things like form action servlet, link, etc are not much usable except the business logic. The way jsp do page templating (e.g. tiles or sitemesh) was also not usable. In wicket we do inheritance or border to do page templating. My conclusion, this is not an easy thing to do. But if you really want to, you really need to spent time to reform your presentation. It can be a pain if your project is huge size.
I know I didn't share any solution here, just shared my thoughts. Hope others have solution for you. Cheers, Noven Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...! -----Original Message----- From: "koha...@gmail.com" <koha...@gmail.com> Date: Mon, 26 Sep 2011 15:06:42 To: <users@wicket.apache.org> Reply-To: users@wicket.apache.org Subject: Re: Servlet and Wicket 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. 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. 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