26000 - How to Enable Editing in a JSP TableView- Sample
This sample shows a JSP TableViewComposite with editing enabled on the member, row, and cell levels.
26049 - How to Connect to a SASŪ Workspace Server with JDBC- Sample
This sample demonstrates how to use the SAS Integration Technologies MVADriver class to connect to a SAS Workspace Server. Sample 26049: How to Connect to a SASŪ Workspace Server with JDBC Overview This sample uses ...
33060 - How to Create a JDBC Connection Using the Java Connection Factory- Sample
This sample demonstrates how to create a JDBC connection using the SAS Integration Technologies Java Connection Factory. Sample 33060: How to Create a JDBC Connection Using the Java Connection Factory Overview This ...
32960 - How to Build a Portlet That Displays an OLAP Table View- Sample
This sample demonstrates how to build a portlet that uses an OLAPTableViewComposite and enables the user to apply actions such as drill, expand, and filter in a portlet.
26026 - How to Create a JSP DualTreeSelector- Sample
This samples shows how to create and render a JSP DualTreeSelector.
26007 - How to Create an Action to Directly Export to Excel from the JSP OLAPTableView- Sample
This sample shows how to add an item to the menu of a JSP OLAPTableView in order to directly export the contents of your OLAPTableView into an Excel editor without going through an Export To selector.
26006 - How to Create a Simple JSP OLAPTableView- Sample
This sample shows a simple JSP OLAPTableView with static hardcoded data.
26032 - How to Create a JSP TreeView- Sample
This sample shows how to create and render a simple JSP TreeView.
26029 - How to Create a JSP ComboBoxView- Sample
This sample shows how to create and render a JSP ComboBoxView.
26028 - How to Create a JSP CheckBoxList- Sample
This sample shows how to create and render a JSP CheckBoxList.
26035 - How to Create a JSP MenuBar- Sample
This sample shows how to create and render a simple JSP MenuBar.
26030 - How to Create a JSP ListBoxView- Sample
This sample shows how to create and render a JSP ListBoxView.
26027 - How to Create a JSP TreeListSelector- Sample
This sample shows how to create and render a JSP TreeListSelector.
32957 - How to Build a Portlet Project in SASŪ AppDev Studio 3.3- Sample
Overview This sample demonstrates how to build a Portlet project in SAS AppDev Studio 3.3, and also how to create a .par file from the project so that the project can be tested in SASŪ Information Delivery Portal. The ...
26025 - How to Create a JSP DualListSelector- Sample
This sample shows how to create and render a JSP DualListSelector.
26024 - How to Create a Swing TreeListSelector- Sample
This sample shows how to create a Swing TreeListSelector.
26036 - How to Programatically Initialize the Visual Data Explorer with a Data Exploration Bookmark- Sample
This sample shows how to initialize the VisualDataExplorer with a particular data exploration, or data exploration with a bookmark other than the default.
26017 - How to Programatically Create a Filter in the Visual Data Explorer- Sample
This sample shows how to create a VisualDataExplorer and then how to create and set a filter programatically.
26034 - How to Create a JSP TreeView That Uses a JDBC Connection to Access Data- Sample
This sample shows how to create and render a JSP TableView connecting to data with a JDBC connection.
26022 - How to Create a Swing DualListSelector- Sample
This sample displays a Swing DualListSelector.
26023 - How to Create a Swing DualTreeSelector- Sample
This sample shows how to create a Swing DualTreeSelector.
26031 - How to Create a JSP ComboBoxView That Connects to JDBC Data- Sample
This sample shows how to create and render a JSP ComboBoxView that connects to JDBC data.
26052 - How to Create a JSP DualTreeSelector that connects to a JDBC Data Source- Sample
This sample shows how to create and render a JSP DualTreeSelector that connects to data via a JDBC Connection.
26103 - How to Override the Table Cell Renderer of the JSP TableView- Sample
This sample demonstrates how to override the default table cell renderer in order to extend the functionality of the JSP TableView component in SAS AppDev Studio.
This sample shows how to initialize the VisualDataExplorer with a predefined filter that is set on the information map.
26020 - How to Customize the Menu Bar in the Visual Data Explorer- Sample
This sample shows how to customize the menu bar for a Visual Data Explorer.
26051 - How to Programatically Create a New Calculated Measure Using the Visual Data Explorer- Sample
This sample shows how to create a VisualDataExplorer and then shows how to programatically create a calculated measure.
26015 - How to Create a JSP Remote File Selector- Sample
This sample shows how to create a RemoteFileSelector, which is used to navigate and select directories and entries on a server.
26014 - How to Create a JSP OLAPTableView That Connects to an OLAP Cube with a Customized Query- Sample
This sample shows how to create and render an OLAPTableView that connects to data through SAS Foundation Services.
26005 - How to Create a Swing OLAPTableView that Connects to Data with SASŪ Foundation Services- Sample
This sample shows an OLAPTableView with live data connecting through SAS Foundation Services.
26037 - How to Override the Show Detail Action in the Visual Data Explorer- Sample
This sample shows how to override the show detail action for the Visual Data Explorer.
26004 - How to Create a Simple Swing OLAPTableView- Sample
This sample shows how to create a Swing Tableview that displays OLAP data.
25994 - How to Create a Swing TableView Using a JDBC Connection- Sample
This sample shows a Java Swing TableView connecting to live data via a JDBC connection.
26033 - How to Create a JSP TreeView with Custom Tags- Sample
This sample shows how to create and render a simple JSP TreeView using custom tags.
25996 - How to Print to PDF from a Swing TableView- Sample
This sample shows how to print to a PDF file from a Swing TableView.
25995 - How to Create a Simple Swing TableView- Sample
This example shows how to create a Swing TableView in order to display data.
25997 - How to create a JSP TableView that connects to a JDBC datasource- Sample
This sample shows a JSP TableView connecting to data via a JDBC connection.
25999 - How to Create a JSP TableView with an Action Provider- Sample
This sample shows a JSP TableView with an action provider, which involves creating a TableViewComposite. The TableViewComposite is a TransformationBeanTM that is composed of other TransformationBeans that include the ...
25998 - How to Create a Simple JSP TableView with Static Data- Sample
The TableView displays data from different types of tabular data sources and enables users to interact with live data. To illustrate how to use the TableView, this sample uses its own static data model.
26001 - How to Create an Action to Directly Export to Excel from the JSP TableView Header- Sample
This sample shows how to add an item to the menu to directly export the contents of a JSP TableView into an Excel editor without going through an Export To selector.
26019 - How to Programmatically Modify the Query That Is Displayed in the Visual Data Explorer- Sample
This sample demonstrates how to programmatically modify the query that is displayed in the Visual Data Explorer. This allows you to customize the initial query that is displayed when you run your application.
26016 - How to Instantiate the Visual Data Explorer with an Information Map- Sample
This sample creates a VisualDataExplorer for viewing and navigating relational or OLAP data.
32225 - How to Build a Web Application Project in SASŪ AppDev Studio 3.3- Sample
Overview This sample demonstrates how to build a Web application project in SAS AppDev Studio 3.3. The instructions assume that you have already completed the new workspace setup steps that were performed after the ...
32245 - How to Test a Web Application in SASŪ AppDev Studio 3.3- Sample
The sample demononstrates how to publish a Web application to the test Tomcat server, and then execute it
32233 - How to Build a Java Project in SASŪ AppDev Studio 3.3- Sample
Overview This sample demonstrates how to build a Java project in SAS AppDev Studio 3.3. The instructions assume that you have already completed the new workspace setup steps that were performed after the installation. ...
32153 - How to Use a JSP Radio Custom Tag with a JDBC Query as the Model- Sample
This example demonstrates how to use a JDBC query as a model for the sas:Radio custom tag.
32100 - How to Use a JSP Radio Custom Tag with a Description Model- Sample
This example demonstrates how to use a description model with a sas:Radio custom tag.
26054 - How to Execute a Stored Process Defined in Metadata in a Java Web Application- Sample
This sample demonstrates how to execute a stored process that is defined in metadata by using SAS Foundation Services and the Java API.