..
> This applet isn't the entire program, its a -piece- of the program.
Please be a bit more specific.
Is it just one applet amongst this group
of pages?
One applet that *writes* *files*?
What else does it do (and how)?
What else must this applet interact with?
> The entire "application" consists of several thousand xhtml pages, js
> files, css, xsl, xml, .class
What are the '.class' files, if not applets
or classes in a WEB-INF?
>...etc..
>
> And yes the applet uses "params"
Web start - but that will require tomcat
(or PHP etc.) to write the params for the
JNLP actively.
Andrew T.
Kavok - 22 Feb 2007 03:32 GMT
> ..
>
[quoted text clipped - 6 lines]
> What else does it do (and how)?
> What else must this applet interact with?
Its one applet among many.
This applet needs to:
1. Open two .xml files.
2. Locate a specific line in the XML file.
3. Write new data within the specific tags.
4. Write the new file to the disk, overtop of the currently existing
file.
> > The entire "application" consists of several thousand xhtml pages, js
> > files, css, xsl, xml, .class
>
> What are the '.class' files, if not applets
> or classes in a WEB-INF?
They are applets.
> >...etc..
>
[quoted text clipped - 5 lines]
>
> Andrew T.
I'm not allowed touching the operating system and/or installing apache/
php etc.. at this time.