-
Recent Posts
- Generic Architecture for Cloud Apps Integration : Integrate multiple apps using JMS Publish – Subscribe
- Enterprise Integration Patterns (EIP) with OpenESB Part 2 : Dynamic Router
- Enterprise Integration Patterns (EIP) with OpenESB Part 1 : Content-Based Router
- Can a SOA be designed with REST?
- Enterprise Integration Patterns (EIP) with OpenESB
Recent Comments
Archives
Categories
Meta
Category Archives: Integration
Enterprise Integration Patterns (EIP) with OpenESB Part 2 : Dynamic Router
This is second of the series Enterprise Integration Patterns (EIP) with OpenESB where we will cover Enterprise Integration Patterns using OpenESB. According to Enterprise Integration Patterns, The Dynamic Router is a Router that can self-configure based on special configuration messages … Continue reading
Posted in BPEL, Integration, Java, SOA
Leave a comment
Enterprise Integration Patterns (EIP) with OpenESB Part 1 : Content-Based Router
This is first of the series Enterprise Integration Patterns with OpenESB where we will cover Enterprise Integration Patterns using OpenESB. According to Enterprise Integration Patterns, The Content-Based Router examines the message content and routes the message onto a different channel based … Continue reading
Posted in BPEL, Integration, Java, SOA
1 Comment
Can a SOA be designed with REST?
Recently I answered a question on stackoverflow.com asking can a SOA be designed with REST? I’m cross-posting the answer here. At a high Level the answer is Yes, however not completely. SOA requires thinking about the system in terms … Continue reading
Enterprise Integration Patterns (EIP) with OpenESB
This is a series which’ll cover Enterprise Integration Patterns (EIP) using OpenESB. Part 1:Enterprise Integration Patterns (EIP) with OpenESB Part 1 : Content-Based Router
Siebel CRM On Demand Web Services – Contact Search using SoapUI
Before we begin using Siebel CRM On Demand’s web services, we require the WSDL files. The WSDL files are specific to the account and can be downloaded by logging in to Siebel COD. Create a new SoapUI project and add … Continue reading
Posted in Camel, Integration, Java, Siebel, SOA
Tagged integration, siebel, soa, soapui, web service
10 Comments
Call Oracle PL/SQL procedure with XMLType from Java using JDBC
Recently I needed to call a stored procedure which had Oracle’s XMLType as IN and OUT parameters. The first thing to do is add xdb.jar and xmlparserv2.jar file to your application lib. These contain the required class files for Oracle … Continue reading
Connect to GlassFishMQ / OpenMQ from ActiveMQ using Camel configuration
I was working on a solution based on ActiveMQ where we required to pull messages from GlassFishMQ (based on OpenMQ) and put them on OracleAQ. Now, ActiveMQ uses Camel ESB for internal message routing, this proved useful. However try as … Continue reading
Posted in Camel, Integration, Java, JMS, Oracle, SOA
Tagged activemq, camel, glassfishmq, jms, openmq, soa
Leave a comment