1.43 Create Spring Dialog
Use to create a spring service component in a SOA composite application.
This enables you to integrate components that use Java interfaces instead of WSDL files into SOA composite applications. You can also integrate components that use Java interfaces with components that use WSDL files in the same SOA composite application. For example, you can wire (connect) the following components:
-
An Enterprise JavaBeans service or spring service component to a component that does not support Java interfaces such as Oracle Mediator or Oracle BPEL Process Manager.
-
A component that uses WSDL files such as Oracle Mediator or Oracle BPEL Process Manager to a component that does not support WSDL files, such as a spring service component.
Oracle SOA Suite uses the spring framework functionality provided by the WebLogic Service Component Architecture (SCA) of Oracle WebLogic Server.
Element | Description |
---|---|
Name |
Enter a spring context name or accept the default name of |
Create New Context |
Displays the name you entered in the Name field. |
Context Directory |
Displays the directory in which to create the spring context file. When complete, a Spring folder is displayed in the Applications window. |
Use Existing Context |
Click the Browse icon to select an existing spring context file. For example, you may want to import a spring context that was created in Oracle JDeveloper, but outside of Oracle SOA Suite. |
Related Topics
Integrating the Spring Framework in SOA Composite Applications in Developing SOA Applications with Oracle SOA Suite
Integrating Enterprise JavaBeans with SOA Composite Applications in Developing SOA Applications with Oracle SOA Suite