Network Deployment (Distributed operating systems), v8.0 > Applications
Web applications
This page provides a starting point for finding information about web applications, which are comprised of one or more related files that you can manage as a unit, including:
- HTML files
- Servlets can support dynamic web page content, provide database access, serve multiple clients at one time, and filter data.
- Java ServerPages (JSP) files enable the separation of the HTML code from the business logic in web pages.
IBM extensions to the JSP specification make it easy for HTML authors to add the power of Java technology to web pages, without being experts in Java programming. Learn about web applications by visiting the following topics:
- Learn about web applications
Learn how you can use servlets, JSP technology (JSP files), and Hyper Text Markup Language (HTML) files to create more dynamic and portable web applications.
- Sessions
A session is a series of requests to a servlet, originating from the same user at the same browser.
- Asynchronous request dispatcher
End-to-end paths for web applications
Migrate web applications
Administer web applications
Scripting web applications
Secure web applications
Develop web applications
Tune web applications
Troubleshoot web applications