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


Please Help Members By Posting Answers For Below Questions

you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

2154


What is a j2ee container?

564


What id url?

510


What is jaap?

537


What is the best java course?

486






Define connection pooling?

498


What is java application server?

472


What is main method in java?

490


Describe orm?

512


What is application client?

518


What is tomcat in j2ee?

466


What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?

515


Is j2ee a language or framework?

467


What is api in j2ee?

464


What is setfocusable in java?

559