Develop web applications
Web applications are comprised of one or more related files that we can manage as a unit, including:
- HTML files
- Servlets that can support dynamic web page content, provide database access, serve multiple clients at one time, and filter data
- JSP files that enable the separation of the HTML code from the business logic in web pages
IBM provides extensions to the JSP specification.
For information about developing web applications using WebSphere Developer Tools, see Developing web applications.
Subtopics
- Develop web applications
- Assembling web applications
- Develop session management in servlets
- Assembling so that session data can be shared
End-to-end paths for web applications Migrate web applications Administer web applications Script web applications Secure web applications Web applications Tune web applications Troubleshoot web applications