JavaDude32
Programmer
Okay, I'm working on a server application (not servlet or jsp) that will service multiple users and have a user account system. I'd like to have different modules of code in this program used for users with different security levels. Also I'd like to be able to update the system on fly, or basically recompile modules from the inside without stopping it, is there a way I can do this? Do I have to overload the ClassLoader to accomplish these tasks?