Archive for 2014
Implementing Quartz Scheduler in JDeveloper to call BEPL
We will create a simple a web service proxy component, a scheduler job class that is called by the SOAScheduler and a java class SOASchedulerServlet that initiate the quartz scheduler.
1. To get started, create a new Application in JDeveloper by.
Use of Event Delivery Network (EDN) : Tutorial - POProcessing
You add a new mediator component called receivePO, which subscribes to an event called NewPO and sends the received PO to the routePO service.
1. Open the POProcessing application in JDeveloper and open composite.xml, and click on the Event Definition.
Event Delivery Network (EDN)
The Event Delivery Network (EDN) in Oracle SOA Suite 11g provides a declarative way to use a publish/subscribe model to generate and consume business events without worrying about the underlying message infrastructure.
Developers only need to produce.
Perform message validation in OSB using Validate action
The Validate action can be used to check the content of any variable against an element or
type of an XML schema. The validation can be configured to either save the Boolean result of
the validation in a variable or to raise an error if the validation.
Using dynamic Split-Join to perform work in parallel in OSB
We have seen how the OSB's advanced mediation feature, called Split-Join, can help to improve the performance of the service by concurrently processing individual parts of a message. The Split-Join first splits the input message payload into submessages.
Using the Java Callout action to invoke Java code
We have created a Java class, packaged it as a JAR and invoked it from the OSB proxy service through a Java Callout action. Only static methods can be invoked through the Java Callout action; other, non-static methods will not be shown when browsing.