Application Profiling
Develop and assemble applications for application profiling
Deploy, administer, and troubleshoot your applications
- Assemble applications for application profiling
- Deploy applications (same as any application type)
- Administer application profiles
- Automatically configure application profiles and tasks
- Develop TaskNameManagers
Conceptual overviews
- Application profiling: Overview
- IBM Education Assistant offers:
- WebSphere programming model extensions overview
- Application profiles and dynamic access intent
- See Chapter 8 of the IBM Redbook WebSphere Application Server Enterprise V5 and Programming Model Extensions
Samples
- The Samples Gallery offers:
- Account management
The account management application is provided to demonstrate a simple example of how to use the application profiling service to configure J2EE applications. The account management application uses a servlet, a stateless session bean, and a container-managed entity bean (EJB 2.1 CMP) to drive a very basic business scenario. One of the paths run by the application is a read-only operation; another path is an update operation. Application profiles, access intent policies, tasks, and task policies are configured such that the persistence manager and container can accurately determine the intentions different operations of the application and optimize the behavior of the persistence operations without compromising data integrity.