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
Is class a data type in java?
What is ejb container provider?
Why java is called robust and secure?
What do you mean by the deployment descriptor?
What is java netbeans?
What is awt panel java?
What is business logic?
What is japplet in java?
What is application client container?
What is the use of jit compiler in java?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
What is a java ee container?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
How do you make a class immutable in java?
What is delegation?