#323 SOA Suite 12c Unveiled
Check out the press release hereCheck out the overview hereCheck out the product management blog here
View Article# 1 SOA 12c New Features - an overview
Welcome to SOA 12c.Aligned with industry drivers such as Cloud, Mobile and Data.Here are some of the new features I will detail in future posts -General1. Single JDev based developer install. Jdev's...
View Article# 2 SOA12c - New Features - Project Structure / Technology & Cloud Adapters
12c SOA Project StructureWith 12c we get a new project structure when we create a new SOA App/Project.This is easier to read as the 11g equivalent.Compare this to 11g -Here are the tech adapters from...
View Article#3 SOA 12c New Features - BPEL --> SubProcesses / Component Templates
Here is a quick overview of the new design time BPEL features -I add my obquitous xsd to the project -Notice the new compents available -- Subprocess -A subprocess is a fragment of BPEL code that can...
View Article#4 SOA 12c New Features - OSB design time in JDev / REST services
In this post I will create a simple OSB process that calls the BPEL process, created in the previous post.Now create a service bus project -Here is the project structure -Here is the design time -Here...
View Article# 5 SOA 12c - Composite Debugging
Simple Example of the above...Start the Integrated Server.Start the DebuggerAdd Request / Response breakpoints.Add breakpoints to the BPEL processInitiate...Control returns to the composite view -View...
View Article#6 SOA 12c New Features : Encrypt/Decrypt Personally-Identifiable Information...
Nice feature -Here is a BPEL process that accepts in an order containing credit card info.The process doesn't do very much -Click - Encrypt Sensitive DataEdit - selecting the field to be...
View Article#8 SOA 12c New Features - sharing artifacts via SOA Design time MDS Repository
Here is my composite very simple - the BPEL process just copies input to output, setting the status to "Approve"To save the BPEL WSDL to MDS - Click the last item on the menu - Share using ...WSDL...
View Article#9 SOA 12c New Features - Managed File Transfer (MFT)
Oracle Managed File Transfer (MFT), a companion product to SOA that helps organizations regain control over file exchanges and solve the problems created by the uncontrolled proliferation of FTP...
View Article#10 SOA 12c New Features - Enterprise Scheduler (ESS)
SOA 12c comes with its own OOTB scheduler.It is integrated in emJob Definition is simple - here is a list of the possible job types -An API is also available, so you can schedule jobs...
View Article#11 SOA 12c New Features - Enhanced SOA Composer for Business Rules
Users of SOA Composer now see the composites deployed as well.We can also view a diagram of the composite -Rule editing has been greatly improved -One can also export to Excel and edit the rules there...
View Article#1 BPM 12c New Features - an overview
Here are some of the developer oriented new features of BPM 12c- Quick Start Install- Force Commit on Activity Complete- Process Instance Expiration- Business Parameters- Skip and Back Error Handling-...
View Article#2 BPM 12c New Features - skip and back error handling
Skip/Back error handling allows us to catch an error in a BPM process and retry or skip the activity that cuaed it.Here is my composite -The ValidateOrder Service can throw 2 business exception -...
View Article#3 BPM 12c New Features - groovy scripting
12c brings scripting back to BPM.Now I am not advising leveraging this feature extensively, but it is definitely useful for those migrating form BPM 10g.With 12c, business objects can have business...
View Article#12 SOA 12c New Features - Performance --> Modularity Profiles
Intelligent use of the above will -1. Reduce the overall memory footprint of the SOA Infrastructure.2. Make Oracle SOA Suite a more modular platform. You load only the functionality you need to use.3....
View Article#13 SOA 12c New Features - Unified Error Hospital
Here's a very simple example - I have a BPEL process that calls the StockChecker Service.This is a web service, deployed to WLS.I created a couple of test instances -Now I stop the web service -I...
View Article#328 Setting Heap size for Integrated WLS on JDev 12c
The integrated WLS coming with JDeveloper 12c has the SOA/Service Bus components pre-deployed.The default setting is 2 GB.Start the integrated server -the cmd executed is...
View Article#329 Oracle Event Processing book from Packt
Excellent book from Lloyd et al.Applicable to OEP 12c.
View Article#14 SOA 12c New Features - Encrypting personally identifiable information (PII)
Great new feature enabling the encryption of sensitive data such as credit card number or SSN.Here is a simple example of a order process where I can encrypt the (credit card number) field.Here is my...
View Article