Below you will find pages that utilize the taxonomy term “Oracle”
Posts
Error Handling in Oracle's ESB
This is a re-post of an earlier article I wrote. Any links to the old version will now be busted... Sorry.
In our project, we follow a strict governance process for governing our services. We identify the services and their operations from our Business Process Model, then proceed to producing a WSDL and associated XSDs to represent that service. Only once this is done will we proceed to implementation. This is called top down design and is generally a good thing.
Posts
UDDI registries and Mocking
This is a re-post of an earlier article I wrote. Any links will now be busted... Sorry.
UDDI registries provide a number of features. Primarily they are billed as governance mechanisms for enterprises running SOA environments. They also provide endpoint indirection capabilities, which are useful from a governance perspective, but can also be used for testing. This is an extension of the dependency injection pattern, which is commonly used in object oriented programming, into the distributed world.