¡@

Home 

java Programming Glossary: javaapplication

Java Web Project referencing another Java project

http://stackoverflow.com/questions/1691553/java-web-project-referencing-another-java-project

of a single servlet and two JSP 's. Something like this JavaApplication src lib resources WebApplication src Servlet.java WebContent.. WEB INF index.jsp other.jsp Now I need to reference JavaApplication from WebApplication in order to use its classes to process web.. way to accomplish this My idea is to create a .jar of the JavaApplication containing all the .class files resources and libs . In this..