Chapter 25. Working with SCA applications 907
25.2.2 Importing the application to the development tool
To use the sample application for our exercise, import both files into IBM Rational Application
Developer by completing the following steps:
1. Start IBM Rational Application Developer.
2. To import the code, click File Import and then expand the General section. Select
Existing projects into workspace. Click Next.
3. Click Browse next to the Select Archive file field, and browse to the sca directory where
you extracted the sample code. Select the RAD8AtomFeeds.zip file, and click Open.
4. Click Select All to select all projects in the file. Click Finish. If you are prompted to migrate
the workspace, accept and complete the migration wizard.
25.2.3 Completing the service definition
The last action is to make sure the interface for the composite is complete by completing the
following steps:
1. Open the composite by double-clicking SCA 1.0 Content Composites
http://itso.rad.feeds SupportFeeds.
2. Click the Service icon (green arrow) in the AtomFeedFetcher component and then select
the Properties view.
3. Switch to (by clicking) the Interface tab and verify that the Interface is of type Java and
that it has the value com.ibm.itso.support.feeds.Fetcher. If not, correct the fields, and
save and close the composite.
These steps are illustrated in Figure 25-6.
Figure 25-6 Open the SupportFeeds composite