UA allows you to capture JavaServer Pages (JSP) Web applications and display them in an application.
JSP applications must be single-element applications
even though you build JSP applications by selecting Aggregated Application.
Creating a JSP element
Log in to Mobile Web Studio and select Build | Applications. Right-click in the detail view and select New Aggregated Application.
In the Application Builder, click the down arrow to the right of Add and select JSP Element. You see the JSP Element Definition window.
Select which option to use for the JSP element:
Use Web Application – if the reference is a Web application archive (WAR) file that is on the application server. Go to “Using a Web application” to complete the procedure.
Use JSP Template – if the JSP element does not reference a WAR file. Go to “Using a JSP template” to complete the procedure.
Use Remote URL – if the JSP is not part of a Web application in the same Web container as the portal. Go to “Using a remote URL” to complete the procedure.