1. How to get modified classes/resources reloaded from JARs coderanch.comMy 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 ... |
2. Accessing resource in jar via ServletContext.getResourceAsStream() coderanch.com |