[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Serving dynamically generated JSPs
PeterJ
do-not-reply at jboss.com
Thu Jul 27 18:02:48 EDT 2006
This is probably not the solution you are looking for, but have you looked into using Velocity templates (or some of the other templating mechanism) instead of JSPs? If you are already passing beans to the JSPs and using JSTL to extract the bean data and generate the HTML, this would be very easy to convert to Velocity. Of course, if you have a lot of server-side Java code embedded in your JSPs then you would have a lot more work to do.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961441#3961441
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961441
More information about the jboss-user
mailing list