This is the "follow up" post from Preview feature: SCA Spring C&I support, this time with a tutorial. You can find it at http://www.oracle.com/technology/products/soa/soasuite/demos/scalight/springcomponentbasedemo.html Enjoy. I am curious about your comments & ideas for enhancements....
As part of the new release, we also added support for Spring components. The idea is to give the developer full Java support, and a powerful IOC container. Only thing needed, annotate your beans, and wire them on composite level....
You can get it at http://www.oracle.com/technology/software/products/middleware/index.html Amongst many bug-, and performance-related fixes - we also added quite a few significant preview features (e.g resequencing, spring support, and others). Please note that the role of preview features is to elicit user...
Here is the second post - this time on one-way invocations: Usually a one way invocation (with a possible callback) is exposed in a wsdl as below <wsdl:operation name="process"> <wsdl:input message="client:OrderProcessorRequestMessage"/> </wsdl:operation> This will cause the bpel engine to split...
In the last post we learned how to use the Locator to find a Composite (locator.lookupComposite(compositeDN);), and invoke it through a DeliveryService. The next step is to use the API to find its instances and get some meaningful information, e.g....
With 11g and the new SCA composite support our API has been revamped a little as well. The Locator is still available and is created against WL jndi properties Hashtable jndiProps = new Hashtable(); jndiProps.put(Context.PROVIDER_URL, "t3://" + props.get(STR_MGDSERVER_HOST_KEY) + ":"...
As part of the new 11g SOA Suite and the mediator component we added a new feature around routing rules. In short the direct forward from the request operation back to the requester via response operation with transformation....
Using Business Events is one of the big new features in SOA Suite 11g, namely through the Event Delivery Network (EDN) So how can you make use of events? First - you need to define the data-shape of the event....
Following the first couple tips and tricks on 11g - here is the next one on B2B. Straight from Fusion Order Demo's B2B composite, is a small example on how to use the b2b 11g remote utility to import (deploy...
Note that expanded human task - with an event subscribing mediator, correlated through the ecid and parent component id. Another great new feature is the composite sensor framework which allows sensors to be configured on service and references, down...
I figured I would start sharing stuff I built for fusion order demo - in this case - the common tasks to help you bootstrapping your soa 11g productivity. Download the mds-binaries jar here. Once extracted it contains a bunch...
As I have seen a few customers running into a strange OOM recently - I figured I publish this. First, how to see what is actually going on? If you run on Sun JDK 1.5.0_7+ you can set a vm...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'soa suite'.