Did You Know?
With IBM WebSphere Application Server, you pay less and get more than you do with Oracle WebLogic Enterprise Server Edition. 57% less for first year license and support and 53% less to renew support beyond the first year. (Based on publicly available information as of 5/13/2011)Categories
- Base22 (1)
- Diversions (2)
- General Web Development (3)
- IBM Connections (6)
- IBM Web Content Manager (22)
- IBM WebSphere Portal (48)
- Java (9)
- News (13)
- Software Design (1)
- Videos (9)
- Web Content Authoring (1)

Thu, 10 May 05:26
Managed Pages – First Look at a New WebSphere Portal 8 Feature « Taking Notez http://t.co/bAPOLaxB
Thu, 10 May 05:17
Adding support for JQuery as module in modular theme http://t.co/pfMm5NDa
Thu, 10 May 05:16
Creating a Custom Page Layout in WPS 7002 http://t.co/ZYwVR2Il
Wed, 09 May 17:25
WebSphere Portal 7.0.0.2 Theme Dev Nots and Lessons Learned: http://t.co/af4ZeXbn (follow my progress)
Tue, 01 May 21:15
IBM chooses SugarCRM. http://t.co/wTlseil1
Monthly Archives: January 2012
Generating SQL Dynamically in IBM Web Experience Factory
The SQL Call builder in IBM Web Experience Factory can process java method calls that are placed in the SQL Statement. Take the following, for example (note the where clause): Example SQL Call Builder – SQL Statement Other options selected … Continue reading
Tailing WebSphere Portal Log Files in Microsoft Windows
Tailing the WebSphere Portal log files allows you to watch the logs in real-time as they role. In Unix or Linux it can be done with the command tail -f System.out.log, but there is no such command for Windows. Several … Continue reading
Now Available – WebSphere Portal and WCM V7.0 fix pack 2
Portal and WCM fix pack 2 is now available. The fix pack includes a cumulative collection of fixes and updated support for several underlying components. It updates the IBM WebSphere Portal 7.0 (7.0.0.0) or 7.0.0.1 level to the 7.0.0.2 release … Continue reading
How to Set the Title of a WebSphere Portal Page from WCM Content Title
The JSR 286 Web Content Viewer portlet can set your overall portal page title based on the title of the content item it’s displaying. Because the portlet can literally change the title element in the HTML head, it can provide … Continue reading
Posted in IBM Web Content Manager
4 Comments
Debug Tracing in IBM Web Experience Factory
You can turn on debug tracing for a model in IBM Web Experience Factory with the following procedure: In /WEB-INF/config/log4j.properties, set log4j.logger.bowstreet.system.debugTracing to DEBUG Add a Debug Tracing builder to the model and name it ‘debugTrace’. Check ‘Trace all actions’. … Continue reading
How to Set Default Value of a Text Field in IBM Web Experience Factory
I recently wasted an embarrassing amount of time trying to figure out how to simply set a default value in a text field on a page created by a Data Services User Interface (DSUI) builder. So, after having finally found the solution, … Continue reading
WebSphere Portlet Factory Placeholder – No portlets defined in project
Problem The project has a portlet adapter, but WEB-INF/portlet.xml has no model defined for the model init-param. After deploying the portlet WAR, the message “WebSphere Portlet Factory Placeholder – No portlets defined in project – projectName” is displayed for the … Continue reading