Blog Left Sidebar

April 17, 2010

To add an application server web session listener to your WebClient application, ensure that this  XML fragment is present under the web-app element in your web.xml. <listener> <listener-class>com.adcaustin.webclient.servletproxy.WebSessionListener</listener-class> </listener> When the listener is installed, then application clean-up will occur immediately when the session times out (as determined by the application server’s timeout settings). The user closing their browser

January 30, 2010

The January 2010 WebClient newsletter is available at this link. Highlights of this edition include: New guide published for deploying applications to Websphere New tip published for implementing an Ajax style wait cursor Version 1.4.19 released CA World planned for May 2010, with extensive virtual conference. WebClient will be on display. http://archive.constantcontact.com/fs026/1102336365834/archive/1102948238095.html

January 24, 2010

Although this is a WebClient i+ blog, since we often get questions about Websydian interoperability we would like to highlight this video of how TransacXML works. The demo shows a CA Plex integration to SAP via web services. Both WebClient i+ and TransacXML can utilize Websydian Server+ and Websydian Express, minimizing software investment and maximizing

January 14, 2010

This guide will walk you through the steps required to implement an Ajaxy ‘busy’ indicator for a CA Plex / WebClient application. The indicator signals to the user that the web application is processing their request, and to wait until it finishes. On the web this indicator usually takes the form of an animated GIF