Stats

Thursday 3 March 2016

Architecture (folder structure) of Java Web Project .....

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..

    

No comments:

Post a Comment