Architecture (folder structure) of Java Web Project --- As below
Web Application Name --- MyWebApp
MyWebApp
|
--- /src
|
---/main
|
----/java
|
----/resources
| |
| ----/images
| ----/css
----/WebContent
|
---- /WEB-INF
| |
| ---- web.xml
| ---- /lib
| ---- /classes
---- /META-INF
|
---- *.jsp
---- *.html
Just explore on each component to get aware of java web project..
Web Application Name --- MyWebApp
MyWebApp
|
--- /src
|
---/main
|
----/java
|
----/resources
| |
| ----/images
| ----/css
----/WebContent
|
---- /WEB-INF
| |
| ---- web.xml
| ---- /lib
| ---- /classes
---- /META-INF
|
---- *.jsp
---- *.html
Just explore on each component to get aware of java web project..