Dynamic Web content

You can use Java servlets and JSPs to dynamically create HTML pages and interactive HTML forms. Java servlets can call methods in EAServer components.

Java servlets are Java classes that use the standard javax.servlet API to respond to HTTP requests. EAServer can host Java servlets natively, and you can use the Management Console to associate logical paths in an HTTP URL with a Java servlet. JavaServer Pages extend the HTML page description language, allowing you to embed Java scriptlets within HTML tags. See the EAServer Web Application Programmer’s Guide for more information:

Using the PowerBuilder integrated development environment (IDE), you can deploy JSP-based Web applications from PowerBuilder to EAServer. See Working with Web and JSP Targets in your PowerBuilder documentation set.