-
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
Monthly Archives: March 2011
Reading WSDL
While SOA offers all the goodies of loose-coupling, it does require understanding of some basic concepts and formats. SOAP and WSDL are the prime candidates (or culprits, depending on your view) SOAP is just a protocol for passing information, important … Continue reading
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