Learn about WebSphere programming extensions


 

+

Search Tips   |   Advanced Search

 

ActivitySessions

How do I?...
Overview
Samples

 

Application profiling

How do I?...
Overview
Samples

 

Asynchronous beans

How do I?...
Overview
Samples

 

Dynamic caching

How do I?...
Overview

 

Dynamic query

How do I?...
Overview
Samples

 

Internationalization

How do I?...
Overview
Samples

 

Object pools

How do I?...
Overview

 

Scheduler

How do I?...
Overview
Samples

 

Startup beans

How do I?...

 

Work areas

How do I?...
Overview
Samples

 

Applications can use the Eclipse extension framework. Applications are extensible as soon as extension points and extension processing code for the extensible area of the application are defined.

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 seamlessly 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.



Subtopics

Learn about WebSphere applications: Overview
Learn about ActivitySessions
Introduction: ActivitySessions
Learn about application profiling
Introduction: Application profiling
Learn about asynchronous beans
Introduction: Asynchronous beans
Learn about dynamic caching
Introduction: Dynamic cache
Learn about dynamic query
Introduction: Dynamic query
Learn about internationalization
Introduction: Internationalization
Learn about object pools
Introduction: Object pools
Learn about scheduler
Introduction: Scheduler
Learn about startup beans
Introduction: Startup beans
Learn about work areas
Introduction: Work area

 

Related concepts


Learn about WebSphere applications: New features