On Fri, Aug 20, 2004 at 05:18:37PM -0400, John Villar wrote: : /classEditor.jsp (this file edits the Bean Information) : /templates/X.java.jsp (this file has a template for some java class, : based on the bean info) : /templates/X.jsp.jsp (this file has a template for a jsp to edit the : previous class properties, based on the bean info) : : I want to provide X.java.jsp with the bean information dumped in it and : X.jsp.jsp with the bean information dumped in it in only 1 Zip file.... : in fact, there are 20 templates..... : : the general idea is to repeat a *LOT* of code with just providing the : basic information, and zip it with the directory structure i need.....
I think I understand now, sort of... and I'd take a different approach. Look into XDoclet for generating code, or perhaps a quick perl/python/etc if you're doing a one-time mass-creation. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
