Structure of java web application - JSP/Java Views : 334
Tagged in : JSP-Java
0 0
Send mail
Here is the structure of java web application :

APP/
|--index.jsp
|--META-INF/
|      --
|--WEB-INF/
|     --web.xml
|     --classes/
|         --bean1.class
| -    -lib/
|         --struts.jar
By Selva, On - 2010-01-27



    Login to add Comments .