+

Search Tips   |   Advanced Search

Learn about WebSphere programming extensions

See WAS: Overview and quick start for a brief description of each WebSphere extension.

The applications can use the Eclipse extension framework. Your applications are extensible as soon as we define an extension point and provide the extension processing code for the extensible area of the application. We can also plug an application into another extensible application by defining an extension that adheres to the target extension point requirements. The extension point can find the newly added extension dynamically and the new function is integrated in the existing application. It works on a cross Java EE module basis.

The application extension registry uses the Eclipse plug-in descriptor format and APIs as the standard extensibility mechanism for WebSphere applications. Developers that build WebSphere application modules can use WAS extensions to implement Eclipse tools and to provide plug-in modules to contribute functionality such as actions, tasks, menu items, and links at predefined extension points in the WebSphere application.

For more information about this feature, see Application extension registry.


Subtopics

  • WAS: Overview and quick start