Web applications
A web application is comprised of one or more related servlets, JavaServer Pages technology (JSP files), and Hyper Text Markup Language (HTML) files that we can manage as a unit.
The files in a web application are related in that they work together to perform a business logic function. The web application is a concept supported by the Java Servlet Specification. Web applications are typically packaged as .war files.
Subtopics
- Web modules
- Web container request attributes
- web.xml file
- Default Application
- JavaServer Pages
- Servlets
- Web fragments
- Asynchronous servlet best practices
- Web container properties
- Java EE application resource declarations
- Web applications: Resources for learning
Related:
Servlets JavaServer Pages Web modules Default Application