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
Which edition of java is used for web application?
Is j2ee and jee same?
How many java languages are there?
What is create method?
What is form-based authentication?
What are web technologies in java?
What is webservices in java?
What id url?
What is a gui in java?
Why is java more secure?
What is filter chain?
What is java mobile?
What are struts?
How is java development environment setup?
What is callback methods?