what is Directory Structure of webapplication?
Answer Posted / radhi
SRC
|
| ----Package1
} |_ _Classes
| |_ _Bean Classes
| |_ _ Util
| |_ _Property files
|
|----Package2
|_ _Classes
|_ _Bean Classes
|_ _ Util
|_ _Property files
WEBCONTENT
|
|_ _ _WEB-INF -root directory
| |
| --classes dir
| --lib dir
| --web.xml
|
| --html
--dhtml
--jsp etc...
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the use of jit compiler in java?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
What is java api for xml registries (jaxr)?
to update a batch in a table in jdbc which method of statement object is used
What is a panel java?
What is event and listener in java?
What is a java application server?
Why is java considered dynamic?
What is devops in java?
What is home interface?
What is j2ee server?
What are the topics in j2ee?
Why java is oop language?
What is a thin client?
What will happen when you compile and run the following code?