Re: writing files with a web application

2006-01-24 Thread David Smith
Glen Mazza wrote: Peter Crowther wrote: From: SOA Work [mailto:[EMAIL PROTECTED] Check the Servlet Spec (version 2.4 is at http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ ) for questions of this kind. From memory in both cases (so treat with caution): 1.) am I allowed

writing files with a web application

2006-01-23 Thread SOA Work
Hi, I'm working on a web application using tomcal 5.x as servlet engine. Now i have to use another java tool for generating some html files. I would like to call the main method in my java code. My question is now: 1.) am I allowed to call main methods or programms in my web applicatio? 2.)

RE: writing files with a web application

2006-01-23 Thread Peter Crowther
From: SOA Work [mailto:[EMAIL PROTECTED] Check the Servlet Spec (version 2.4 is at http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ ) for questions of this kind. From memory in both cases (so treat with caution): 1.) am I allowed to call main methods or programms in my web

Re: writing files with a web application

2006-01-23 Thread Glen Mazza
Peter Crowther wrote: From: SOA Work [mailto:[EMAIL PROTECTED] Check the Servlet Spec (version 2.4 is at http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ ) for questions of this kind. From memory in both cases (so treat with caution): 1.) am I allowed to call main methods or

Re: writing files with a web application

2006-01-23 Thread Markus Schönhaber
Peter Crowther wrote: From: SOA Work [mailto:[EMAIL PROTECTED] Check the Servlet Spec (version 2.4 is at http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ ) for questions of this kind. From memory in both cases (so treat with caution): 1.) am I allowed to call main methods or