Adding global exception handling using JSF 2.x ExceptionHandler

This a great feature of JSF 2.x: A generic API to manipulate application exception in a global manner. In order to implement this you must implement (extend) two different classes: ExceptionHandlerWrapper – Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance. The default … Continue reading Adding global exception handling using JSF 2.x ExceptionHandler

New OTN Article – Oracle Enterprise Gateway: Integration with OSB and OWSM

Just published another article at Oracle Technology Network. This one shows the basics of Oracle Enterprise Gateway and a walk through example of how it can be integrated with Oracle Service Bus and Oracle Web Services Manager.  To read the complete article click here and feel free to give any feedback. A great partnership with my pal Fabio … Continue reading New OTN Article – Oracle Enterprise Gateway: Integration with OSB and OWSM

Absent time…

Hey guys, After a long (very long) absent time of my blog, I’m finally writing something here. There are so many things that I’d like to share and that happened on the past months that I’ll probably make a quick brief on this post and talk a little bit more of each item on separate … Continue reading Absent time…

My Article at OTN: Oracle Service Bus and Coherence caching example

Today I’ve published an article at Oracle Technology Network (OTN) about Oracle Service Bus and Oracle Coherence integration. It shows a case study example and how you can use caching strategies for  Web Services. It’s a step-by-step tutorial on how to setup a Coherence Server with Weblogic, how to access this server with Coherence console … Continue reading My Article at OTN: Oracle Service Bus and Coherence caching example