|
|
|
Background and overview
Web Experience Factory (WEF) customers are increasingly wanting to use jQuery and other script libraries for implementing portions of their applications. To aid in this effort we've been creating a number of articles and samples that show various ways of doing this ... |
|
|
|
This article and the accompanying sample explain how to use the new CMIS Document Access builder in IBM® Web Experience Factory Version 8.0 (hereafter called WEF or Experience Factory.) This sample includes three WEF models – standard provider and consumer models, along with a model containing ... |
|
|
|
Samples that illustrate three different ways of modifying the results of a REST Service Call. |
|
|
|
Introduction Smartphone and mobile development challenges and opportunities Recent years have seen an explosion in the market for smartphones. Smartphone sales have risen dramatically, with consumers snapping up the latest models as the smartphone vendors compete to provide the best ... |
|
|
|
Overview of generating web based user interfaces from structured data. |
|
|
|
Included here is a custom builder for Portlet Factory to assist in the automatic display of images and numerical data on a page. A sample model is also included. Two images are specified and a counter (numerical) value. The counter value is used to determine which image is used - one image is used ... |
|
|
|
This video shows several of the Rich User Interface features new in the WebSphere Portlet Factory 7.0 release and lists the key builders used to create them. |
|
|
|
This article describes using the Method builder, Linked Java Object builder, and Java/XML Converter builder and related techniques to incorporate Java in your Web applications. IBM® WebSphere® Portlet Factory applications generate the logic and integration code for most use cases. To leverage ... |
|
|
|
What it does: This builder creates a Tagcloud coming from an xml structure. How to use this builder: Here is a screenshot of the builder at design time: Input Definitions Entry fields Content Name Name of the builder Page Location Page location where tag cloud should be displayed ... |
|
|
|
What it does: This builder copies the document specified by a link to a Quickr Teamroom to the local directory of the widgetportlet. Then the local document the Excel Import Builder can be used to create a widget which displays the Excel Sheet. Whenever the document is changed on the Quickr ... |
|
|
|
This builder helps to integrate the Person card into a Portlet page. One UI classes have been applied for the look and feel of the Person card, so if the OneUI classes have been includedreferenced in the model using this builder, then OneUI look and feel will be applied. Builder Inputs: Page ... |
|
|
|
Creating Custom Builder Help with WebSphere Portlet Factory 6.1 This tutorial details the steps required to include help documentation for a custom builder created for WebSphere Portlet Factory version 6.1. WebSphere Portlet Factory provides a means for developers to create custom builders to ... |
|
|
|
Question: How can I change the chart legend label in a Summary and Drilldown chart? Answer: To change the legend in a chart to something more user-friendly, you cannot use Rich Data Definition as you can for a table. To change the legend in a chart, you'll need to specify a Locale ... |
|
|
|
Answer: Yes, please visit the Making Builders section of this Wiki here |
|
|
|
h2 Background information h2
brIt is often useful or required to programatically send an email message from an application. This sample provides a builder to facilitate sending email messages from an application. br br h2 Sample description h2
brThis sample illustrates the ... |
|
|
|
Sample description
This presentation provides an example of how to create a Model-based builder in WebSphere Portlet Factory. This presentation provides step by step instructions in the creation of a new Model-based builder. The goal of the new Model-based builder is to ... |
|
|
|
The concept of Builders and BuilderCalls is fundamental to the Factory. A Builder makes some change to a WebApp being constructed. For instance, there is a Button Builder, which will put a button on to a page, and will add javascript so that when the user presses the button, it will invoke an ... |
|
|
|
The Summary and Drilldown builder is used to create a summary page and a drilldown page. The summary page displays the data summarized by a field, such as department, customer, or time period. A chart and table are displayed on the page based on a common variable and data service provided in the ... |
|
|
|
The Status Page builder can generate a Chart page with a dial chart and a Table page showing numbers (with indicators showing the status). Both status charts have customizable user interfaces. Each of these pages has HTML templates that are exposed as builder inputs and are customizable. Chart ... |
|
|
|
The Record List and Detail builder creates pages that display a list of records or record details. The builder may take as an input a Variable/Data service for the Record List page. A Record Detail page can be created either from a record in the Record List page or from some other reference (such ... |
|
|
|
The Map builder allows developers to create maps in which the color of each region is based on tabular data. To achieve this, users need to define which map file to use, use a SQL call to get the tabular data, and define the status indicator. Besides the map view, this builder also provides ... |
|
|
|
There are three primary parts of a Builder: the BDEF,
the Builder Class
the Coordinator Class. (The last one is optional.) The BDEF and the Builder Class are important when a Model is being Generated. The BDEF and the Coordinator Class are important when the Model is being edited. BDEF ... |
|
|
|
Sample description
This article with the accompanying sample shows you how to create a data integration builder. The sample uses view data from Lotus® Domino® . Read the full article here: Sample data integration builder using Domino
Download
Download the ... |
|
|
|
h2 Background information h2
One way to make a custom builder for Portlet Factory is with a "modelbased" builder. With a modelbased builder, you first create a "base" model with the functionality you want, then you profile all the builder inputs you want to control from your new builder. ... |
|
|
|
XML File Access builder
br
Background information
br
Data integration builders generate all the code and artifacts necessary to attach to and interface with backend systems in order to create, retrieve, update and delete data from those systems. Currently, Portlet Factory has builders for ... |