yao cuihong wrote:
Hello, everyone.

I have a web application based on jsp (all is jsp, no java bean). I want to
upgrade it to portlet application based on Jetspeed 2.0.How to use the old
jsp(all business logic is in these jsp)? DoI hava to rewrite the business
logic or jsp in the new portlet application?

Thanks for any help.

The main issue is your URLs. You will have to use the portlet tag library to make your URLS point back to the portal. Some frameworks have abstracted the URL generation code (in fact that is much of what Bridges does) to help developers write applications that run both in servlets and portlets.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to