On May 14, 2009, at 4:02 PM, André Warnier wrote:

Ken Bowen wrote:
The point of dynamic jsp pages is to dynamically create pages on the fly based on information from the user. What's the point of using jsp to "dynamically" create pages offline that you only serve statically? Why not just
write them in html from the beginning?
+1
and I must say that I'm curious to see the answer.
:-)
Writing the pages with jsp is a lot more "cool" though.

The OP just seems to be using JSP as a scripting language to pregenerate static pages. I think there a better ways, but it doesn't seem too strange. You keep your common components separate (banner, footer, whatev). Way better than hand editing the same stuff over and over again.

To the OP, once you have taken down the JSPs, perhaps you could use something like Ant's globmapper to change the extension and FTP/SCP them to your server.

best,
-Rob


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to