DB2 Everyplace supports JavaServer Pages (JSP) to enable you to create DB2 Everyplace Web-based applications easily. The applications that you create are independent of the operating system and can run on mobile devices in a disconnected mode or while disconnected from a Local Area Network.
JSP technology provides a simplified and fast method to develop and maintain dynamic Web pages. The JSP technology separates the user interface from content generation so that you can create and update page layouts without changing the underlying dynamic content.
JSP uses JDBC technology. The Web-based applications that you create using JSP can access DB2 Everyplace databases through the DB2 Everyplace JDBC Driver.
Refer to the accompanying documentation in <DB2Everyplace>\SDK\JSP\doc for information on how to generate JSP pages that access DB2 Everyplace using WebSphere Studio.
Test your JSP application by following the steps in Running a JSP application on a Windows workstation. You should always run your JSP application on the workstation before transferring it to the device. Running the JSP application on the workstation does the necessary preprocessing of some of the application files.
Related tasks
Related concepts
Related reference