Porting ASP to JSP

I am interested in understanding the process of porting a MS ASP based application to JSP. Is there an easy way out or am I going to rebuild the wheel on this project?What are the potential advantages and pitfalls?
[243 byte] By [workingroup] at [2007-9-30 10:56:24]
# 1

I don't know of anything analogous to custom tag libraries in ASP. I think it would be a big mistake to slam a lot of ugly scriptlet code into the JSPs to try and match the ASP VB code line for line. Better to redesign using some Beans and incorporate JSTL to keep scriptlet code out of the JSPs.

%

duffymo at 2007-7-3 21:46:37 > top of Java-index,Other Topics,Patterns & OO Design...