web analytics
free online training

Archive for May 2012

Hello Domain Value Map!!!

Domain value maps are a way of storing lookup values in SOA server such that these lookup values can be easily edited at run time using SOA console, shared across composites and stored in MDS. Creation of MDS is done using Oracle JDeveloper and once it is deployed onto the SOA server, its values can be easily modified and managed using SOA console.

In this example, we have a simple project which takes an input country name and returns the relevant country code back to the user by using a to look up the country code.

Related posts

Java Embedding Activity in BPEL

Java embedding activity is a means of embedding Java and J2EE code directly inside Oracle process. Even though java embedding can provide enhanced functionality (since you can plug in any java code here!!), this should be avoided as much as possible – since the code would be harder to manage and will not be “SOA” like. Since this is an Oracle extension, it is not part of standard spec – hence won’t be portable!!

Related posts