+

Search Tips   |   Advanced Search

 

Learn about WebSphere programming extensions

 

Use this section as a starting point to investigate the WebSphere programming model extensions for enhancing your application development and deployment.

See Learn about WebSphere applications: Overview and new features for a brief description of each WebSphere extension.

 

How do I?...

Conceptual overview

Samples

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

In addition, now your applications can use the Eclipse extension framework. Your applications are extensible as soon as you define an extension point and provide the extension processing code for the extensible area of the application. You 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 J2EE 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.


Sub-topics


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: Overview and new features