Hey, everyone.
As I've begun using JSPs, I've moved away from creating objects and the object-oriented work. This is mostly because whenever I update a *.java file and recompile, I need to bounce our JSP server (JRun) for the JSPs to recognize the updated class files.
I am interested in "fooling around" with *.class files again and was wondering if anyone knew any tricks to breaking the connection between the JSP and the *.class files so that the JSP can go out and find the new class file without having to bounce our server?
Thanks!
--Dave
As I've begun using JSPs, I've moved away from creating objects and the object-oriented work. This is mostly because whenever I update a *.java file and recompile, I need to bounce our JSP server (JRun) for the JSPs to recognize the updated class files.
I am interested in "fooling around" with *.class files again and was wondering if anyone knew any tricks to breaking the connection between the JSP and the *.class files so that the JSP can go out and find the new class file without having to bounce our server?
Thanks!
--Dave