Hi Ingram,

I have been using Wicket in a Webwork based application which I imagine would be very similar to what you want to do.  Both frameworks register a Servlet to handle requests and can be mapped to any servlet path.  I have had no problems switching from pages in one framework to the other.  State can still be shared between frameworks using the HTTP session.

I eventually plan to move all the code to Wicket and now that wicket supports stateless pages there is nothing stopping me completely removing Webwork.  You cannot directly use your JSP pages in Wicket but it is extremely simple to capture the output  of one (show source in your browser) and then add the necessary wicket:id tags.

John.

On 28 Jun 2006, at 12:58, Ingram Chen wrote:

    We want to merge wicket into exist struts project and there are some parts
of system still requires jsp. Could I include jsp (output of jsp) in wicket page ?

Any suggestion are welcome !

--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
Wicket-user mailing list

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to