Before you start
This tutorial demonstrates how you can extend widgets in the IBM WebSphere Application Server V7.0 Feature Pack for Communications Enabled Applications (CEA) to add instant messaging capabilities to a cobrowsing session. A cobrowsing session is one in which two remote participants communicate by viewing and interacting with a common Web page. The exercise outlined in this tutorial instructs you on modifying the code in the PlantsByWebSphereAjax sample application provided with the feature pack. The tutorial begins by showing how the application functions out of the box, and then shows how you can alter JavaScript, Dojo, HTML, and CSS files to deliver instant messaging capabilities.
Learn about the widgets available in the IBM WebSphere Application Server Feature Pack for CEA, their structure, and how they can be extended to deliver customized and enhanced functions.
This tutorial assumes a basic knowledge of WebSphere Application Server and an intermediate knowledge of JavaScript, Dojo widgets, HTML, and CSS. The tutorial is suitable for beginners to the WebSphere Application Server Feature Pack for CEA.
To run the examples in this tutorial, you must have access to a WebSphere Application Server V7.0 environment with the Feature Pack for CEA installed. You must also install the PlantsByWebSphereAjax sample that is shipped with the feature pack. Follow these instructions on installing the feature pack and configuring the sample application. To follow the tutorial, you must have access to an Eclipse development environment, into which you can import an Enterprise Archive (EAR) file and make modifications to JavaScript, HTML, and CSS files contained within the EAR. Finally, you must install at least two of the supported Web browsers for the feature pack.


