HTTP Analyzer :: Cru 2008

As I am spending more and more time with BPEL and more complex deployment layout, trapping the SOAP messages going across multiple nodes was becoming harder, until I got introduced to one of the new features from JDeveloper. With the 11g TP3, available from OTN (see announcement), there (more...)

T.G.I.F.

Happy Hour or special Boost - see http://www.aldenteblog.com/2008/03/happy-hour-drin.html

And for Monday, we will be back to the healthy version...

Next-Generation Grid Enabled SOA

If you have ~one hour to spare in from of your computer, or at the Gym with the podcast version, this presentation from Dave Chappell is worth your time.


I love the introduction of BPEL Dehydration Example which starts with a sip of water ;-)

Getting back to the big (more...)

Before, there was Web 1.0 – Kudo to this app developer

You don't need to with Web 2.0 to build a Web Application that is usable and fast. Remember how Google was (and still his on the search part).

If you are using the Oracle Middle Ware, I'll recommend the peek console, for the Oscar nomination - http://localhost:8988/peek with the (more...)

setEndpoint(‘endpoint’) on JAX-WS

I have been so used to the simple way to overwrite the URL endpoint you get from the WSDL location with the Oracle's JAX-RPC client proxy, that I have to remember it's that easy on JAX-WS based proxy:

URL endpointUrl;

((BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
endpointUrl.toExternalForm());

Some reading and video (more...)