| |
|
| |
The document shares the best practices as the result of the Optimization of Mobile Portal site at one customer scenario. The approach documented when followed, increases the time to market of any mobile portal sites during its maintenance enhancement phases. This also provides the idea on how to ... |
| |
|
| |
WebSphere Portal developers and designers can find uptodate resources about installing a development environment, developing portlets, assembling composite applications, designing a Web site, and more. The resource page is specialized by tasks to help you find technical resources faster. ... |
| |
|
| |
Solutions to common implementation issues for IBM WebSphere Portal Content APIs Soumitra Limaye Staff Software Engineer IBM Software Group Pune, India May 2009 Abstract: The IBM® Co |
| |
|
| |
|
| |
|
| |
As explained in the topic on filtering by authoring template, the query generated by the search component is a "best fit" search. This also applies to site areas. We can use the same technique to filter on site area as used for authoring template generate the query ourselves rather than use the ... |
| |
|
| |
Summary: This document provides an example of how WCM administrators can create a servlet filter to intercept an HTTP request / response and redirect users to custom pages based on the status. A filter will allow you to intercept requests and perform some processing prior to the request reaching ... |
| |
|
| |
When obtaining the Web Content Management API Workspace for the ‘System’ or users other than the current user, you should cache the ‘Workspace’ in the session to improve performance. Creating a works |
| |
|
| |
Get the Current Selected Page public static ObjectID getCurrentPage(PortletRequest request, PortletResponse response) throws StateException, NamingException, IOExcepti |
| |
|
| |
This post provides sample code for Portlet Model SPI. |
| |
|
| |
First you need to get the PUMA Profile javax.naming.Context ctx = new javax.naming.InitialContext(); PortletServiceHome psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal |
| |
|
| |
There is often confusion about when to use taxonomies, categories, and authoring templates. A taxonomy component is at the top of a taxonomy and its children are category components. Categories gen |
| |
|
| |
With the release of Portal 6.0 the Workplace Web Content Management SearchModule is no longer available. This means that there are three options available for searching the repository. WebSphere Por |
| |
|
| |
Site Creation Best Practices Use a naming convention Naming conventions within the site maintains order and helps developers identify components for reuse. Reusing components reduces the number of components that must be maintained. Create reusable components One of the strengths of Web Content ... |
| |
|
| |
Web Content Management can provide some tailored content through features like menu components or metadata such as keywords. But you can also take advantage of the Personalization feature of WebSpher |
| |
|
| |
In version 6.0 enhancements were introduced to provide all the function you need for an authoring interface. However, in some rare situations, you might need to develop your own custom authoring inter |
| |
|
| |
Authoring templates determine the design of a content form, define what fields and elements appear on a content form, and specify default values for fields and elements. Presentation templates let you change the look of a page without needing to update what is being displayed on a page. For ... |