Web modules
Web modules represent Web apps and are created by assembling into .war files:
A Web module contains:
- Servlets, JSPs, and HTML files.
- Deployment descriptor (web.xml)
Web modules can be created as stand-alone applications or combined with other modules to create Java EE applications.
Related tasks
Assemble Web apps