Script web applications
Web applications are comprised of one or more related files that we 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; and 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.
Subtopics
- Configure applications for session management using scripting
- Configure applications for session management in web modules using scripting
End-to-end paths for web applications Migrate web applications Administer web applications Web applications Secure web applications Developing web applications Tune web applications Troubleshoot web applications