>Even when I do that, often I still get the previous version code. I
>makes YET another copy of the class file somewhere besides the classes
>directory.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
...
>>Even when I do that, often I still get the previous version code. I
>>makes YET another copy of the class file somewhere besides the classes
>>directory.
>
> I put a dummy doGet method in that just returns the version.
...
So Roedy.. Do these posts actually mean
you are about to progress to server-side
generation of your pages?
[ (chuckles) your recent descriptions of what it
takes to generate yout site sent chills down my
spine. It would be *sooooo* much simpler if you
move your site to being generated by JSP/Servlet.
(..though I realise that all depends on your host) ]

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Roedy Green - 13 Jun 2004 20:30 GMT
>So Roedy.. Do these posts actually mean
>you are about to progress to server-side
>generation of your pages?
no. I am doing a scheme for a charity to take online membership
registrations.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Roedy Green - 13 Jun 2004 20:33 GMT
>[ (chuckles) your recent descriptions of what it
>takes to generate yout site sent chills down my
>spine. It would be *sooooo* much simpler if you
>move your site to being generated by JSP/Servlet.
Not really. The code is almost the same. One advantage of my technique
is the way it can maintain a local mirror for you that does not
require a server.
The index generation is not something you would want to do on every
page request, even if cached.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.