| |
|
| |
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 ... |
| |
|
| |
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 ... |
| |
|
| |
In Web Experience Factory 8.0 we added a new designer view that allows you to follow some RSS feeds and view their contents. This view is available in the default perspective of newly created workspaces on the right side of the perspective. If you are using an existing workspace you can add this ... |
| |
|
| |
The format method examines the expression it receives and calls the appropriate operation, passing the value as an argument to that operation. |
| |
|
| |
When the users enter a phone number, they may enter it without any separators or use some sort of separator such as dots or dashes. |
| |
|
| |
The validate method follows the process of analyzing an expression and calling the appropriate method to perform the actual operation; in this case validating that the user used only numeric characters for the phone number input. |
| |
|
| |
Use this approach to add basic database connectivity to a model. |
| |
|
| |
You can add or modify elements on the pages in the model by calling the individual builder APIs. |
| |
|
| |
The IBM® Web Experience Factory servlet passes the web application structure to the builder call with the webApp argument. |
| |
|
| |
You can alter the layout of a form generated by the Data Page builder. |
| |
|
| |
You can alter the display of the builder calls in the model by using the following builder call list view options. |
| |
|
| |
IBM® Web Experience Factory APIs are available for development tasks. |
| |
|
| |
Whenever you insert one page into another, the potential for control name collisions exists. |
| |
|
| |
In general, name builders in models using the same conventions as Java variables. |
| |
|
| |
Multiple builders can be used to create a service layer. |
| |
|
| |
You can configure the IBM® Web Experience Factory servlet to dynamically load linked Java object, profile set manager and regen classes. |
| |
|
| |
A source portlet uses a C2A event to send data to a target portlet. |
| |
|
| |
A target portlet accepts data from a source portlet by receiving a C2A event from the source portlet. |
| |
|
| |
The builder definition is an XML file that defines the builder characteristics. |
| |
|
| |
There are many ways to implement the customization of a web application. An application can use any number of profiles to implement different web applications for different users. One way to construct your profile sets is to use a hierarchical structure of profiles that you can repeat for each ... |
| |
|
| |
You can create a web service by exposing a method in a model as a web service. |
| |
|
| |
When you finish creating the project, you can choose whether to publish a development WAR file or export a production WAR file. |
| |
|
| |
If you require different layout, create and use a custom layout page. |
| |
|
| |
If the standard search methods that the builder offers do not meet your requirements, you can write a custom method that the builder invokes at runtime. |
| |
|
| |
Builder call editors support the most commonly used reference methods and syntax. |