what is Directory Structure of webapplication?
Answer Posted / baiju viswam
The most common hierarchy is (eclipse IDE)
applnroot -
+src (your source files in packages)
build
libraries added by ide
-WebContent
+images
+css
+scripts (javascripts)
index.htm (index page)
-WEB-INF
+lib (libray files used)
+jsp (jsp's)
web.xml (deployment descriptor)
classes (generated class files)
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is application configuration resource file?
What is event handling in java?
Why java is called portable language?
What are the components of j2ee applications?
Is java ee and j2ee same?
Which java technology is in demand?
What is jaxr provider?
What is main method in java?
What is java secure socket extension (jsse)?
Are java primitives objects?
What is authorization?
Is eclipse written in java?
What is business logic?
Why is j2ee needed?
What are j2ee components?