Marianne’s ADF Blogs

Uncategorized
| Feb 23, 2011 13:04 +0000

Marianne Horsch is one of our top ADF specialists. She started reporting from the field on her own blog.
Here an excerpt of the blogs she’d produced so far. Stay tuned on her ADF Blog!

How to trigger an action on double click of an ADF table row
In th…

Oracle Database Firewall Controversy

Uncategorized
| Feb 21, 2011 09:24 +0000

Lindsay passed me a link to an article about the recent Oracle Firewall public release and also the recent partnering with F5 . The part that interests me most is the Oracle firewall and the fact that Oracle has stated….[Read More] Posted by Pete …

Camel ActiveMQ topic route with jms selector

Uncategorized
| Feb 21, 2011 04:25 +0000

Here’s a quick example how to create a camel route that creates a route from an ActiveMQ topic. It uses a selector to receive a subset of all messages.

import org.apache.camel.builder.RouteBuilder;

public class SubscriberRouteBuilder extends RouteB…