viewpoint

Content related to the Teradata Viewpoint platform.
Personal Workspace Template

Version: 1.0.2 - Created: 17 Jun 2010

Thank you for your interest in the Personal Workspace Template (previously known as the Elastic Mart Builder). This template was developed as example code to demonstrate the power of the Teradata Viewpoint PDK and sandboxing capabilities. Your feedback on this template has provided great insight and requirements for a new product, Teradata Data Lab. This product provides the DBA, Power Users and Business Analyst with the capability to create and manage data labs (in-database sandboxes) and data lab users through Viewpoint portlets. To read more about the Teradata Data Lab product, consider the following Developer Exchange articles: http://developer.teradata.com/viewpoint/articles/teradata-data-lab-and-viewpoint-14-0-releases http://developer.teradata.com/viewpoint/articles/teradata-data-lab-14-01-release http://developer.teradata.com/viewpoint/articles/teradata-data-lab-live Finally note that the Personal Workspace Template has been discontinued and therefore is no longer available for download.

Viewpoint PDK 13.0.1.1

Version: - Created: 17 Jun 2009

Viewpoint PDK 13.0.0.1

Version: - Created: 14 Jun 2008

Teradata Viewpoint Portlet Development Kit (PDK) is the starting point for building portlets for the Viewpoint platform. The PDK is a set of APIs, user interface widgets, styles and other assets that allow you to develop portlets for Teradata Viewpoint. It also contains documentation, code samples, how-to's and other reference materials to help with that endeavor.. README Teradata Portlet Development Kit (PDK) README ============================================= Version -------- 13.0.0.1 Introduction ------------ This file contains details of the contents of the Portlet Development Kit (PDK). The PDK is a set of APIs, user interface widgets, styles and other assets that allow you to develop portlets for Teradata Viewpoint. It also contains documentation, code samples, how-to's and other reference materials to help in that endeavor. Extracting the PDK ------------------ The PDK is distributed externally in two archives (due to the presence of certain open-source artifacts). These are: tdpdkexternal-VERSION.zip tdpdkexternalopen-VERSION.zip Unzip both archives, and copy the contents of the archives into the same directory. Directory Structure ------------------- The directory structure of the PDK directory is as follows: /$PDK_DIR$ |-- doc/ (contains Portlet Developer Manual and API, javascript, and tag library documentation) |-- portlet-generator.jar (the portlet generator, run with "java -jar portlet-generator.jar") |-- README.txt (this readme file) |-- src/ (all source code as usual) |-- viewpoint-portal/ (the development portal) Getting Started --------------- The documentation in the doc/site directory contains all of the instructions you need to get started. Open doc/site/index.html in your browser and click on the Getting Started link for details of how to setup and install the development version of Teradata Viewpoint. You will need to have this installed so you can deploy your portlets. Once you have setup your development portal, you can use the Portlet Generator to start creating portlets. Again, follow the instructions in the web documentation for details. For additional support, join the Viewpoint forum at http://www.teradata.com/teradataforum/ Happy Portlet Development!