Creating a Model-based Builder

Size: px
Start display at page:

Download "Creating a Model-based Builder"

Transcription

1 Creating a Model-based Builder This presentation provides an example of how to create a Model-based builder in WebSphere Portlet Factory. This presentation will provide step by step instructions in the creation of a new Model-based builder. The goal of the new Model-based builder is to provide functions to render a text message on a page, but only a single time. This function would be useful if a developer needs to display a success or failure message to a user following an update operation. The result of the update operation can be rendered at a location on a page, and subsequently cleared automatically so that it doesn't re-display the next time the page is rendered.

2 Steps to Create a New Builder The creation of a new Model-based builder involves the following steps: create the model to act as the new builder profile selected inputs in the model use the Builder Skeleton builder

3 Step 1 Create the model A Model-based builder uses an existing Portlet Factory model as the basis for the new builder. The existing model is converted into a builder through the underlying use of the Imported Model builder. We start by creating a new model in our project.

4 Step 1 Create the model Add a new Variable builder to the model. We will setup the variable to be an XML variable with elements to contain both the message text and message color.

5 Step 1 Create the model Add a new Text builder to the model. We will configure the Text builder to display the messagetext element of the variable on a page. Leave the Page Location blank for now.

6 Step 1 Create the model Add a new Attribute Setter builder to the model. We will configure the Attribute Setter builder to set the style attribute and provide values for the color and the font-weight attributes. Leave the Page Location blank for now.

7 Step 1 Create the model Add a pair of Variable builders to the model. These two variables will hold the values to be used for the color of the message. One for success we'll use a default color of blue. The other for failure we'll use a default color of red.

8 Step 1 Create the model Add a new Action List builder to the model. In the Actions input, we will configure this builder to clear the messagetext element of our message variable.

9 Step 1 Create the model Add a new Method builder to the model. This method will clear the messagetext element of the message variable but only if the current request is a portlet RenderRequest or if it's executing in a servlet context.

10 Step 1 Create the model Add a new Event Handler builder to the model. The Event Handler builder will listen for the System:OnRequestComplete event. When this event happens, we need to invoke the Method we just created to clear the messagetext element of the message variable.

11 Step 1 Create the model Add a new Method builder to the model. The purpose of this method will be to select between two provided color inputs. If the color input is null or an empty string, then it will return the defaultcolor input.

12 Step 1 Create the model Add a new Action List builder to the model. This Action List will set the message text and set the message color using the success color variable.

13 Step 1 Create the model Add a new Action List builder to the model. This Action List will set the message text and set the message color using the failure color variable.

14 Step 2 Profile selected inputs The next step in creating a Model-based builder is to profile selected inputs in the model. By profiling some inputs in the model, we can configure the model to use different values each time it is used as a builder. Any inputs that are profiled will be available as inputs to the new builder that is created.

15 Step 2 Profile selected inputs Open the Text builder in the model, and profile the Page Location input. This will allow the user to choose the page location (page and tag) where the message will be rendered.

16 Step 2 Profile selected inputs Open the Attribute Setter builder in the model, and profile the Page Location input. This will allow the user to choose the page location (page and tag) where the style (color) attribute will be applied. (Be sure to use the same Profile Entry Name for this input as was used for the Text builder.)

17 Step 2 Profile selected inputs Open the Variable builder in the model for the success color, and profile the Initial Value input. This will allow the user to choose the color for rendering success messages.

18 Step 2 Profile selected inputs Open the Variable builder in the model for the failure color, and profile the Initial Value input. This will allow the user to choose the color for rendering failure messages.

19 Step 3 Use Builder Skeleton The final step in creating a Model-based builder is to use the Builder Skeleton builder. The Builder Skeleton builder will examine the model and create a new builder definition file in the project. The builder definition file is an XML file that describes the builder and its inputs. Builder definition files are placed in the WEB-INF/builders folder of the project. The Builder Skeleton builder also creates a builder regeneration class. The builder regeneration class is a Java class that executes during model generation.

20 Step 3 Use Builder Skeleton Add a new Builder Skeleton builder to the model.

21 Step 3 Use Builder Skeleton Configure the Builder Inputs section of the Builder Skeleton. We'll set the Name and PageLocation inputs as required. Also change the Input Type for the Name and PageLocation inputs.

22 Step 3 Use Builder Skeleton After you click OK or Apply to save the Builder Skeleton builder, the builder definition file and builder regeneration class will be created. The Builder Skeleton has done its work and should now be disabled or removed from the model it is no longer needed. Open the OneTimeMessage.bdef file (under WEB-INF/builders) to examine the contents of the builder definition file. Open the OneTimeMessage.java file (under WEB- INF/work/source) to examine the contents of the builder regeneration class.

23 Step 3 Use Builder Skeleton In the builder regeneration class, you will see that the One Time Message builder extends the Imported Model builder.

24 Step 3 Use Builder Skeleton You may have also noticed that throughout this example, we have used a prefix of basename for all of the builders. This is a feature of the Imported Model builder and we can see it being used in the builder regeneration class. The basename prefix will be replaced with the name of the builder when it is used.

25 Using the new Builder You can now create a new model and use the new One Time Message builder. In the Builder Palette dialog, click the Refresh button to refresh the list of builders. The new builder should be there now.

26 Using the new Builder Add a new One Time Message builder to the model. You should see the set of inputs that were defined when we used the Builder Skeleton builder.

27 Using the new Builder In the WebApp Tree view of the model, you can see the artifacts that have been added to the model by the One Time Message builder. Notice how the basename prefix has been replaced with message (the name we used for the builder). You can call the message_setsuccessmessage and message_setfailuremesage methods to set a message to be displayed.

Illustration 1: The Data Page builder inputs specifying the model variable, page and mode

Illustration 1: The Data Page builder inputs specifying the model variable, page and mode Page Automation Overview Portlet Factory's Page Automation provides automation for many of the common page functions required in J2EE applications. The Data Page builder is the core builder that provides

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : C9520-927 Title : Developing Portlets and Web Applications with IBM Web Experience Factory 8.0 Vendors

More information

Getting started with WebSphere Portlet Factory V6

Getting started with WebSphere Portlet Factory V6 Getting started with WebSphere Portlet Factory V6 WebSphere Portlet Factory Development Team 03 Jan 07 Copyright International Business Machines Corporation 2007. All rights reserved. Abstract Discover

More information

Getting started with WebSphere Portlet Factory V6.1

Getting started with WebSphere Portlet Factory V6.1 Getting started with WebSphere Portlet Factory V6.1 WebSphere Portlet Factory Development Team 29 July 2008 Copyright International Business Machines Corporation 2008. All rights reserved. Abstract Discover

More information

Getting started with WebSphere Portlet Factory V7.0.0

Getting started with WebSphere Portlet Factory V7.0.0 Getting started with WebSphere Portlet Factory V7.0.0 WebSphere Portlet Factory Development Team 29 September 2010 Copyright International Business Machines Corporation 2010. All rights reserved. Abstract

More information

ActiveVOS Fundamentals

ActiveVOS Fundamentals Lab #8 Page 1 of 9 - ActiveVOS Fundamentals ActiveVOS Fundamentals Lab #8 Process Orchestration Lab #8 Page 2 of 9 - ActiveVOS Fundamentals Lab Plan In this lab we will build a basic sales order type of

More information

Oracle 1Z Oracle9i Forms Developer: New Features.

Oracle 1Z Oracle9i Forms Developer: New Features. Oracle 1Z0-140 Oracle9i Forms Developer: New Features http://killexams.com/exam-detail/1z0-140 F. Leave the form as it is because key triggers function as they did in Forms 6i. Answer: B, E QUESTION: 93

More information

SwingML Tutorial. Introduction. Setup. Execution Environment. Last Modified: 7/10/ :22:37 PM

SwingML Tutorial. Introduction. Setup. Execution Environment. Last Modified: 7/10/ :22:37 PM SwingML Tutorial Last Modified: 7/10/2007 12:22:37 PM Introduction A SwingML user interface is created using XML tags. Similar to HTML tags, SwingML tags exist that define SwingUI component attributes

More information

Application Integration with WebSphere Portal V7

Application Integration with WebSphere Portal V7 Application Integration with WebSphere Portal V7 Rapid Portlet Development with WebSphere Portlet Factory IBM Innovation Center Dallas, TX 2010 IBM Corporation Objectives WebSphere Portal IBM Innovation

More information

Skyway 6.3 How To: Web Services

Skyway 6.3 How To: Web Services Abstract Skyway 6.3 How To: Web Services Build a web user interface around existing Web Services Dave Meurer Copyright 2009 Skyway Software This tutorial details how to generate

More information

Building an Application to Dynamically Execute Partner Process Flows

Building an Application to Dynamically Execute Partner Process Flows Building an Application to Dynamically Execute Partner Process Flows This topic describes how to configure an application using iway Integration Tools (iit) that will dynamically execute partner process

More information

IBM Mobile Portal Accelerator Enablement

IBM Mobile Portal Accelerator Enablement IBM Mobile Portal Accelerator Enablement Hands-on Lab Exercise on XDIME Portlet Development Prepared by Kiran J Rao IBM MPA Development kiran.rao@in.ibm.com Jaye Fitzgerald IBM MPA Development jaye@us.ibm.com

More information

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client Tutorial Building Composite Applications for IBM Lotus Notes 8 For use with the IBM Lotus Notes 8 Beta 2 client Building composite applications is a process that involves multiple procedures. This tutorial

More information

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner ADF Code Corner 005. How-to bind custom declarative components to ADF Abstract: Declarative components are reusable UI components that are declarative composites of existing ADF Faces Rich Client components.

More information

Provisioning WPF based WP Composite Applications to Expeditor

Provisioning WPF based WP Composite Applications to Expeditor Provisioning WPF based WP Composite Applications to Expeditor Copyright International Business Machines Corporation 2007. All rights reserved. Sample walk through #2 in a series of articles describing

More information

ADF Code Corner How-to launch a popup upon rendering of a page fragment in a region using JSF 2. Abstract: twitter.

ADF Code Corner How-to launch a popup upon rendering of a page fragment in a region using JSF 2. Abstract: twitter. ADF Code Corner 108. How-to launch a popup upon rendering of a page Abstract: A common requirement in Oracle ADF is to launch a popup dialog when a page fragment is rendered in a region. In JDeveloper

More information

How to Create Database in Microsoft Access 2003

How to Create Database in Microsoft Access 2003 Step 1: Getting start How to Create Database in Microsoft Access 2003 Install Microsoft Access 2000 or 2003 in your computer, press start program files click Microsoft Access 2003 After click MS-Access

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C2040-915 Title : IBM WebSphere Portal 7.0 Solution Development Vendors

More information

ADF Mobile Code Corner

ADF Mobile Code Corner ADF Mobile Code Corner m03. Abstract: Dependent lists is a common functional requirement for web, desktop and also mobile applications. You can build dependent lists from dependent, nested, and from independent,

More information

CS 201 Advanced Object-Oriented Programming Lab 6 - Sudoku, Part 2 Due: March 10/11, 11:30 PM

CS 201 Advanced Object-Oriented Programming Lab 6 - Sudoku, Part 2 Due: March 10/11, 11:30 PM CS 201 Advanced Object-Oriented Programming Lab 6 - Sudoku, Part 2 Due: March 10/11, 11:30 PM Introduction to the Assignment In this lab, you will finish the program to allow a user to solve Sudoku puzzles.

More information

LabVIEW Express VI Development Toolkit User Guide

LabVIEW Express VI Development Toolkit User Guide LabVIEW Express VI Development Toolkit User Guide Version 1.0 Contents The LabVIEW Express VI Development Toolkit allows you to create and edit Express VIs, which you can distribute to users for building

More information

Generating/Updating code from whole project

Generating/Updating code from whole project Round-trip engineering is the ability to generate model from source code and generate source code from UML model, and keep them synchronized. You can make use of round-trip engineering to keep your implementation

More information

Skyway Builder 6.3 Reference

Skyway Builder 6.3 Reference Skyway Builder 6.3 Reference 6.3.0.0-07/21/09 Skyway Software Skyway Builder 6.3 Reference: 6.3.0.0-07/21/09 Skyway Software Published Copyright 2009 Skyway Software Abstract The most recent version of

More information

Enriching Portal user experience using Dojo toolkit support in IBM Rational Application Developer v8 for IBM WebSphere Portal

Enriching Portal user experience using Dojo toolkit support in IBM Rational Application Developer v8 for IBM WebSphere Portal Enriching Portal user experience using Dojo toolkit support in IBM Rational Application Developer v8 for IBM WebSphere Portal Summary: Learn how to create Portlet applications for Websphere Portal for

More information

These are activated from the Averiti Control Panel, illustrated in Figure 1. Figure 1: Averiti Control Panel

These are activated from the Averiti Control Panel, illustrated in Figure 1. Figure 1: Averiti Control Panel Averiti Software The Averiti system provides a number of editor, viewing, and analysis applications to assist in the building and use of domain models. These include: Subsystem Editor Subsystem Builder

More information

IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules

IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules This article describes customization of WebSphere Portlet Factory (WPF) portlets using the WebSphere Portal

More information

JSF Tools Reference Guide. Version: M5

JSF Tools Reference Guide. Version: M5 JSF Tools Reference Guide Version: 3.3.0.M5 1. Introduction... 1 1.1. Key Features of JSF Tools... 1 2. 3. 4. 5. 1.2. Other relevant resources on the topic... 2 JavaServer Faces Support... 3 2.1. Facelets

More information

Creating Dynamic Forms with Adobe LiveCycle Designer

Creating Dynamic Forms with Adobe LiveCycle Designer Creating Dynamic Forms with Adobe LiveCycle Designer J.P. Terry Contents Foreword... xi Introduction... xiii CHAPTER 1 The Basics...1 What is LiveCycle Designer?... 1 A Tool for Creating Interactive and

More information

2010 Exceptional Web Experience

2010 Exceptional Web Experience 2010 Exceptional Web Experience Session Code: TECH-D07 Session Title: What's New In IBM WebSphere Portlet Factory Jonathan Booth, Senior Architect, WebSphere Portlet Factory, IBM Chicago, Illinois 2010

More information

Mastering EA Document Style Sheets

Mastering EA Document Style Sheets Mastering EA Document Style Sheets Introduction In order to provide a consistent look-and-feel to documents (RTF/DOCX/PDF) produced from Sparx Systems Enterprise Architect, Sparx Systems provided the facility

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Enterprise Modernization for IBM System z:

Enterprise Modernization for IBM System z: Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System

More information

Learning More About NetObjects Matrix Builder 1

Learning More About NetObjects Matrix Builder 1 Learning More About NetObjects Matrix Builder 1 NetObjects Matrix Builder is a service that hosts your Web site, makes it easy to update, and helps you interact with visitors. NetObjects Matrix Builder

More information

CLEARING CHANGES (FONT FEATURES) IN DOD ISSUANCES

CLEARING CHANGES (FONT FEATURES) IN DOD ISSUANCES CLEARING CHANGES (FONT FEATURES) IN DOD ISSUANCES 1. INCORPORATING CHANGES. DoD issuances are living documents. That s why the DoD Issuances Program offers the option to change up to 25 percent of your

More information

Head First HTML 5 Programming: Chapter 3: Events, Handlers, and all that Jazz.

Head First HTML 5 Programming: Chapter 3: Events, Handlers, and all that Jazz. Mobile Application and Web Design: HTML and JavaScript Project 03: Events, Handlers and Interaction Marist School Description: In this project you will implement a playlist webpage that features a text

More information

Unified Task List Developer Pack

Unified Task List Developer Pack Unified Task List Developer Pack About the Developer Pack The developer pack is provided to allow customization of the UTL set of portlets and deliver an easy mechanism of developing task processing portlets

More information

Rational Application Developer 7 Bootcamp

Rational Application Developer 7 Bootcamp Rational Application Developer 7 Bootcamp Length: 1 week Description: This course is an intensive weeklong course on developing Java and J2EE applications using Rational Application Developer. It covers

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: WSAD. J2EE business topologies. Workbench. Project. Workbench components. Java development tools. Java projects

More information

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime.

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime. Volume A~B: 114 Questions Volume A 1. Which component type must an integration solution developer define for a non-sca component such as a Servlet that invokes a service component interface? A. Export

More information

IBM Realtests LOT-911 Exam Questions & Answers

IBM Realtests LOT-911 Exam Questions & Answers IBM Realtests LOT-911 Exam Questions & Answers Number: LOT-911 Passing Score: 800 Time Limit: 120 min File Version: 35.4 http://www.gratisexam.com/ IBM LOT-911 Exam Questions & Answers Exam Name: IBM WebSphere

More information

JSF Tools Reference Guide. Version: beta1

JSF Tools Reference Guide. Version: beta1 JSF Tools Reference Guide Version: 3.0.0.beta1 1. Introduction... 1 1.1. Key Features of JSF Tools... 1 1.2. Other relevant resources on the topic... 2 2. JavaServer Faces Support... 3 2.1. Facelets Support...

More information

Analysis Tools - XML/HTML Project Reports

Analysis Tools - XML/HTML Project Reports Exclusively within Revolve Enterprise Edition there are tools that create HTML pages. These tools are located under the Analysis Tools selection under the Enterprise option on the menu bar. There are 4

More information

Developing Spring based WebSphere Portal application using IBM Rational Application Developer

Developing Spring based WebSphere Portal application using IBM Rational Application Developer Developing Spring based WebSphere Portal application using IBM Rational Application Developer Table of Content Abstract...3 Overview...3 Sample Use case...3 Prerequisite :...3 Developing the spring portlet...4

More information

Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory

Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory August 27, 2010 Copyright International Business Machines Corporation 2010. All rights reserved. Abstract This sample shows how to

More information

MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide

MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide MPLAB Harmony Help - MPLAB Harmony Graphics Composer User's Guide MPLAB Harmony Integrated Software Framework v1.11 2013-2017 Microchip Technology Inc. All rights reserved. MPLAB Harmony Graphics Composer

More information

Hot Tips from the Training Department

Hot Tips from the Training Department Topic Title: Vovici 6 Which Questionnaire Edit Mode Should I Use? Topic Description: Vovici 6 introduces a new user interface with enhanced questionnaire design experience. With the new Questionnaire Designer

More information

Creating a SQL Service with IBM WebSphere Portlet Factory. Introduction to creating services from a relational database

Creating a SQL Service with IBM WebSphere Portlet Factory. Introduction to creating services from a relational database Creating a SQL Service with IBM WebSphere Portlet Factory May, 2009 Copyright International Business Machines Corporation 2009. All rights reserved. This article with the accompanying sample shows you

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS CREATING AN ALL Hyperstudio is an easy to use but powerful multimedia authoring tool that lets you and your students create a series of linked cards, called a stack. Each card can contain text, graphics,

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Fast, but not Furious - ADF Task Flow in 60 Minutes Frank Nimphius, Senior Principal Product Manager Oracle Application Development

More information

Document Formatting with Word

Document Formatting with Word This activity will introduce you to some common tasks that you ll be doing throughout the semester. Specifically, it will show you how to format your documents in the standard document format. By learning

More information

One application has servlet context(s).

One application has servlet context(s). FINALTERM EXAMINATION Spring 2010 CS506- Web Design and Development DSN stands for. Domain System Name Data Source Name Database System Name Database Simple Name One application has servlet context(s).

More information

Oracle WebCenter Hands-On Practices. A Practical Introduction to Oracle WebCenter

Oracle WebCenter Hands-On Practices. A Practical Introduction to Oracle WebCenter Oracle WebCenter Hands-On Practices A Practical Introduction to Oracle WebCenter Table of Contents Before You Start... 3 Estimated timings for the practices... 3 Accessing the hands-on setup files... 3

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

Themes and Master Pages

Themes and Master Pages Themes and Master Pages Today you will learn Styles Themes Master Pages CSE 409 Advanced Internet Technology Styles CSE 409 Advanced Internet Technology 2 Creating a Basic Inline Style To apply style to

More information

Creating labels in Ticket 2000.

Creating labels in Ticket 2000. Creating labels in Ticket 2000. Ticket 2000 must be open and ready Option One: NEW LABEL: Click on FILES ICON and in the left hand column select New Label Click on the Common Tab and click once on Thermal

More information

Integration Developer Version 7.0 Version 7 Release 0. Migration Guide

Integration Developer Version 7.0 Version 7 Release 0. Migration Guide Integration Developer Version 7.0 Version 7 Release 0 Migration Guide Note Before using this information and the product it supports, read the information in Notices on page 117. This edition applies to

More information

ApacheCon NA How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum

ApacheCon NA How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum ApacheCon NA 2015 How to Avoid Common Mistakes in OFBiz Development Presented by Adrian Crum 1Tech, Ltd. 29 Harley Street, London, W1G 9QR, UK www.1tech.eu 1 Overview Common Getting Started Problems Common

More information

PaVESy - User Guide...1 Starting the application...3 Working with PaVESy...3 Creating database tables...6 Importing AraCyc flat file data...

PaVESy - User Guide...1 Starting the application...3 Working with PaVESy...3 Creating database tables...6 Importing AraCyc flat file data... PaVESy - User Guide PaVESy - User Guide...1 Starting the application...3 Working with PaVESy...3 Creating database tables...6 Importing AraCyc flat file data...7 Importing KEGG Ligand data...8 Exporting

More information

TOP Server Client Connectivity Guide for National Instruments' LabVIEW

TOP Server Client Connectivity Guide for National Instruments' LabVIEW TOP Server Client Connectivity Guide for National Instruments' LabVIEW 1 Table of Contents 1. Overview and Requirements... 3 2. Setting TOP Server to Interactive Mode... 3 3. Creating a LabVIEW Project...

More information

Developing portlets for the IBM WebSphere Portal Server with IBM Rational Rapid Developer

Developing portlets for the IBM WebSphere Portal Server with IBM Rational Rapid Developer Copyright Rational Software 2003 http://www.therationaledge.com/content/nov_03/f_rrd_websphere_jn.jsp Developing portlets for the IBM WebSphere Portal Server with IBM Rational Rapid Developer by Joseph

More information

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p.

Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. Preface p. xiii Writing Servlets and JSPs p. 1 Writing a Servlet p. 1 Writing a JSP p. 7 Compiling a Servlet p. 10 Packaging Servlets and JSPs p. 11 Creating the Deployment Descriptor p. 14 Deploying Servlets

More information

Using Adobe Flex in JSR-286 Portlets

Using Adobe Flex in JSR-286 Portlets Using Adobe Flex in JSR-286 Portlets This article shall show you how the Adobe Flex SDK can be used in a Portal environment to enhance the user interface for a Portlet. It has also previously been possible

More information

Recipes4Success. FileMakerPro6

Recipes4Success. FileMakerPro6 Recipes4Success Compiled by: Florence McGee, Pinellas County 2008. All Rights Reserved. This Material is copyrighted under United States copyright laws. Tech4Learning, Inc. is the exclusive owner of the

More information

Tutorial 3 - Welcome Application

Tutorial 3 - Welcome Application 1 Tutorial 3 - Welcome Application Introduction to Visual Programming Outline 3.1 Test-Driving the Welcome Application 3.2 Constructing the Welcome Application 3.3 Objects used in the Welcome Application

More information

Easing into DITA Publishing with TopLeaf

Easing into DITA Publishing with TopLeaf Easing into DITA Publishing with TopLeaf DITA allows authors to quickly start creating topic-based documents. It provides a great deal of out of the box functionality for managing and re-using content.

More information

Contents. BEA WebLogic Mobility Server Mobilize Your Portal Guide

Contents. BEA WebLogic Mobility Server Mobilize Your Portal Guide Contents BEA WebLogic Mobility Server Mobilize Your Portal Guide Version 3.3 December 2005 Copyright Copyright 1995-2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software is

More information

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

PeopleTools 8.54: Integration Broker Testing Utilities and Tools

PeopleTools 8.54: Integration Broker Testing Utilities and Tools PeopleTools 8.54: Integration Broker Testing Utilities and Tools November 2016 PeopleTools 8.54: Integration Broker Testing Utilities and Tools CDSKU Copyright 1988, 2016, Oracle and/or its affiliates.

More information

Microsoft PowerPoint 2002

Microsoft PowerPoint 2002 Microsoft PowerPoint 2002 Creating a New Presentation Upon opening, PowerPoint 2002 will display a blank title slide for a new presentation. You can begin creating a PowerPoint presentation by typing the

More information

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation Unified Task List Software requirements The information in this topic provides details about the software required to install or develop using the Unified Task List portlet. For information about supported

More information

Extracting and Storing PDF Form Data Into a Repository

Extracting and Storing PDF Form Data Into a Repository Extracting and Storing PDF Form Data Into a Repository This use case describes how to extract required information from a PDF form document to populate database tables. For example, you may have users

More information

MyEclipse ER-Designer Quickstart

MyEclipse ER-Designer Quickstart MyEclipse ER-Designer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating an ER Diagram from a Database 5. Working with an Entity-Relationship Diagram 1. Notation and

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

Java Programming Language

Java Programming Language Java Programming Language Additional Material SL-275-SE6 Rev G D61750GC10 Edition 1.0 D62603 Copyright 2007, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

To view a listing of all available labels in SmartOffice:

To view a listing of all available labels in SmartOffice: To view a listing of all available labels in SmartOffice: Select Marketing in the main menu, then select Form Letter maintenance. In the Search From Letters screen, select Labels in the Include These Document

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 6 Access More Skills 11 Add Option Groups to Forms An option group is a frame with a set of check boxes, toggle buttons, or option buttons. Option groups can be bound or unbound to a field. When

More information

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract:

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract: ADF Hands-On Understanding Task Flow Activities Abstract: In this hands-on you create a bounded task flows to run as an ADF Region in an ADF Faces page. Within this hands-on you create and use the following

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

Document Manager 6.0 Users Manual by Scanlon Associates

Document Manager 6.0 Users Manual by Scanlon Associates Document Manager 6.0 Users Manual by Scanlon Associates Version 6.0.70725 I Document Manager 6.0.70725 Table of Contents Part I Getting Started 2 1 Steps to a Successful... Implementation 2 2 Edit Document...

More information

Creating your first JavaServer Faces Web application

Creating your first JavaServer Faces Web application Chapter 1 Creating your first JavaServer Faces Web application Chapter Contents Introducing Web applications and JavaServer Faces Installing Rational Application Developer Setting up a Web project Creating

More information

RTView Datasource - XML

RTView Datasource - XML RTView Datasource - XML XML - Schema Users can create displays that connect to XML data based on RTView schema Schema has two types of data: scalar, and tabular Scalar values Single line defines name and

More information

Analyzer and Reports Guide

Analyzer and Reports Guide MadCap Software Analyzer and Reports Guide Flare 2017 r2 Copyright 2017 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in

More information

Struts Tools Reference Guide. Version: beta1

Struts Tools Reference Guide. Version: beta1 Struts Tools Reference Guide Version: 3.0.0.beta1 1. Introduction... 1 1.1. Key Features of Struts Tools... 1 1.2. Other relevant resources on the topic... 2 2. Projects... 3 2.1. Creating a New Struts

More information

MASTERKEY FOR ARCHICAD - MANUAL

MASTERKEY FOR ARCHICAD - MANUAL FOR MASTERKEY FOR ARCHICAD - MANUAL INTRODUCTION Masterspec s MasterKey Keynote systems combines ArchiCAD Keynotes with the power and ingenuity of the NextGen2 platform. Now, for the first time, MasterKey

More information

6.170 Laboratory in Software Engineering Java Style Guide. Overview. Descriptive names. Consistent indentation and spacing. Page 1 of 5.

6.170 Laboratory in Software Engineering Java Style Guide. Overview. Descriptive names. Consistent indentation and spacing. Page 1 of 5. Page 1 of 5 6.170 Laboratory in Software Engineering Java Style Guide Contents: Overview Descriptive names Consistent indentation and spacing Informative comments Commenting code TODO comments 6.170 Javadocs

More information

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide SAS AppDev Studio TM 3.4 Eclipse Plug-ins Migration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS AppDev Studio TM 3.4 Eclipse Plug-ins: Migration

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

JBoss WS User Guide. Version: CR1

JBoss WS User Guide. Version: CR1 JBoss WS User Guide Version: 3.0.0.CR1 1. JBossWS Runtime Overview... 1 2. Creating a Web Service using JBossWS runtime... 3 2.1. Creating a Dynamic Web project... 3 2.2. Configure JBoss Web Service facet

More information

Developing Applications for IBM WebSphere Portal 7.0

Developing Applications for IBM WebSphere Portal 7.0 Developing Applications for IBM WebSphere Portal 7.0 Duración: 5 Días Código del Curso: WPL51G Temario: This course is designed for users who are new to developing applications for WebSphere Portal Server

More information

Oracle WebLogic Portal

Oracle WebLogic Portal Oracle WebLogic Portal Extending the Administration Console 10g Release 3 (10.3) September 2008 Oracle WebLogic Portal Extending the Administration Console, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

Factory Method. Factory Method. Resource Mgt in App Framework. An Example: A Framework for Productivity ( Office ) Applications

Factory Method. Factory Method. Resource Mgt in App Framework. An Example: A Framework for Productivity ( Office ) Applications Factory Method Factory Method A method to instantiate a class and initializes a class instance without using its constructors Uses a regular (i.e., non-constructor) method. Lets a class defer instantiation

More information

Building JavaServer Faces Applications

Building JavaServer Faces Applications IBM Software Group St. Louis Java User Group Tim Saunders ITS Rational Software tim.saunders@us.ibm.com 2005 IBM Corporation Agenda JSF Vision JSF Overview IBM Rational Application Developer v6.0 Build

More information

Configure Eclipse - Part 2 - Settings and XML

Configure Eclipse - Part 2 - Settings and XML Configure Eclipse - Part 2 - Settings and XML See also Installing Eclipse and Configure Eclipse - Part This is additional Eclipse configuration - particularly to get XML aspects of Eclipse working reasonably.

More information

Socket attaches to a Ratchet. 2) Bridge Decouple an abstraction from its implementation so that the two can vary independently.

Socket attaches to a Ratchet. 2) Bridge Decouple an abstraction from its implementation so that the two can vary independently. Gang of Four Software Design Patterns with examples STRUCTURAL 1) Adapter Convert the interface of a class into another interface clients expect. It lets the classes work together that couldn't otherwise

More information

Search Hit Report Manual

Search Hit Report Manual Search Hit Report Manual Version 5.07 November 25, 2009 200 West Jackson Blvd. Suite 800 Chicago, IL 60606 (312) 263-1177 Contents 1 Overview...3 2 Importing the Search Hit Report Tool...3 3 Creating a

More information