WAS v8.5 > Develop applications > Develop SCA composites > Develop SCA applications

Develop asynchronous SCA services and clients

We can create applications that use Service Component Architecture (SCA) OASIS specifications to asynchronously run request-response services.

New feature:

SCA OASIS specifications support the asynchronous running of request-response services. This enables a client thread to continue doing other work while the service runs. We can use SCA OASIS annotations and APIs in Java interfaces to enable asynchronization in services.

To learn about asynchronous invocations of SCA services, see the SCA OASIS Java Common Annotations and APIs specification. For a list of common annotations in SCA OASIS specifications, see http://docs.oasis-open.org/opencsa/sca-j/javadoc/index.html. An SCA client and an SCA service have independent capabilities for asynchronous invocation which can be intermixed. This means that a client can synchronously run an asynchronous service or asynchronously run a synchronous service.

Typically, a client asynchronously runs an asynchronous service.

When developing an asynchronous service and client, consider the following:

Topics in the procedure cover developing SCA services and clients that run asynchronously.

  1. Develop an asynchronous SCA service.
  2. Develop an asynchronous SCA client.

Deploy the SCA composites in a business-level application.

For SCA OASIS applications, an sca-contribution.xml file is required for deployable composites in the META-INF/ directory, and not in a subdirectory.


Subtopics


Related concepts:

Unsupported SCA specification sections


Related


Configure the SCA default binding
Create SCA business-level applications


Reference:

API documentation


+

Search Tips   |   Advanced Search