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 java developer job description?
Where can I find java developers?
What is java web technologies?
Give some advantages of orm (object-relational mapping)?
What is jbutton in java?
Difference between save and saveorupdate?
Who gave the name java?
What is java 2 platform, enterprise edition (j2ee)?
What is application client module?
What is interpreter in java?
In DAO we are writting sql queries , how it is possible with creating and closing database connections.
What every java developer should know?
What is multi tier architecture in j2ee?
What is document?
I’m new to WebLogic Does anyone knows how to Deploy Application using