Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Web Experience Factory wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category Web Experience Factory 8 Documentation WebSphere Portlet Factory 7 Documentation WebSphere Portlet Factory 7.0.1 Documentation Custom Search Scope...
Search
Community Articles > Samples and techniques > Web Experience Factory Samples Directory
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

IBM contributorRob Flynn
Contribution Summary:
  • Articles authored: 237
  • Articles edited: 298
  • Comments Posted: 2

Recent articles by this author

JAX-WS Handler Sample using IBM Web Experience Factory

Overview The Web Experience Factory (WEF) 8.0 release contains an enhancement to the web service call builders that gives you an option to define a global JAXWS handler class. This handler makes it possible for models to intercept and process the inbound and outbound SOAP envelopes associated ...

WebSphere Dashboard Framework 7.0.1.1 Fix pack now available

The WebSphere Dashboard Framework 7.0.1.1 Fix pack has been released.

IBM Web Experience Factory Version 7.0.1.4 Fix Pack is now available

This fix pack includes new fixes and updates for Web Experience Factory Version 7.0.1. and is now available on Fix Central and can be downloaded from here: ...

IBM Web Experience Factory WCAG 2.0 Compliance

IBM Web Experience Factory, developed and tested compliant to WCAG 2.0, can produce output (web pages, sites and content) that can be WCAG 2.0 Level A and Level AA compliant. IBM Web Experience Factory neither enforces nor prevents this compliance. Application developers must know and understand ...

Yeah!!! New IBM Web Experience Factory V8.0 is announced!!!

A quick snapshot of what's new in IBM Web Experience Factory... IBM Web Experience Factory is all about making it quick and easy to develop applications (portlets) that are included as part of an exceptional web experience. We've seen our customers doing some awesome stuff, whether it be ...

Community articleWeb Experience Factory Samples Directory

Added by IBM contributor Rob Flynn | Edited by IBM contributor Rob Flynn on May 10, 2012 | Version 196
expanded Abstract
collapsed Abstract
Jumpstart your development efforts with these samples.
Tags: sample, sample application, samples
ShowTable of Contents
HideTable of Contents
  • 1 Data access
    • 1.1 Web and REST services
    • 1.2 Connections
    • 1.3 SQL
    • 1.4 Domino
    • 1.5 Other data sources
    • 1.6 Additional data access techniques
  • 2 UI
  • 3 Mobile
  • 4 Making builders
  • 5 Profiling
  • 6 Java and XML
  • 7 Portal integration
  • 8 Client side
  • 9 General
  • 10 How to install samples

Data access


These samples feature data access and Web Experience Factory.

Web and REST services

Link to Sample pageWhat this sample shows
Using and creating WSDL-based web servicesexternal linkHow to use a WSDL-based web service in an application, and how to create a WSDL service from a model.
Using the REST Service Call builderHow to use the REST Service Call Builder that was introduced in IBM® WebSphere® Portlet Factory 6.0.2 to invoke REST style services and display the results.
Lotus Connections Integration SamplesUsing the REST Service Call builder to fetch Atom feed data from a Lotus Connections Dogear, Profiles, and Blogs server and using of the Atom publishing API to write back to the Blogs server
Creating a Lotus Quickr Service Using the REST Service Call builderUse the REST Service Call builder to create a service to manipulate Lotus Quickr resources.
Revising the Results of a REST Service CallHow to revise the Results of a REST Service Call.
Restructuring the Results of a REST Service CallHow to use a "restructure handler" to change the structure of XML data, since the XML data retrieved from a back-end server may not be in the format needed by your WEF application.
Transforming the Results of a REST Service CallHow to use transform builders to change both the structure and the values of the XML data, since the XML data retrieved from a back-end server may not be in the format needed by your WEF application. Sometimes the structure of the data needs to be changed; sometimes the values of the data need to be changed.

Connections

Link to Sample pageWhat this sample shows
Accessing Connections 2.5 Files using IBM WebSphere Portlet FactoryHow to use the Connections Files Access builder to access Lotus Connections® 2.5 Files using IBM® WebSphere® Portlet Factory Version 7.0.0. This sample includes a feature set and two project archives.

SQL

Link to Sample pageWhat this sample shows
Creating a SQL serviceHow to use IBM® WebSphere® Portlet Factory to create a service that uses data from a relational database. The sample service supports a range of database functionality, with full create-read-update-delete (CRUD) support.
Using the SQL Transaction Builderexternal linkHow to use the SQL Transaction builder in Portlet Factory.
Handling BLOB Data with the SQL Buildersexternal linkHow to approach complex data types -- including BLOB, CLOB, ARRAY and STRUCT.

Domino

Link to Sample pageWhat this sample shows
Creating a Domino serviceHow to use IBM® WebSphere® Portlet Factory to create a service that uses data from Lotus® Domino®
Using web services to access a Domino discussion databaseUsing Web Service Call support, Calling Domino web services, Leveraging pluggable and interchangeable Service Providers, and using a Java LJO to manipulate complex XML web service responses for ease of consumption and UI generation.
Connecting to Domino 8 Web ServicesHow to connect to a Lotus® Domino® 8 server's web service, using the four different WSDL encodings Domino provides (RPC Encoded, RPC Literal, Document Literal, and Document Wrapped). In this sample a simple domino web service is used which illustrates how to use different return types (e.g. a string, an array of strings, a complex type and an array of complex types).
IBM - Connecting to Domino 7 Web ServicesHow to connect IBM® WebSphere® Portlet Factory to a Lotus® Domino® 7 server's web service, using the four different WSDL encodings Domino provides (RPC Encoded, RPC Literal, Document Literal, and Document Wrapped).
Using Domino collaboration buildersHow to use the Domino® Collaboration builders in IBM® WebSphere® Portlet Factory.
Creating and Updating Attachments in Lotus Domino DocumentsHow to build a Portlet Factory 7.0 web application that can create attachments in new documents or modify attachments in existing documents. The Portlet Factory application is available as a download in the attachment section at the end of the document. 

Other data sources

Link to Sample pageWhat this sample shows
Creating an Oracle EBS serviceHow to create a service that accesses the Oracle EBS using SQL through a set of database tables and stored procedures.
Information Service Call BuilderHow to connect to an instance of IBM Information Server, browse its deployed services, inspect a rich set of service metadata and select a service operation to be called from the portlet model
Using IBM WebSphere Portlet Factory to build a portlet that integrates with IBM FileNet P8 Content Managerexternal linkHow to connect to and expose IBM FileNet Content Management services. The sample uses the new CMIS Prototype API which wraps IBM FileNet APIs and exposes them as a collection of REST services.
Creating a Siebel Serviceexternal linkHow to create a service that uses data from Siebel.
Creating a PeopleSoft Serviceexternal linkHow to create a service that uses data from PeopleSoft.
Creating an SAP serviceHow to create a service that uses data from SAP.

Additional data access techniques

Link to Sample pageWhat this sample shows
Paged web service providerHow to build a paging-aware service provider model that gets data from a web service. Includes a custom data retriever implementation that calls a web service and passes it a start row index and count to retrieve a subset of a larger list of employee records
Using Excel dataUsing the Excel Import builder to import an Excel spreadsheet, and creating a service provider model that exposes the data as a service.
Data Integration builderHow to create a data integration type builder. It does this by demonstrating a simple XML File Access Builder, which allows you to read/write records to/from an XML file. Along with the builder code, it also includes a set of sample provider/consumer models that access an orders.xml file.
Integrating services from WebSphere Process ServerHow to create an IBM® WebSphere® Portlet Factory model that integrates with the IBM Websphere Process Server 6.0.1 applications. This article uses a web service deployed on Process Server.
http://www-10.lotus.com/ldd/pfwiki.nsf/dx/08122008084644PMWEB2X9.htmBuilding a Schema for an Xml Variableexternal linkHow to build a quick test model and you need to schema type an XML variable. Use this technique if you're not familiar with creating schemas.
Creating a custom data paging providerHow to create a custom data page solution. It is intended for developers who require a custom solution to implement paging to a data source.
Accessing Quickr Document Libraries using IBM WebSphere Portlet FactoryUse the Sample Quickr Documents Extension to add functionality for accessing Quickr document libraries, including the Quickr Document Access builder.
Utilizing Database Resource Bundlesexternal linkHow to use Portlet Factory Version 6.1.2 and later to localize portlets using content from a database or some other back-end server. It is intended for developers writing portlets that must support multiple languages where the language translations are not stored as traditional file-based resource bundles.
Creating a service provider from Java BeansHow you can create a service provider from data that comes from Java Beans instead of XML.
Paging-enabled service using Java BeansHow to create a paging-aware service provider, use Java/XML Converter to transform bean-based data into XML, and fetch and convert the bean data on demand during paged access
Email SampleHow to build a model that uses the javax.mail API to send an email.
Create a Custom Service Provider using a Java ClassHow to create a service provider from data that comes from Java Object instead of XML. Once you have this provider, you get all the benefits of the provider/consumer architecture, such as automatic testing support, separation of data and presentation layers, and automatic support in the consumer model for high-level builders such as View & Form.

UI


These samples feature using Web Experience Factory to create a user experience.
Link to Sample pageWhat this sample shows
Using layouts and stylesheetsHow to make portlets with custom layout pages and styles.
Tracking selected rowsSome techniques for tracking "selected rows" in repeating data. The sample model shows the addition of a "Selected" column to some data in which a checkbox is displayed. Submitting this form sets the "Selected" field value to "true". A result page demonstrates two ways to filter this data: using Visibility Setter to show only the selected rows, and looping over the XML data to extract selected field values
Using ajax techniquesHow to use the Ajax-related features of IBM® WebSphere® Portlet Factory Version 6.0.1.
Date and time formattingHow to format Dates, Date Time and Time values and the correct way to configure the Date Time Formatter builder.
Dojo extension sampleSome of the techniques illustrated in the sample models. There are eight models illustrating the Dojo techniques.
Custom LayoutHow to use the HTML Data Layout Builder to create a custom layout.
Localizing portletsHow to localize portlets. It is intended for portlet developers who are writing portlets that must support multiple languages.
Merging common cellsHow to take a normal table (created by the View and Form Builder) which had many common values in the data, and merge the cells with those common records into a single cell, using the HTML rowspan attribute to cause that single cell to stretch across all the records with that value.
Flash integration sampleHow to integrate a user interface component built in Adobe Flash (Flex) into a model. The key technique shown is the use of flashvars to communicate a URL to be used for data access, allowing the Flash component to get its data from a Portlet Factory
Techniques for building a controller model using Model Container and eventsexternal linkA master model/portlet (samples/container_events/Main) which uses several other models to build its core functionality. The home page of the main model is a page that includes two views, one which has a column with a link to a details view, and another whose column link loads an update model.
Using Ajax techniquesHow to use the Ajax-related features.
Rich Web User Interface SampleHow to use some of the Dojo, Ajax, and rich user interface, including a sample of a smartphone-enabled application
Specifying page location using xpathHow use XPath, an XML Path Language to select a specific node on a page to select a specific generated node which may have the same name as several other generated nodes.
Page Automation, Formatting, Translation and Validationexternal linkHow Page Automation functions in Portlet Factory. The samples show a wide range of different techniques in working with formatting, translation and validation.
Page Tabs With Close Buttonsexternal linkA technique for modifying the output of the Page Tabs builder to add a button to each tab that can "close" that tab, along with a way to restore all closed tabs.
iFrame builderHow to put an Iframe on a Page.
Rich Data Definition - multiple schemasexternal linkHow to combine data definitions from two schemas into a single Rich Data Definition file.
Print Page Contentsexternal linkDemonstrates the Print Page Contents builder using a custom print implementation.
Creating a Sample Questionnaire with Multiple Choice AnswersOne of the possible solutions for presenting data containing multiple Label/Value pairs. For example, questions with multiple choice answers.
Creating action columns in tablesTwo techniques for creating action columns in tables.
http://www-10.lotus.com/ldd/pfwiki.nsf/dx/12102008125928PMWEBP4Q.htm|Expand/Collapse Without Collapsible Section or Category View">Expand/Collapse">http://www-10.lotus.com/ldd/pfwiki.nsf/dx/12102008125928PMWEBP4Q.htm|Expand/Collapse Without Collapsible Section or Category Viewexternal linkHow to build a collapse/expand UI using base builders.
Custom Page Layout with IBM WebSphere Portlet Factoryexternal linkDifferent techniques you can use to manage the layout of the JSP pages to get the eventual HTML result that you want.
Creating_a_Dojo_Fisheye_MenuCreating a Dojo Fisheye Menu
Accessing Variables From JavaScriptexternal linkTechniques that can be used to access the values of server-resident variables or methods from client-side JavaScript code.
Action from javascriptUsing an HTML Event Action builder to attach action-invoking code to an element, where it can be called from JavaScript and setting up a interval timer that can be turned on and off.
Checkbox group input values Getting values from a page control that submits multiple values and using IXml to build up an IXml variable from the input values.
Client events and partial page refreshA set of four cooperating portlets that communicate using Portlet Factory events with client-side delivery, and which use partial-page refresh.
Button enablementAttaching a click handler to a number of repeated checkboxes and setting the enablement of a button based on the values of this checkbox group.
Categorizing tabular dataHow to categorize tabular data with the Category View builder.
Conditional linksHow to select among different UI types at execution time, in particular, between a link and a piece of text.
Tab Examples for Dojo Tabs and Page TabsExamples of tabs that use Dojo Tabs and Page Tabs.
Making a calendar portletTechniques for using multiple nested Repeated Region Builders to render a calendar. There are also some good examples of how to work with the IXml interface to manipulate data.
Using the Rich Data Definition builder to format datesHow to use the Rich Data Definition builder to format dates in an XML variable.
Checkbox visibilityHow to use a checkbox to control the visibility of another element of the UI.
Ajax type-ahead using a data base filterHow to use the Ajax Type-Ahead builder in conjunction with a data service (such as a SQL Call builder) to obtain a limited set of type ahead suggestions.
Creating a create a Model-based builderHow to create a Model-based builder in WebSphere Portlet Factory including step by step instructions in the creation of a new Model-based builder.
Creating a custom builder to automate the display of numerical data with an associated_ imageHow to create a custom builder that assists in the automatic display of images and numerical data on a page.
Address book and map portletTwo cooperating portlets: a very simple address book, and a map display portlet.
Developing Web Applications for Smartphones and Tablets with IBM Web Experience FactoryBenefits of using Web Experience Factory for smartphone, tablet and multi-channel development, and a Highly configurable automated generation of web user interfaces.
Building hybrid mobile applications with PhoneGap and IBM WebSphere Portlet Factoryexternal linkHow to build hybrid mobile applications with PhoneGap.
Building a wizard pattern in IBM WebSphere Portlet Factory V6.1external linkUsing a graphical user interface wizard to help users interact using a sequence of input forms.

Mobile



Link to Sample pageWhat this sample shows


Making builders



Link to Sample pageWhat this sample shows
Sample data integration builder using domino viewsHow to create a data integration builder using view data from Lotus® Domino.
Simple model based builderShows a model-based builder for creating a simple view of data from a service provider model.
Custom Builder Sample for Quickr and Excel Import BuilderCreating a custom builder for use with the Quickr and Excel Import Builder.

==Social=-

Link to Sample pageWhat this sample shows


Profiling



Link to Sample pageWhat this sample shows
Sample data integration builder using domino viewsHow to facilitate minor configuration changes without having to redeploy the war or modify the deployed war.
Using the WPS Group Segment HandlerHow to implement the Portlet Factory's profile selection handler WPS Group Segment Handler on an IBM WebSphere Portal 6.0.1 or higher.
How to personalize an xml variableexternal linkHow to profile enable an xml variable and personalize it in the portlet "edit" customizer.
Client device profile selectionHow to use the client browser device type with a profile selection handler, so that for different browser types you will get a different Portlet Factory profile.

Java and XML



Link to Sample pageWhat this sample shows
Creating a service provider from Java BeansHow to create a service provider from Java Beans.

Portal integration



Link to Sample pageWhat this sample shows
Portlet Min MaxHow to minimize and maximize your portlet.
Portlet Filter SampleCreate New ArticleHow to create Portlet Filters to allow for code to be called on portlet initialization, destruction and action, event and render phases.
Property Broker ChainedCreate New ArticleHow to implement inter-portlet communication using the property broker.
Creating popup windowsHow to create a popup window from a portlet.

Client side



Link to Sample pageWhat this sample shows


General



Link to Sample pageWhat this sample shows
Creating a service provider from Java BeansHow to catch errors from the File Upload builder.
Creating a Feature SetCreate New ArticleA sample Ant script that can be used in a project that contains a custom builder where you want to generate a Feature Set (.pkg) file that includes your builder(s). Included in this sample is a custom Ant task that will generate the Feature Set manifest file.
Server Stats Viewer ModelA Server Stats viewer is a simple model for viewing server stats log files.
WebSphere Portlet Factory Log Monitoring toolA Log Monitor tool which runs as a standalone model scanning the log files, and serves up the results as RSS feeds.



How to install samples




.[WHAT TEXT HERE???]
expanded Attachments (0)
collapsed Attachments (0)
expanded Versions (102)
collapsed Versions (102)
Version Comparison     
VersionDateChanged by              Summary of changes
292May 7, 2013 11:15:38 AMJonathan Booth  IBM contributor
291May 6, 2013 5:02:57 PMJonathan Booth  IBM contributor
290May 6, 2013 12:35:45 PMJonathan Booth  IBM contributor
289Apr 19, 2013 9:21:11 AMJonathan Booth  IBM contributor
288Apr 18, 2013 5:16:27 PMJonathan Booth  IBM contributor
287Mar 21, 2013 3:18:34 PMJonathan Booth  IBM contributor
286Mar 5, 2013 10:23:05 AMKerry Thompson  IBM contributor
285Mar 5, 2013 10:23:03 AMKerry Thompson  IBM contributor
284Mar 5, 2013 10:00:13 AMKerry Thompson  IBM contributor
283Mar 4, 2013 4:20:00 PMKerry Thompson  IBM contributor
282Mar 4, 2013 4:16:04 PMKerry Thompson  IBM contributor
281Mar 4, 2013 4:16:01 PMKerry Thompson  IBM contributorchanged heading from Mobile to Mobile and Multi-Channel
280Mar 4, 2013 4:14:17 PMKerry Thompson  IBM contributorchanged heading from Mobile to Mobile and Multi-Channel
279Mar 4, 2013 4:12:49 PMKerry Thompson  IBM contributorchanged heading from Mobile to Mobile and Multi-Channel
278Feb 12, 2013 3:55:21 PMKerry Thompson  IBM contributorchanged heading from Mobile to Mobile and Multi-Channel
277Feb 12, 2013 11:06:29 AMKerry Thompson  IBM contributoradditional samples for FP8
276Feb 12, 2013 11:04:43 AMKerry Thompson  IBM contributorfixed broken link
275Feb 12, 2013 11:01:42 AMKerry Thompson  IBM contributorfixed broken link
274Feb 12, 2013 10:54:27 AMKerry Thompson  IBM contributorfixed broken link
273Feb 12, 2013 10:51:42 AMKerry Thompson  IBM contributorfixed broken link
272Feb 12, 2013 10:49:42 AMKerry Thompson  IBM contributorfixed broken link
271Feb 12, 2013 10:47:27 AMKerry Thompson  IBM contributorfixed broken link
270Feb 12, 2013 9:13:53 AMKerry Thompson  IBM contributorfixed broken link
269Feb 12, 2013 9:13:02 AMKerry Thompson  IBM contributoradded samples from July 2012 - January 2013 and fixed typos, etc.
268Feb 11, 2013 5:59:32 PMKerry Thompson  IBM contributoradded samples from July 2012 - January 2013 and fixed typos, etc.
267Feb 11, 2013 5:56:53 PMKerry Thompson  IBM contributor
266Feb 11, 2013 5:51:33 PMKerry Thompson  IBM contributor
265Feb 11, 2013 5:51:07 PMKerry Thompson  IBM contributor
264Feb 11, 2013 5:49:38 PMKerry Thompson  IBM contributor
263Feb 11, 2013 5:49:11 PMKerry Thompson  IBM contributor
262Feb 11, 2013 5:32:52 PMKerry Thompson  IBM contributor
261Feb 11, 2013 5:19:23 PMKerry Thompson  IBM contributor
260Feb 11, 2013 5:19:07 PMKerry Thompson  IBM contributor
259Feb 11, 2013 5:18:18 PMKerry Thompson  IBM contributor
258Feb 11, 2013 5:16:25 PMKerry Thompson  IBM contributor
257Feb 11, 2013 5:15:21 PMKerry Thompson  IBM contributor
256Feb 11, 2013 4:59:57 PMKerry Thompson  IBM contributor
255Feb 11, 2013 4:58:53 PMKerry Thompson  IBM contributor
254Jan 7, 2013 12:28:50 PMJonathan Booth  IBM contributor
253Jan 7, 2013 12:23:19 PMJonathan Booth  IBM contributor
252Sep 12, 2012 11:43:31 AMGarry Sager  IBM contributor
251Sep 12, 2012 11:42:45 AMGarry Sager  IBM contributor
250Aug 6, 2012 1:33:33 PMGarry Sager  IBM contributor
249Aug 6, 2012 1:16:01 PMGarry Sager  IBM contributor
248Jul 13, 2012 10:50:04 AMJonathan Booth  IBM contributor
247Jul 13, 2012 10:47:16 AMJonathan Booth  IBM contributor
246Jun 27, 2012 8:00:44 AMGarry Sager  IBM contributor
245May 31, 2012 1:40:45 PMThomas Dinger  IBM contributor
244May 31, 2012 1:37:41 PMThomas Dinger  IBM contributor
243May 30, 2012 11:03:45 AMJonathan Booth  IBM contributor
242May 15, 2012 9:42:32 AMRob Flynn  IBM contributor
241May 15, 2012 9:42:25 AMRob Flynn  IBM contributor
240May 15, 2012 8:56:25 AMRob Flynn  IBM contributor
239May 14, 2012 3:14:55 PMRob Flynn  IBM contributor
238May 14, 2012 3:14:50 PMRob Flynn  IBM contributor
237May 14, 2012 3:12:41 PMRob Flynn  IBM contributor
236May 14, 2012 3:09:22 PMRob Flynn  IBM contributor
235May 14, 2012 3:07:40 PMRob Flynn  IBM contributor
234May 14, 2012 3:06:28 PMRob Flynn  IBM contributor
233May 14, 2012 2:58:25 PMRob Flynn  IBM contributor
232May 14, 2012 2:56:51 PMRob Flynn  IBM contributor
231May 14, 2012 2:53:40 PMRob Flynn  IBM contributor
230May 14, 2012 2:47:29 PMRob Flynn  IBM contributor
229May 14, 2012 9:53:01 AMRob Flynn  IBM contributor
228May 11, 2012 3:28:20 PMRob Flynn  IBM contributor
226May 11, 2012 3:01:07 PMRob Flynn  IBM contributor
225May 11, 2012 2:35:24 PMRob Flynn  IBM contributor
224May 11, 2012 2:33:22 PMRob Flynn  IBM contributor
223May 11, 2012 2:32:24 PMRob Flynn  IBM contributor
222May 11, 2012 2:31:17 PMRob Flynn  IBM contributor
221May 11, 2012 2:29:28 PMRob Flynn  IBM contributor
220May 11, 2012 2:27:09 PMRob Flynn  IBM contributor
219May 11, 2012 2:23:22 PMRob Flynn  IBM contributor
218May 11, 2012 2:20:05 PMRob Flynn  IBM contributor
217May 11, 2012 2:14:05 PMRob Flynn  IBM contributor
216May 11, 2012 2:10:13 PMRob Flynn  IBM contributor
215May 11, 2012 2:09:17 PMRob Flynn  IBM contributor
214May 11, 2012 2:07:02 PMRob Flynn  IBM contributor
213May 11, 2012 2:04:59 PMRob Flynn  IBM contributor
212May 11, 2012 2:03:21 PMRob Flynn  IBM contributor
211May 11, 2012 2:02:11 PMRob Flynn  IBM contributor
210May 11, 2012 9:09:05 AMRob Flynn  IBM contributor
209May 11, 2012 9:05:01 AMRob Flynn  IBM contributor
208May 11, 2012 8:11:21 AMRob Flynn  IBM contributor
207May 11, 2012 8:10:49 AMRob Flynn  IBM contributor
206May 11, 2012 8:09:54 AMRob Flynn  IBM contributor
205May 11, 2012 8:09:14 AMRob Flynn  IBM contributor
204May 11, 2012 8:02:19 AMRob Flynn  IBM contributor
203May 11, 2012 8:02:14 AMRob Flynn  IBM contributor
202May 11, 2012 7:59:47 AMRob Flynn  IBM contributor
201May 10, 2012 3:35:23 PMRob Flynn  IBM contributor
200May 10, 2012 3:30:53 PMRob Flynn  IBM contributor
199May 10, 2012 3:30:42 PMRob Flynn  IBM contributor
198May 10, 2012 3:28:30 PMRob Flynn  IBM contributor
197May 10, 2012 3:27:40 PMRob Flynn  IBM contributor
This version (196)May 10, 2012 3:26:51 PMRob Flynn  IBM contributor
195May 10, 2012 3:24:13 PMRob Flynn  IBM contributor
194May 10, 2012 3:23:17 PMRob Flynn  IBM contributor
193May 10, 2012 3:23:03 PMRob Flynn  IBM contributor
192May 10, 2012 3:22:46 PMRob Flynn  IBM contributor
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • BlogsIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use