You can view information on Service Component Architecture (SCA) composites in an SCA domain in the administrative console.
The SCA composite must be a composition unit in a business-level application.
Viewing SCA domain information enables you to see on one console page information on all components in an SCA domain. The View domain page displays information on available services in the current domain.
The View domain page lists information on components in the current domain.
Suppose the HelloWorldAsync business-level application provided as a sample with the product is installed. Click
.The View domain page displays information resembling the following:
<domain name="myCell02"> <component name = "AsynchTranslatorComponent" mapTarget = "WebSphere:cell=myCell02,node=myNode02,server=server1"> <service name = "AsynchTranslatorService"> <interface.java interface = "helloworld.AsynchTranslatorService"/> </service> <reference name = "AsynchTranslatorService" target = ""/> <httpurlendpoints name = "endpoints" uri = ""/> </component> </domain>
Browse the page to ensure that it contains the intended information.
You can export the same domain information to a file using the exportCompositeToDomain command. See "Exporting SCA domain information using scripting."
In this information ...Related concepts
| IBM Redbooks, demos, education, and more(Index) |