Java Enterprise Edition (J2EE/JEE) Question:
What does web module contain?
Answer:
The web module contains:
--JSP files,
--class files for servlets,
--GIF and HTML files, and
--a Web deployment descriptor.
Web modules are packaged as JAR files with a .war (Web ARchive) extension.
--JSP files,
--class files for servlets,
--GIF and HTML files, and
--a Web deployment descriptor.
Web modules are packaged as JAR files with a .war (Web ARchive) extension.
Previous Question | Next Question |
What are the four types of J2EE modules? | What is the difference between Session bean and Entity bean?one? |