jar « Resource « JSP-Servlet Q&A





1. How to get modified classes/resources reloaded from JARs    coderanch.com

My JSP application uses a number of Java classes of my own. At the moment, I have not got around to wrapping them in a tag library or Java Beans, so the JSP includes little bits of Java to call my classes directly (I know - not the done thing). Anyway, when I first developed the application, my Java classes were ...