SCA 1.0 JMS tutorial
Learning objectives
In this tutorial you will learn to:- Create an SCA 1.0 application that uses JMS bindings on services and references to communicate between components. SCA 1.0 applications conform to the SCA 1.0 (OSOA) specification.
- Lesson 1: Create an SCA project and application composites: Create the initial project and composites for developing the application in the rest of the tutorial.
- Lesson 2: Develop the backend component: Create the backend component. Develop the service interfaces and implementation code.
- Lesson 3: Configure the backend component: Add services to the backend component. Configure JMS bindings on the services and configure a callback.
- Lesson 4: Develop the frontend component: Create the frontend component. Develop the interfaces and implementation code.
- Lesson 5: Configure the frontend component: Add references to the frontend component. Configure the references with JMS bindings to access the backend by JMS. Add a service to the frontend so that users can access the application.
- Lesson 6: Deploy and test the application: Deploy the application you created and test using Web services explorer.
Restriction: This sample does
not run on IBM® WebSphere® Application Server Developer
Tools for Eclipse
To complete this tutorial, you will need approximately
60 minutes.
When you are ready, begin Lesson 1: Create an SCA project and application composites