All the SAS Web Application
Examples templates, listed below, use the SAS Web Infrastructure Platform
(SAS WIP). For each template listed there is a corresponding template
available in the AppDev Studio interface that uses the legacy SAS
Foundation Services (SAS FS).
Information Map Default Servlet (uses SAS WIP)
creates a Default Information
Map based on the Model 2 (MVC) Web Application Architecture. Both
a JSP page and a Java file containing the servlet's class are
created.
Information Map OLAPTableView Servlet (uses SAS WIP)
creates an Information
Map OLAPTableView example based on the Model 2 (MVC) Web Application
Architecture for use with OLAP data. Both a JSP page containing OLAPTableView
custom tags and a Java file containing the servlet's class are
created.
Information Map TableView Servlet (uses SAS WIP)
creates an Information
Map TableView example based on the Model 2 (MVC) Web Application Architecture
for use with relational data. Both a JSP page containing TableView
custom tags and a Java file containing the servlet's class are
created.
JDBC Default Servlet (uses SAS WIP)
creates a Default JDBC
example based on the Model 2 (MVC) Web Application Architecture. Both
a JSP page and a Java file containing the servlet's class are
created.
JDBC TableView Servlet (uses SAS WIP)
creates a JDBC TableView
example based on the Model 2 (MVC) web application architecture. Both
a JSP page containing TableView custom tags and a Java file containing
the servlet's class are created.
Report Viewer Servlet (uses SAS Web Report Viewer and SAS WIP)
creates a report viewer
example that uses a servlet to access relational and OLAP data. The
selected report is viewed in SAS Web Report Viewer. A Java file containing
the servlet's class is created.
SAS Stored Process Servlet (uses SAS WIP)
creates a stored process
example that uses a servlet to display the output of a stored process.