Documentum Web Development Kit Tutorial

Size: px
Start display at page:

Download "Documentum Web Development Kit Tutorial"

Transcription

1 Documentum Web Development Kit Tutorial Version 4.2 April 2001 DOC3-WDKTUT-0401 *DOC3-WDKTUT-0401*

2 Copyright 2000, 2001 Documentum, Inc Koll Center Parkway Pleasanton, CA All Rights Reserved. Documentum, Documentum 4i, Docbase, Documentum econtent Server, Documentum Server, Documentum Desktop Client, Documentum Intranet Client, Documentum WebPublisher, Documentum ftpintegrator, Documentum RightSite, Documentum Administrator, Documentum Developer Studio, Documentum Web Development Kit, Documentum Web Gear, Documentum WebCache, Documentum ContentCaster, AutoRender Pro, Documentum iteam, Documentum Reporting Gateway, Documentum Content Personalization Services, Documentum Site Delivery Services, Documentum Content Authentication Services, Documentum Dynamic Content Assembler, Documentum DocControl Manager, Documentum Corrective Action Manager, Documentum econnector for BEA WebLogic (BEA and WebLogic are registered trademarks of BEA Systems), Documentum econnector for JDBC, Documentum econnector for CAD, Documentum econnector for SAP (SAP is a trademark of SAP AG), Documentum econnector for Lotus Notes (Lotus Notes is a registered trademark of Lotus Development Corporation), DocInput, Documentum DocViewer, GMPharma, Virtual Document Manager, Docbasic, Documentum WorkSpace, Documentum SmartSpace, and Documentum ViewSpace are trademarks or registered trademarks of Documentum, Inc. in the United States and throughout the world. All other company and product names are used for identification purposes only and may be trademarks of their respective owners.

3 C ONTENTS Preface 1 What is the Web Development Kit? What WDK Is and What it Can Do Compliance With Java Specifications Dependencies on Other Software Fitting the Pieces Together Summary JavaServer Pages in the WDK Anatomy of a Typical WDK Server Page HTML Generated by JSP Handling Errors Developing an Application Prepare Your Environment Plan the Application Create the Application Directory Locate the Tutorial Files Create a Page Add the Toolbar Add Event Handlers Enable Actions on Docbase Contents Extra Investigation: Use Cascading Style Sheets to Customize the Look of Your Application Customizing WDK Components Modify a Menu Before you begin Remove the menu items Extra investigation: Add a menu item Add a Column to a View Before you begin Add the column to the view Displaying Properties of a Custom Object Type Display Custom Properties of a Custom Object Type Before you begin Display the custom properties Documentum Web Development Kit Tutorial iii

4 Extra Investigation: Searching for Properties of a Custom Object Type A Solution Code wdkskeletonpage.jsp A-2 wdktutorial0_finished.jsp A-3 wdktutorial1_finished.jsp A-4 toolbartutorial_finished.jsp A-5 wdktutorial2_finished.jsp A-7 wdktutorial3_finished.jsp A-9 foldercontents.jsp A-11 iv Documentum Web Development Kit Tutorial

5 P REFACE Purpose of the Manual This manual provides an introduction to the basic features of the Documentum Web Development Kit (WDK) using both conceptual information and hands-on examples. For detailed WDK information, including installation instructions, information on developing and configuring web applications with the WDK, and reference material, see: Installation and Release Notes Online Help API Documentation (Javadoc) All of these documents are available in the docs directory that resides in the WDK installation directory. Intended Audience This manual is designed for web developers and designers who will use the WDK to add Documentum functionality to web applications. It assumes that you are familiar with JavaServer Pages, web applications, JavaScript, and HTML. Numerous books that cover these topics are available commercially, and you can also consult the following documents at Java Servlet Specification, version 2.2 JavaServer Pages Specification, version 1.1 Organization of the Manual The following table describes the contents of the chapters and appendixes of this book. Documentum Web Development Kit Tutorial v

6 Chapter Chapter 1, What is the Web Development Kit? Chapter 2, JavaServer Pages in the WDK Chapter 3, Developing an Application Chapter 4, Customizing WDK Components Chapter 5, Displaying Properties of a Custom Object Type Appendix A, Solution Code Contents Describes the contents of the WDK and how it works with your HTTP server and application server. Describes how JavaServer Pages are used to drive WDK-based web applications. Contains step-by-step examples of how to build a simple web application based on the WDK. Contains step-by-step examples of how to customize a menu and a view. Contains step-by-step examples of how to display the properties of a custom object type in the properties page of WDK. Lists the solutions for each tutorial exercise. Conventions This manual uses the following conventions: Convention italics typewriter Description Represents a pop-up or pull-down menu. Indicates the introduction to a procedure. Represents a variable name for which you must provide a value, or a defined term. Represents code samples, user input, and computer output. [] square brackets Indicates an optional argument. braces (curly brackets) Indicates an optional argument that can be repeated more than once. vi Documentum Web Development Kit Tutorial

7 Using Links in PDF Files If you are reading this document as a Portable Display Format (PDF) file, cross-references and page numbers in the index are clickable blue hypertext links. Table of contents page numbers are also clickable links, but they appear in black. Each server book contains many clickable cross-references to the other server books. Cross-references to manuals other than the one you are reading only work if the PDF files are all in the same directory and have the same file names that they have on the server release CD. To follow a link: 1. Move the pointer over a linked area. The pointer changes to a pointing finger when positioned over a link. The finger pointer displays a W when moved over a Weblink. 2. Click to follow the link. Note: To follow Web links, your Weblink preferences must specify a Web browser. See Setting Weblink preferences in your Adobe Acrobat Help for more information. Bug Lists and Documentation Online Applying for Access Customers with a software support agreement can read our product documentation and, after commercial release of a product, view lists of fixed bugs on our Technical Support web pages. To view this information you must apply for access to the Technical Support area. To apply for access: 1. In your browser, open 2. Choose the Customer Service Technical Support link. Documentum Web Development Kit Tutorial vii

8 Fixed Bugs List 3. Click the Request Access link. 4. Complete the form and submit it. Documentum will respond to your request within two business days. Within two weeks from the date of this release, Documentum places a list of fixed bugs in the Technical Support area of documentum.com. The list includes all customer-related bugs that the current release corrects. For information about obtaining access to the Technical Support area of the Web site, refer to Applying for Access on page vii. You must have Adobe Acrobat Reader or Acrobat Exchange installed to view the lists of fixed bugs. To view the list of fixed bugs: 1. In your browser, open 2. Choose the Customer Service Support Logon link. 3. Log on to the Technical Support site. 4. In the Troubleshooting section, click Fixed Bugs Lists. 5. Click the product name link for a product s bug list. Product Documentation Customers with a software support agreement can read our product documentation at documentum.com. To view the documentation, you must have a user name and password, and Adobe Acrobat Exchange or Acrobat Reader installed. To obtain a user name and password, refer to Applying for Access on page vii. To view a document: 1. In your browser, open 2. Choose the Customer Service Support Logon link. 3. Log on to the Technical Support site. 4. In the left pane, click Documentation. viii Documentum Web Development Kit Tutorial

9 5. To list documents, select a sorting method in the List Documentation By field, and click List. 6. Click the name of the document you wish to view. Purchasing Bound Paper Manuals Our product documentation is available for purchase as bound paper manuals. To place an order, call the Documentation Order Line at (925) You can pay with a purchase order, check, or credit card. Documentum Web Development Kit Tutorial ix

10 x Documentum Web Development Kit Tutorial

11 1 What is the Web Development Kit? 1 This chapter provides a basic introduction to the Documentum Web Development Kit (WDK), the development environment that it uses, and the web applications that it allows you to build. There are no tutorial exercises in this chapter, but this information is essential to understanding the WDK. This chapter contains the following sections: What WDK Is and What it Can Do on page 1-1 Compliance With Java Specifications on page 1-2 Dependencies on Other Software on page 1-3 Fitting the Pieces Together on page 1-3 Summary on page 1-6 What WDK Is and What it Can Do The WDK is a set of tools with which you can build custom web applications that include Documentum functionality and run on a Java application server. A web application is a collection of JavaServer Pages, servlets, classes, HTML pages, JAR files, and any other resources that can be bundled together and deployed as a standalone application on a Java application server. Users launch and use the web application in a web browser. With WDK, your web applications can include document management features such as checkout and checkin, workflows, lifecycles, and virtual documents. The WDK consists of the following tools: Java classes that conduct Docbase operations. These classes include: Documentum Web Development Kit Tutorial 1 1

12 What is the Web Development Kit? Compliance With Java Specifications Command classes that conduct Docbase operations. Content transfer classes that manage checkout, checkin, import, and export of documents and XML between clients and a Docbase. The content transfer classes install and use content transfer applets in the client browser. The command classes and content transfer classes rely on the Documentum Foundation Classes (DFC) to provide basic Docbase functionality. Java classes for models and views of Documentum objects, such as models and views of the folder hierarchy in a Docbase or the document hierarchy in a virtual document. Java classes that manage configuration, context, menus, localization, events, and exceptions. JavaServer Pages that provide Documentum functionality by instantiating objects based on the Java classes and creating standard user interfaces. JSP pages can contain both server-side Java code and client-side HTML and JavaScript code, allowing you to generate dynamic content on the server and control its presentation and behavior on the client. You can customize these JSP pages as desired for your application. JavaScript functions and event handlers that support the user interfaces in the JSP pages. Some JavaScript functions reside in associated JSP pages, while others reside in files that contain only JavaScript. Services that allow you to configure your application and its components with XML, which reduces the amount of time and programming expertise required to develop your application. API documentation (Javadocs) for the WDK and DFC classes, and online help (Javahelp) that contains documentation for the JavaServer pages and application development tasks. Compliance With Java Specifications The tools in WDK conform to the following specifications, available at java.sun.com: Java Servlet Specification, version 2.2 JavaServer Pages Specification, version Documentum Web Development Kit Tutorial

13 What is the Web Development Kit? Dependencies on Other Software To deploy and run a web application that is built on WDK, you require a Java application server that supports both of these specifications. Dependencies on Other Software Before you develop a web application using WDK, you must install and configure the following server software: An HTTP server, which can reside on your development machine or on a separate machine. A Java application server, which communicates with the HTTP server and typically (but not always) resides on the same machine as the HTTP server. The Java application server must support both the Java Servlet Specification, version 2.2, and the JavaServer Pages Specification, version 1.1. A Documentum econtent server and Docbase, which is accessed through a Docbroker and can reside on any machine. These products are separate from the WDK. To install and configure these products, refer to their installation instructions and documentation. To conduct the exercises in this tutorial, you need: The server software described above. A text editor on your development machine that reads and writes plain ASCII by default and does not reformat or automatically wrap lines that you type. You can optionally use a J2EE-compliant integrated development environment (IDE) for Java on your development machine. Fitting the Pieces Together As you develop your web application, you typically work with local files and a development server, and you revise and add files as the application evolves. When your web application is complete and ready to deploy on a production application server, you use Java archive tools to package all of the files and Documentum Web Development Kit Tutorial 1 3

14 What is the Web Development Kit? Fitting the Pieces Together resources into a single Web Archive (WAR) file. You then use the tools provided by your Java application server to deploy the WAR file as an application on your production server. Deployment procedures differ among application servers. For deployment details, consult the documentation for your application server. For a detailed description of web applications and the WAR file format, refer to the Java Servlet Specification, version 2.2, available at After a web application is deployed on the application server, a user launches the application by requesting the application s start page in a web browser. The following steps describe what happens when a user requests the application s start page. Figure 1-1 illustrates these steps. 1. User launches a web browser and requests the application s start page, for example, Appserver is the name of your application server and appname is the name of your WDK-powered application. 2. The browser sends this request to the HTTP server. 3. The HTTP server recognizes that this is a request for a JSP page, not an HTML page, and it passes the request to the Java application server. 4. The Java application server then retrieves the JSP page and compiles it into a servlet if necessary. JSP pages are compiled the first time they are requested. The application server then saves the compiled servlet for use by subsequent requests. 5. The Java application server runs the compiled servlet, executing the server-side Java instructions and accessing the Docbase as necessary. The servlet produces a response that consists solely of HTML and JavaScript. 6. The Java application server sends the response (HTML + JavaScript) to the HTTP server. 7. The HTTP server sends the response to the user s browser, which processes any JavaScript in the response and displays the HTML in the response. 1 4 Documentum Web Development Kit Tutorial

15 What is the Web Development Kit? Fitting the Pieces Together Figure 1-1 Displaying an Application s Start Page in a Browser W eb server machine (hardware) W AR file wdkspace.jsp Java application server (software) Server machine (hardware) Docbase 5 Compile the JSP into a servlet 4 Run the servlet; generate HTML/JavaScript Get the JSP file 6 3 HTTP server (software) 7 2 Client machine (hardware) Browser (software) Address: 1 Java Virtual Machine (software) Documentum Web Development Kit Tutorial 1 5

16 What is the Web Development Kit? Summary Summary The WDK is a set of tools with which you can build a web application that has Documentum functionality. A web application is a collection of pages, classes, and any other resources that constitute a standalone application on a Java application server. Web applications are described in the Java Servlet Specification, version 2.2. To develop and deploy a web application with WDK, you need an HTTP server, a Java application server, and a Documentum econtent Server and Docbase. 1 6 Documentum Web Development Kit Tutorial

17 2 JavaServer Pages in the WDK 2 WDK functionality is presented primarily via JavaServer Pages, also known as JSP pages. (The term JSP pages seems redundant, but this is the terminology used in the JavaServer Pages Specification.) You can think of a JSP page as the source code for a servlet whose sole function is to produce an HTTP response object from an HTTP request object. For example, a web browser requests a JSP page and includes any information that the JSP requires, such as IDs of objects in the Docbase. The request goes to the HTTP server, which passes it to the application server. The application server compiles the requested JSP into a servlet (in many cases, the JSP is already compiled) and runs the servlet using the information provided with the request. The output from the servlet is the response, which consists of HTML and JavaScript. This response is returned to the browser and displayed. Detailed information on servlets and JSP pages is available in Java Servlet Specification, version 2.2, and the JavaServer Pages Specification, version 1.1. These specifications are available at This chapter describes how JSP pages are used in the WDK. It contains the following sections: Anatomy of a Typical WDK Server Page on page 2-1 HTML Generated by JSP on page 2-3 Handling Errors on page 2-3 Anatomy of a Typical WDK Server Page Most JSP pages in the WDK have the following general structure: 1. Page language and page info directives, which typically specify the content type, encoding, language, error page, and application name. For example: Documentum Web Development Kit Tutorial 2 1

18 JavaServer Pages in the WDK Anatomy of a Typical WDK Server Page <%@ page contenttype="text/html; charset=utf-8"%> <%@ page language="java" errorpage="/wdk/component/error/error.jsp"%> <%@ page info="wdk Application"%> 2. Import the Java classes required by the page. Most JSP pages in the WDK use the following classes: com.documentum.wc.env.jsp.dwjsppagecontext DwJSPPageContext is the page context object, which binds to the WDK namespace and reads the application configuration file. Use the page context object to acquire all of the persistent objects needed for the page, such as the web application (DwApplication), application session (DwAppSession), and page set (DwPageSet). com.documentum.wc.env.dwpageset DwPageSet is used to store state information for a group of pages that are used in a single business transaction. For example, the task manager page set caches queue item IDs, work item IDs, the document list model, the object ID of a selected document, and the package ID for that document. com.documentum.wc.env.dwappsession DwAppSession is the web application session object. The application session checks the login requirements. If the user has no active session, the login page specified in the config.xml for the application is presented. To create or acquire a DwAppSession, use the method DwJSPPageContext.acquireSession. com.documentum.wc.env.dwapplication DwApplication is the application object, which is used to create other application-level objects or to get a URL to the root folder of the application. 3. Create the DwJSPPageContext object. For example: DwJSPPageContext wdkpagecontext = new DwJSPPageContext(pageContext.getServletContext(), request, response, true); 4. The try block. Most of the code on each WDK server page is enclosed in a Java try...catch block. 5. Create the application object, page set, and application session. For example: DwApplication app = DwApplication.getApplication(); DwPageSet pageset = wdkpagecontext.getpageset(); DwAppSession appsession = wdkpagecontext.acquiresession(); 6. Java code. 7. The HTML block, including any JavaScript. Most WDK server pages include the following JavaScript files in the HTML block: 2 2 Documentum Web Development Kit Tutorial

19 JavaServer Pages in the WDK HTML Generated by JSP events.js, which contains functions that support cross-frame events and manage the propagation of events. url.js, which contains functions that add, remove, and retrieve URL arguments. history.js, which contains functions that that are used by the event handlers in WDK to call or return to a JSP page. 8. Release the application session: wdkpagecontext.releasesession(); 9. The catch block, which handles exceptions that were thrown in the try block and ensures that the application session is released. HTML Generated by JSP The output of a JSP page (more accurately, the output of the servlet that that is created from the JSP page) consists of HTML and JavaScript that is returned to the web browser. This HTML and JavaScript has two sources: Static HTML and JavaScript, which are hard-coded in the JSP page. Dynamic HTML and JavaScript, which are generated by the Java code in the JSP page and by Java classes that are called by the JSP page. These two sources are not distinguishable in the HTML and JavaScript that is returned to the browser. As far as the web browser is concerned, it is simply static HTML and JavaScript to process and display. This distinction between static and dynamic content supports a convenient separation of roles on your web development team. A page design team can develop the static elements, and a programming team can develop the dynamic elements. Handling Errors Java classes in the WDK throw Java exceptions when critical errors occur, for example, when a Docbase is not available. The code in the JSP page must handle these exceptions, or page execution halts completely. Documentum Web Development Kit Tutorial 2 3

20 JavaServer Pages in the WDK Handling Errors In the JSP pages in WDK, the code in the page is enclosed in a Java try...catch block. For example: try page code catch(exception err) error-handling code At the end of the try block, release any established application session to free session objects that are no longer in use. For example: DwJSPPageContext.releaseSession(); In the catch block, handle any exceptions that were raised in the try block. Minimally, the catch block must: Catch the exception. Release the application session. For example, DwJSPPageContext.releaseSession(); Set attributes on the request object. For example, request.setattribute( ErrorDescription, <error-text> ) Re-throw the caught exception, which triggers the intrinsic JSP/Servlet error handling mechanism. Control is then redirected to the active error page. The WDK error page is error.jsp, which uses the class DwExceptionView to report the error. 2 4 Documentum Web Development Kit Tutorial

21 3 Developing an Application 3 This chapter describes how to create a simple application that uses components of the Web Development Kit. The application will allow you to log in and out of a Docbase, view your Inbox, and browse Docbase contents. The chapter contains the following sections: Prepare Your Environment on page 3-1 Plan the Application on page 3-2 Create the Application Directory on page 3-3 Locate the Tutorial Files on page 3-5 Create a Page on page 3-5 Add the Toolbar on page 3-7 Add Event Handlers on page 3-10 Enable Actions on Docbase Contents on page 3-12 Extra Investigation: Use Cascading Style Sheets to Customize the Look of Your Application on page 3-13 Prepare Your Environment Before you begin the exercises in this chapter, you must install WDK and the sofware on which it depends. You must also ensure that you can load JSP pages successfully. The following procedure describes all of these tasks. To prepare and test your web application environment: 1. Ensure that your HTTP server, Java application server, and Documentum econtent server and Docbases are installed and configured. For more information, see Dependencies on Other Software on page 1-3. Although these software packages are not part of the WDK, the WDK relies on their correct configuration. Documentum Web Development Kit Tutorial 3 1

22 Developing an Application Plan the Application 2. To test your application server, load a JSP page in your browser. Most application servers include sample JSP pages for testing purposes. 3. Install the Web Development Kit and deploy the wdkspace sample application in exploded directory format. In exploded directory format, the.war file is expanded as a collection of files that use a directory structure. The exercises in this manual rely on successful installation and configuration of the WDK. The Documentum Web Development Kit Installation and Release Notes contains critical information for configuring WDK. Follow the instructions closely to deploy the wdkspace sample application and test the installation. Plan the Application In the following sections, you will create a simple application named wdktutorial. This application allows you to log in and browse available Docbases, view your Documentum Inbox, and log out of a Docbase. The user interface includes a Docbase tree frame on the left, a folder browsing frame on the right, and a toolbar frame across the top: 3 2 Documentum Web Development Kit Tutorial

23 Developing an Application Create the Application Directory Create the Application Directory In this section, you will create a new web application root directory named wdktutorial, and then you will copy files from the wdkspace sample application into the new wdktutorial application root directory. Copying files from the wdkspace sample application will ensure that the WDK framework is available to the wdktutorial application. Before you begin, ensure that the wdkspace sample application is deployed in exploded directory format. In exploded directory format, the.war file is expanded as a collection of files that use a directory structure. For instructions on deploying the wdkspace sample application, see the Documentum Web Development Kit Installation and Release Notes. Documentum Web Development Kit Tutorial 3 3

24 Developing an Application Create the Application Directory To create the directory for the wdktutorial application: 1. Create a new, empty web application and corresponding root directory named wdktutorial. How you create a new web application and root directory depends on your application server and operating system. For specific instructions, refer to the documentation for your application server. 2. Copy the contents of the deployed wdkspace sample application directory to your new wdktutorial application directory. (Ensure that you copy from the deployed wdkspace sample application, not the WDK installation location.) Your wdktutorial application directory now has the following structure: \wdktutorial config.dtd config.xml \wdk \wdkspace \WEB-INF 3. Rename the wdkspace directory to wdktutorial. This wdktutorial subdirectory will contain the files that are specific to the wdktutorial application. Your wdktutorial application directory now has the following structure: \wdktutorial config.dtd config.xml \wdk \wdktutorial \WEB-INF 4. Navigate to the css directory below the wdktutorial directory. Rename the two files as follows: Rename wdkspace.css to wdktutorial.css. Rename wdkspacebase.css to wdktutorialbase.css. 5. If necessary, restart your application server to activate the wdktutorial application. 3 4 Documentum Web Development Kit Tutorial

25 Developing an Application Locate the Tutorial Files Locate the Tutorial Files The files that you will use in this tutorial are packaged in the archives WDK_Tutorial_42_Files.zip (for Windows) and WDK_Tutorial_42_Files.tar.gzip (for Unix). These archives reside in the docs directory in your WDK installation directory. Locate the archive for your system and extract its files to the \wdktutorial\wdktutorial directory. (This is the wdktutorial subdirectory, not the wdktutorial main directory.) Create a Page In this section, you will create the first page of the wdktutorial application by adding a title, style sheet references, and a frameset to an existing skeletal WDK server page. If you encounter problems during the procedure, refer to the solution page wdktutorial0_finished.jsp. To create the page: 1. In a plain ASCII editor, open and examine the file wdkskeletonpage.jsp. (In the previous section, you extracted this file from an archive to your \wdktutorial\wdktutorial directory.) The file wdkskeletonpage.jsp contains the basic elements that are common to most WDK server pages. For explanations of these elements, refer to Anatomy of a Typical WDK Server Page on page Save the file as wdktutorial0.jsp. 3. To add the title, find the following line: <title>todo: Add title here</title> Replace TODO: Add title here with WDK 4.2 Tutorial Application (omit the quotes). 4. To specify the style sheets, add the following two lines immediately after the title line that you edited in Step 3: Documentum Web Development Kit Tutorial 3 5

26 Developing an Application Create a Page <link rel='stylesheet' type='text/css' href='/css/wdktutorialbase.css'> <link rel='stylesheet' type='text/css' href='/css/wdktutorial.css'> These are the style sheets that you copied from wdkspace sample application and renamed. They specify styles for both standard HTML elements and for the custom style classes used by the Java classes in WDK. 5. To create the frameset, add the following lines between the </head> and </ html> tags. <frameset rows='30,*,0' border='0' framespacing='0' frameborder='no'> <frame name='header' frameborder='no' marginwidth=0 marginheight=0 noresize scrolling='no'> <frame name='view' frameborder='no' marginwidth=0 marginheight=0 noresize scrolling='auto' src='/wdktutorial/wdk/component/browse/browse.jsp'> <frame name='actions' scrolling='no' frameborder='0'> </frameset> This frameset contains three frames: An empty header frame. In a later section, you will add the toolbar in this frame. A view frame that displays the WDK page browse.jsp. This page contains two frames of its own: a frame on the left that allows you to display multiple Docbase hierarchies as a single tree, and a frame on the right that displays the contents of the cabinets and folders in a Docbase. An actions frame that you will use in a subsequent section. The actions frame is not visible. 6. Save wdktutorial0.jsp and view it in a browser. Typically its URL is localhost/wdktutorial/wdktutorial/wdktutorial0.jsp. The top frame is empty, and the view frame displays a Docbase tree frame on the left and a list of available docbases on the right. Your list of available Docbases will differ from the list in the illustration. Docbase browsing is not fully functional yet. If you click links in the page and log in to a Docbase, you cannot view documents correctly and you cannot log out. 3 6 Documentum Web Development Kit Tutorial

27 Developing an Application Add the Toolbar Add the Toolbar In this section, you will create the page for the toolbar frame. The toolbar buttons will reside in an HTML table. You will then specify this page as the source for the header frame in the page wdktutorial0.jsp, and save it as wdktutorial1.jsp. If you encounter problems during the procedure, refer to the solution pages toolbartutorial_finished.jsp and wdktutorial1_finished.jsp. To create the toolbar page: 1. Open the file wdkskeletonpage.jsp and save it as toolbartutorial.jsp. You will edit this file to create the toolbar page. 2. In the page import section, remove the imports of DwPageSet and DwApplication. Then add the import of DwCustToolbarInputButtonView. Your page import section is now: page import="com.documentum.wc.env.jsp.dwjsppagecontext"%> page import="com.documentum.wc.env.dwappsession"%> page import="com.documentum.wc.widget.dwcusttoolbarinputbuttonview"%> DwCustToolbarInputButtonView is the class from which the toolbar buttons will be created. Documentum Web Development Kit Tutorial 3 7

28 Developing an Application Add the Toolbar 3. To create the view that will generate the toolbar buttons, add the following line just before the try block: DwCustToolbarInputButtonView custtoolbarbuttonview = new DwCustToolbarInputButtonView(); 4. Remove the following lines from the try block. These lines are not required by the toolbar page: DwPageSet pageset = wdkpagecontext.getpageset(); DwApplication app = wdkpagecontext.getapplication(); 5. In the same location as the two lines that you deleted, add the following line because the toolbar page needs to connect to the current application session. DwAppSession appsession = DwAppSession.getAppSession(); 6. In the <head> section, do the following: a. Add a title and links to the style sheets as you did in wdktutorial0.jsp: <title>wdk 4.2 Tutorial Application</title> <link rel='stylesheet' type='text/css' href='./css/wdktutorialbase.css'> <link rel='stylesheet' type='text/css' href='./css/wdktutorial.css'> Note: In this case, include the leading dot (.) in the path names of the style sheets. b. Change the event source name from wdktutorial0 to toolbartutorial. c. Remove the following lines. They will not be used by the toolbar page. <script language="javascript" src="/wdktutorial/wdk/component/history/ history.js"></script> <script language="javascript" src="/wdktutorial/wdktutorial/ eventhandlers.js"></script> 7. After the </head> tag, create the HTML body and the table that will contain the toolbar buttons: <body class="contentbackground" topmargin="0" leftmargin="10" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0" height="30"> </table> </body> 8. To create the toolbar buttons, add the following row and cells to the table. <tr> <td align=middle width="20%"> <%=custtoolbarbuttonview.generateeventbutton("docbase","viewdocbase", "", "")%> </td> <td align=middle width="20%"> <%=custtoolbarbuttonview.generateeventbutton("inbox", "viewinbox", "", "")%> 3 8 Documentum Web Development Kit Tutorial

29 Developing an Application Add the Toolbar </tr> </td> <td align=middle width="20%"> <%=custtoolbarbuttonview.generateeventbutton("logout", "logout", "", "")%> </td> Each toolbar button is created with the method DwCustToolbarInputButtonView.generateEventButton, which takes four parameters: the button label, the event name, and two optional parameters to pass to the event. 9. Save toolbartutorial.jsp and view it in a browser. (The URL is localhost/wdktutorial/wdktutorial/toolbartutorial.jsp, replacing localhost with your server name if necessary.) You see the row of toolbar buttons: The buttons are not yet functional. You will activate them in the Add Event Handlers section. To specify the toolbar page in the frameset of the application page: 1. Open the file wdktutorial0.jsp and save it as wdktutorial1.jsp. 2. In the JavaScript section, change the event source name from wdktutorial0 to wdktutorial1. 3. Find the line that begins with <frame name='header' and add a src parameter that specifies toolbartutorial.jsp: <frame name='header' frameborder='no' marginwidth=0 marginheight=0 noresize scrolling='no' src='/wdktutorial/wdktutorial/toolbartutorial.jsp'> 4. Save wdktutorial1.jsp and view it in a browser. You see the toolbar in the header frame: Documentum Web Development Kit Tutorial 3 9

30 Developing an Application Add Event Handlers Add Event Handlers In this section, you will add event handlers to wdktutorial1.jsp and save the page as wdktutorial2.jsp. The new event handlers will handle the events that are fired by the toolbar buttons. If you encounter problems during the procedure, refer to the solution page wdktutorial2_finished.jsp. To add the event handlers: 1. Open the file wdktutorial1.jsp and save it as wdktutorial2.jsp. 2. In the JavaScript section, change the event source name from wdktutorial1 to wdktutorial2. 3. At the end of the JavaScript section, add a new, empty JavaScript element: <script language="javascript"> </script> 4. Within the new JavaScript element, add the event handler for the viewdocbase event. This event is fired by the Docbases button in the toolbar page Documentum Web Development Kit Tutorial

31 Developing an Application Add Event Handlers /** Handle viewdocbase event from Docbase button on toolbar */ function eventhandler_viewdocbase( strsender, strfolderid) var strurl = strcontextpath + "/wdk/component/browse/browse.jsp"; strurl = urladdexclusiveparam(strurl, "folderid", strfolderid); strurl = urlmakeforcedreload(strurl); window.frames.view.location.href = strurl; setcomponentframe(window.frames.view.frames[1]); 5. Within the same JavaScript element, add the event handler for the viewinbox event. This event is fired by the Inbox button in the toolbar page. /** Handle viewinbox event from Inbox button on toolbar */ function eventhandler_viewinbox() var strurl = strcontextpath + "/wdk/component/inbox/inbox.jsp"; strurl = urlmakeforcedreload( strurl ); window.frames.view.location.href = strurl; setcomponentframe(window.frames.view); 6. Within the same JavaScript element, add the event handler for the logout event. This event is fired by the Logout button in the toolbar page. /** Handle logout event from Logout button on toolbar */ function eventhandler_logout() var strurl = strcontextpath + "/wdk/component/logout/logout.jsp"; strurl = urlmakeforcedreload(strurl); window.location.href = strurl; 7. Within the same JavaScript element, add the following function that ensures correct behavior when the browser window is resized in Netscape: /** Handle resize of the browser window */ function handleresize() if ( window.navigator.appname.tolowercase() == "netscape" ) window.location.reload(false); 8. Add the parameters onresize and onload to the frameset element. <frameset rows='30,*,0' border='0' framespacing='0' frameborder='no' onresize='handleresize()' onload="setcomponentframe(window.frames.view.folderdetail)"> Documentum Web Development Kit Tutorial 3 11

32 Developing an Application Enable Actions on Docbase Contents The onresize parameter ensures correct behavior when the browser window is resized in Netscape. The onload parameter ensures that WDK components (the login page, for example) are displayed in the frame on the right in the window. This is the folderdetail frame in browse.jsp, which resides in the view frame of wdktutorial2.jsp. 9. Save wdktutorial2.jsp and view it in a browser. Test your toolbar buttons: a. Click the Inbox button and log in when prompted. You see your Documentum Inbox. b. Click the Docbases button. You return to the Docbase view. (You cannot view Docbase content successfully if you click the links to cabinets, folders, and documents in the Docbase. You will add this functionality in the next section.) c. Click the Logout button and log out of the Docbase as prompted. Enable Actions on Docbase Contents In this section, you will enable actions on Docbase contents so that you can view, edit, and conduct other standard Documentum operations on the documents in a Docbase. You will start with wdktutorial2.jsp, set up an events dictionary, load the WDK action dispatcher page into the invisible frame, and save the page as wdktutorial3.jsp. If you encounter problems during the procedure, refer to the solution page wdktutorial3_finished.jsp. To enable actions on Docbase contents: 1. Open the file wdktutorial2.jsp and save it as wdktutorial3.jsp. 2. In the JavaScript section, change the event source name from wdktutorial2 to wdktutorial3. 3. Add the following classes to the page import section: <%@ page import="com.documentum.wc.env.docbase.dwdocbasetypeddictionary"%> <%@ page import="com.documentum.wc.widget.docbase.dwdocopenlinkevent"%> You will use these classes to create a dictionary of events that are fired by links to cabinets, folders, and documents in the Docbase. These links and events allow you to browse and navigate the Docbase Documentum Web Development Kit Tutorial

33 Developing an Application Extra Investigation: Use Cascading Style Sheets to Customize the Look of Your Application 4. After the line that begins with DwApplication app, create the dictionary: // Set up an events dictionary used for edit/view links DwDocbaseTypedDictionary eventsdictionary = (DwDocbaseTypedDictionary) app.get("dictionary_events"); if (eventsdictionary == null) // Build and populate the events dictionary. eventsdictionary = new DwDocbaseTypedDictionary(); eventsdictionary.put("dm_folder", "viewfolder"); DwDocOpenLinkEvent docopenlinkevent = new DwDocOpenLinkEvent(); eventsdictionary.put("dm_document", docopenlinkevent); app.put("dictionary_events", eventsdictionary); // Set up a readonly version of the events dictionary used for view links DwDocbaseTypedDictionary eventsdictionaryreadonly = (DwDocbaseTypedDictionary) app.get("dictionary_events_readonly"); if (eventsdictionaryreadonly == null) // Build and populate the readonly events dictionary. eventsdictionaryreadonly = new DwDocbaseTypedDictionary(); eventsdictionaryreadonly.put("dm_folder", "viewfolder"); DwDocOpenLinkEvent docopenlinkeventreadonly = new DwDocOpenLinkEvent(); docopenlinkeventreadonly.setreadonly(true); eventsdictionaryreadonly.put("dm_document", docopenlinkeventreadonly); app.put("dictionary_events_readonly", eventsdictionaryreadonly); 5. Find the line that begins with <frame name='actions' and add a src parameter that specifies actiondispatchercontainer.jsp: <frame name='actions' src='/wdktutorial/wdk/action/actiondispatchercontainer.jsp' scrolling='no' frameborder='0'> 6. Save wdktutorial3.jsp and view it in a browser. To test Docbase browsing, click a Docbase name, log in, navigate to a folder, select a document, and choose View from the drop-down menu. Extra Investigation: Use Cascading Style Sheets to Customize the Look of Your Application Cascading Style Sheets allow you to alter the look and feel of your applications significantly without changing any code in the page. This tutorial assumes that you are familiar with Cascading Style Sheets; detailed information is available at In WDK, you can use Cascading Style Sheets to specify style property values for: Standard style classes such as BODY, P, and A:link. Custom style classes that you create for your application. Documentum Web Development Kit Tutorial 3 13

34 Developing an Application Extra Investigation: Use Cascading Style Sheets to Customize the Look of Your Application Style classes that are specific to WDK. Many of the widgets and UI elements in WDK use their own custom style classes. These WDK style classes are described in the Custom Styles section of the WDK Online Help. Your tutorial application (wdktutorial3.jsp) uses the style sheet files that reside in the css subdirectory of the wdktutorial directory. You can experiment by modifying the style property values in these style sheets, and you can add more styles if desired. Additionally, you can use the Branding section in the file config.xml to override WDK styles. For details, search for Branding in the WDK Online Help Documentum Web Development Kit Tutorial

35 4 Customizing WDK Components 4 This chapter describes two common ways to customize WDK components: Editing XML configuration files. Using methods provided by WDK classes. You will modify the document menu by editing XML files, and you will add a column to a table view using a method of the DwTableView class. This chapter contains the following sections: Modify a Menu on page 4-1 Add a Column to a View on page 4-3 Modify a Menu Before you begin When you select a document in the tutorial application, you see a drop-down menu from which you can select actions to conduct on the selected document, such as Checkout, View, and Edit. You can change the items on this menu by making simple edits to the XML files in the WDK configuration folder. In this section, you will remove three items from the menu. An extra investigation section then describes how to add an item to the menu. Open wdktutorial3.jsp (or the solution file wdktutorial3_finished.jsp). Log in to a Docbase, open a folder or cabinet in the Docbase, and select a document. Click the drop-down menu above the list of documents and examine the Documentum Web Development Kit Tutorial 4 1

36 Customizing WDK Components Modify a Menu available choices. Near the bottom of the menu, you see the items Send To, Start Workflow, and Attach Document Lifecycle. In the following procedure, you will remove these three items from the menu. Remove the menu items To remove the three menu items: 1. Open the wdk directory that is a sibling of the wdktutorial directory, and then open the config directory. Make a backup copy of the file document_menus.xml, and save this backup copy in a location outside of the config directory. 2. Return to the config directory and open the file document_menus.xml for editing. 3. Remove the following lines from the file. These are the lines that correspond to the three menu items that you want to remove: <menuitem> <name><nlsid>msg_sendto_menu</nlsid></name> <actionid>sendto</actionid> </menuitem> <menuitem> <name><nlsid>msg_startworkflow_menu</nlsid></name> <actionid>startworkflow</actionid> </menuitem> <menuitem> <name><nlsid>msg_attach_policy_menu</nlsid></name> <actionid>attachpolicy</actionid> <disableifmultipleselections/> </menuitem> 4. Save document_menus.xml. 5. Restart your application server to activate the changes to the XML file. Once again, open wdktutorial3.jsp (or the solution file wdktutorial3_finished.jsp). Log in to a Docbase, open a folder or cabinet in the Docbase, and select a document. Click the drop-down menu above the list of documents and examine the available choices. You no longer see the items Send To, Start Workflow, and Attach Document Lifecycle. 4 2 Documentum Web Development Kit Tutorial

37 Customizing WDK Components Add a Column to a View Extra investigation: Add a menu item In the config folder, the files document_actions.xml and document_menus.xml work together to configure the available menu items and the corresponding actions that they perform when a document is selected: document_actions.xml specifies the possible actions to perform on a document. document_menus.xml specifies the menu items that are available when a document is selected, and the corresponding action to perform. The actionid values in document_menus.xml correspond to the id values in document_actions.xml. To add a new action and a corresponding new menu item, specify the new action in document_actions.xml, and then specify the new menu item in document_actions.xml. For detailed information on actions and menus, see the WDK Online Help. Add a Column to a View Before you begin To display a list of documents in a cabinet or folder, the server pages in WDK use the class DwTableView. DwTableView provides methods that allow you to specify the columns that are displayed in the table. In this section, you will use a method of DwTableView to add a column that displays the object type. Open wdktutorial3.jsp (or the solution file wdktutorial3_finished.jsp). Log in to a Docbase and open a folder or cabinet in the Docbase. In the table of documents, you see the columns Name, Last Modified, and Lock Owner. In the following procedure, you will add a column named Type that displays the object type. Important! For simplicity and clarity, the following exercise asks you to edit the WDK server page foldercontents.jsp. This is contrary to the recommended best practices to follow when you develop your own WDK- Documentum Web Development Kit Tutorial 4 3

38 Customizing WDK Components Add a Column to a View powered web applications. When you develop your own applications, put custom functionality solely in custom server pages. Edit the WDK server pages solely to call your custom pages. If you edit the WDK server pages directly, the resulting pages can be difficult to migrate to future versions of WDK. Add the column to the view If you encounter problems during this procedure, refer to the solution page foldercontents.jsp. To add the Type column to the view: 1. Open the wdk directory below the main wdktutorial directory, open the component subdirectory, and then open the contents subdirectory. Make a backup copy of the file foldercontents.jsp. 2. Open foldercontents.jsp for editing. 3. Locate the following line: <jsp:usebean id="foldercontentsview" class="com.documentum.wc.widget.dwtableview" scope="session" /> This line creates foldercontentsview, which is a table view bean based on the class DwTableView. The next three lines set the model to use with the view (the model was created earlier on the page), specify how to align the rows, and whether to display row dividers. The subsequent set of statements specifies the columns in foldercontentsview. In the next step, you will add a line that specifies the new Type column. 4. Between the lines for Name and Modification Date, insert the following line: foldercontentsview.addformattedcolumn("type", "Type", strobjtype, "15%"); 5. In the line that specifies the Name column, change 55% to 40%. 6. Add a line that obtains values for strobjtype: a. Scroll up to the section with the comment Define useful format strings. b. Add the following line: String strobjtype = "r_object_type"; 4 4 Documentum Web Development Kit Tutorial

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

DCA. Document Control & Archiving USER S GUIDE

DCA. Document Control & Archiving USER S GUIDE DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,

More information

Requirements for Developing WebWorks Help

Requirements for Developing WebWorks Help WebWorks Help 5.0 Originally introduced in 1998, WebWorks Help is an output format that allows online Help to be delivered on multiple platforms and browsers, which makes it easy to publish information

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

Documentum Desktop Client on Windows 2000 Terminal Services

Documentum Desktop Client on Windows 2000 Terminal Services Documentum Desktop Client on Windows 2000 Terminal Services Docbase Version 1.0 May 10, 2001 Documentum Desktop Client on Windows Terminal Services Page 2 Revision History Docbase Version Revised Date

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Introduction to XML Applications

Introduction to XML Applications EMC White Paper Introduction to XML Applications Umair Nauman Abstract: This document provides an overview of XML Applications. This is not a comprehensive guide to XML Applications and is intended for

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Getting Started with KompoZer

Getting Started with KompoZer Getting Started with KompoZer Contents Web Publishing with KompoZer... 1 Objectives... 1 UNIX computer account... 1 Resources for learning more about WWW and HTML... 1 Introduction... 2 Publishing files

More information

BEA WebLogic Portal. Tour of the Avitek Financial Sample Portal

BEA WebLogic Portal. Tour of the Avitek Financial Sample Portal BEA WebLogic Portal Tour of the Avitek Financial Sample Portal Version 4.0 Document Date: November 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

Title Page. Hosted Payment Page Guide ACI Commerce Gateway

Title Page. Hosted Payment Page Guide ACI Commerce Gateway Title Page Hosted Payment Page Guide ACI Commerce Gateway Copyright Information 2008 by All rights reserved. All information contained in this documentation, as well as the software described in it, is

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on

More information

Data Tool Platform SQL Development Tools

Data Tool Platform SQL Development Tools Data Tool Platform SQL Development Tools ekapner Contents Setting SQL Development Preferences...5 Execution Plan View Options Preferences...5 General Preferences...5 Label Decorations Preferences...6

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Getting Started in Arbortext and Documentum. Created by Michelle Partridge Doerr April 21, 2009

Getting Started in Arbortext and Documentum. Created by Michelle Partridge Doerr April 21, 2009 Getting Started in Arbortext and Documentum Created by Michelle Partridge Doerr April 21, 2009 Table of Contents 1.0 Introduction to the CMS... 4 1.1 Introduction to Arbortext... 4 1.2 Introduction to

More information

Web Dashboard User Guide

Web Dashboard User Guide Web Dashboard User Guide Version 10.2 The software supplied with this document is the property of RadView Software and is furnished under a licensing agreement. Neither the software nor this document may

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

PowerLink for Blackboard Vista and Campus Edition Install Guide

PowerLink for Blackboard Vista and Campus Edition Install Guide PowerLink for Blackboard Vista and Campus Edition Install Guide Introduction...1 Requirements... 2 Authentication in Hosted and Licensed Environments...2 Meeting Permissions... 2 Installation...3 Configuring

More information

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft 5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft

More information

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

More information

Xtreeme Search Engine Studio Help. 2007 Xtreeme

Xtreeme Search Engine Studio Help. 2007 Xtreeme Xtreeme Search Engine Studio Help 2007 Xtreeme I Search Engine Studio Help Table of Contents Part I Introduction 2 Part II Requirements 4 Part III Features 7 Part IV Quick Start Tutorials 9 1 Steps to

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

Sabre Red Apps. Developer Toolkit Overview. October 2014

Sabre Red Apps. Developer Toolkit Overview. October 2014 Sabre Red Apps Developer Toolkit Overview October 2014 Red Apps are optional, authorized applications that extend the capabilities of Sabre Red Workspace. Red Apps are Sabre's branded version of an Eclipse

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

EMC Documentum Content Services for SAP Repository Manager

EMC Documentum Content Services for SAP Repository Manager EMC Documentum Content Services for SAP Repository Manager Version 6.0 Installation Guide P/N 300 005 500 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

eroom Enterprise 7.2 edk for Workflow Toolkit Guide Documentum, Inc., a division of EMC 6801 Koll Center Parkway, Pleasanton, CA 94566 (925) 600-6800

eroom Enterprise 7.2 edk for Workflow Toolkit Guide Documentum, Inc., a division of EMC 6801 Koll Center Parkway, Pleasanton, CA 94566 (925) 600-6800 eroom Enterprise 7.2 edk for Workflow Toolkit Guide Documentum, Inc., a division of EMC 6801 Koll Center Parkway, Pleasanton, CA 94566 (925) 600-6800 COPYRIGHT Copyright 1997-2004 Documentum, Inc., a division

More information

IHS Emergency Department Dashboard

IHS Emergency Department Dashboard RESOURCE AND PATIENT MANAGEMENT SYSTEM IHS Emergency Department Dashboard (BEDD) Version 1.0 Office of Information Technology Division of Information Resource Management Albuquerque, New Mexico Table of

More information

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM

More information

HDAccess Administrators User Manual. Help Desk Authority 9.0

HDAccess Administrators User Manual. Help Desk Authority 9.0 HDAccess Administrators User Manual Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

EMC Documentum Content Services for SAP iviews for Related Content

EMC Documentum Content Services for SAP iviews for Related Content EMC Documentum Content Services for SAP iviews for Related Content Version 6.0 Administration Guide P/N 300 005 446 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000

More information

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i $Q2UDFOH7HFKQLFDO:KLWHSDSHU 0DUFK Secure Web.Show_Document() calls to Oracle Reports Server 6i Introduction...3 solution

More information

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 Config Guide Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 November 2014 Title: Gimmal Smart Tiles (SharePoint-Hosted) Configuration Guide Copyright 2014 Gimmal, All Rights Reserved. Gimmal

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

Rational Rational ClearQuest

Rational Rational ClearQuest Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be

More information

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0

Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

Tivoli Access Manager Agent for Windows Installation Guide

Tivoli Access Manager Agent for Windows Installation Guide IBM Tivoli Identity Manager Tivoli Access Manager Agent for Windows Installation Guide Version 4.5.0 SC32-1165-03 IBM Tivoli Identity Manager Tivoli Access Manager Agent for Windows Installation Guide

More information

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Getting Started with Web Applications

Getting Started with Web Applications 3 Getting Started with Web Applications A web application is a dynamic extension of a web or application server. There are two types of web applications: Presentation-oriented: A presentation-oriented

More information

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer

JBoss AS Administration Console User Guide. by Shelly McGowan and Ian Springer JBoss AS Administration Console User Guide 1 by Shelly McGowan and Ian Springer Preface... v 1. We Need Feedback!... v 1. Overview... 1 2. Accessing the Console... 3 3. User Interface Overview... 5 4.

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Content Management System Help. basic tutorial on Evergreen s CMS

Content Management System Help. basic tutorial on Evergreen s CMS Content Management System Help cms.evergreen.edu Tips, tricks and basic tutorial on Evergreen s CMS Contents Vocabulary Login Opening a page Editing a page Creating a new page Inserting internal and external

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

SAS Business Data Network 3.1

SAS Business Data Network 3.1 SAS Business Data Network 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Business Data Network 3.1: User's Guide. Cary,

More information

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in

More information

Contents. Downloading the Data Files... 2. Centering Page Elements... 6

Contents. Downloading the Data Files... 2. Centering Page Elements... 6 Creating a Web Page Using HTML Part 1: Creating the Basic Structure of the Web Site INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Winter 2010 Contents Introduction...

More information

Software Application Tutorial

Software Application Tutorial Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Developing a Documentum Web Application. Developing a Documentum Web Application Featuring Documentum Web Development Kit 4.2

Developing a Documentum Web Application. Developing a Documentum Web Application Featuring Documentum Web Development Kit 4.2 Developing a Documentum Web Application Featuring Documentum Web Development Kit 4.2 1 Table of Contents OVERVIEW...4 USER INTERFACE DEVELOPMENT...4 1.0 WEB DEVELOPMENT KIT (WDK)...4 1.1 PRODUCT GOALS...

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Deploying Applications to WebLogic Server 10g Release 3 (10.3) July 2008 Oracle WebLogic Server Deploying Applications to WebLogic Server, 10g Release 3 (10.3) Copyright 2007, 2008,

More information

VERITAS Bare Metal Restore 4.6 for VERITAS NetBackup

VERITAS Bare Metal Restore 4.6 for VERITAS NetBackup VERITAS Bare Metal Restore 4.6 for VERITAS NetBackup System Administrator s Guide for UNIX and Windows N09870C Disclaimer The information contained in this publication is subject to change without notice.

More information

CTSU SSO (Java) Installation and Integration Guide

CTSU SSO (Java) Installation and Integration Guide Cancer Trials Support Unit CTSU A Service of the National Cancer Institute CTSU SSO (Java) Installation and Integration Guide Revision 1.0 18 October 2011 Introduction Document Information Revision Information

More information

BizFlow 9.0 BizCoves BluePrint

BizFlow 9.0 BizCoves BluePrint BizFlow 9.0 BizCoves BluePrint HandySoft Global Corporation 1952 Gallows Road Suite 100 Vienna, VA USA 703.442.5600 www.handysoft.com 1999-2004 HANDYSOFT GLOBAL CORPORATION. ALL RIGHTS RESERVED. THIS DOCUMENTATION

More information

Web Express Logon Reference

Web Express Logon Reference IBM WebSphere Host On-Demand Version 10 Web Express Logon Reference SC31-6377-01 IBM WebSphere Host On-Demand Version 10 Web Express Logon Reference SC31-6377-01 Note Before using this information and

More information

NASA Workflow Tool. User Guide. September 29, 2010

NASA Workflow Tool. User Guide. September 29, 2010 NASA Workflow Tool User Guide September 29, 2010 NASA Workflow Tool User Guide 1. Overview 2. Getting Started Preparing the Environment 3. Using the NED Client Common Terminology Workflow Configuration

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Application Developer Guide

Application Developer Guide IBM Maximo Asset Management 7.1 IBM Tivoli Asset Management for IT 7.1 IBM Tivoli Change and Configuration Management Database 7.1.1 IBM Tivoli Service Request Manager 7.1 Application Developer Guide Note

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

Active Directory Adapter with 64-bit Support Installation and Configuration Guide

Active Directory Adapter with 64-bit Support Installation and Configuration Guide IBM Security Identity Manager Version 6.0 Active Directory Adapter with 64-bit Support Installation and Configuration Guide SC27-4384-02 IBM Security Identity Manager Version 6.0 Active Directory Adapter

More information

CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1

CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1 CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1 WITHOUT TEMPLATE LOCALIZATION, WITHOUT WEBDAV AND IN ONE WAR FILE Simona Bracco Table of Contents Introduction...3 Extract theme dynamic and static resources...3

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Configuring the LCDS Load Test Tool

Configuring the LCDS Load Test Tool Configuring the LCDS Load Test Tool for Flash Builder 4 David Collie Draft Version TODO Clean up Appendices and also Where to Go From Here section Page 1 Contents Configuring the LCDS Load Test Tool for

More information

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical

More information

Have you seen the new TAMUG websites?

Have you seen the new TAMUG websites? 4 For all Cascade Management System request for PUBLISHING please email cms@tamug.edu for the quickest response. For all Cascade Management System request for QUESTIONS or COMMENTS please email cascadeusers@tamug.edu

More information

Introduction to Drupal

Introduction to Drupal Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path

More information

ResPAK Internet Module

ResPAK Internet Module ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either

More information

Cloud Administration Guide for Service Cloud. August 2015 E65820-01

Cloud Administration Guide for Service Cloud. August 2015 E65820-01 Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites

More information

Dreamweaver CS6 Basics

Dreamweaver CS6 Basics Dreamweaver CS6 Basics Learn the basics of building an HTML document using Adobe Dreamweaver by creating a new page and inserting common HTML elements using the WYSIWYG interface. EdShare EdShare is a

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Portals and Hosted Files

Portals and Hosted Files 12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines

More information

PingFederate. Identity Menu Builder. User Guide. Version 1.0

PingFederate. Identity Menu Builder. User Guide. Version 1.0 Identity Menu Builder Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Identity Menu Builder User Guide Version 1.0 April, 2011 Ping Identity Corporation 1099 18th Street, Suite

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example michael.czapski@oracle.com June 2010 Table of Contents Introduction... 1 Pre-requisites... 1 Prepare HL7 Data... 1 Obtain and Explore the HL7

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Horizon Debt Collect. User s and Administrator s Guide

Horizon Debt Collect. User s and Administrator s Guide Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered

More information