SOA Suite 11g Mediator Example Design
Let us see how we can utilize features of Mediator component (previously known as Oracle ESB) to implement the following use-case. MyBay is a fictious online store that lets customers view and place...
View ArticleSOA Suite 11g Mediator Example Implementation Part 1
Download MediatorExample. Following our Mediator Example Design earlier, let us proceed to implementation using JDeveloper. Part 1: Creating Mediator based on WSDL Create a new Generic project in...
View ArticleSOA Suite 11g Mediator Example Implementation Part 2
Download MediatorExample. Following Part 1 of implementation earlier, let us proceed to the next step. Part 2: File Adapter Drag and drop a File Adapter from Component Palette on to Components section...
View ArticleSOA Suite 11g Mediator Example Implementation Part 3
Download MediatorExample. Following Part 2 of implementation earlier, let us proceed to the final step. Part 3: Database Adapter for Order Management Create ORDERS and ITEMS tables in the database of...
View Article