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 declaration?
What are the advanced technologies in java?
What are types of j2ee clients?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
What is ear file?
What is interpreter in java?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is the container?
What does resource adapt module contain?
What is deployer?
What are the advantages of object-relational mapping (orm)?
What do you mean by the component contract?
Is class a data type in java?
What is setbounds in java?
What is mean by j2ee?