Jboss Cache on Glassfish

Posted by & filed under Enterprise Sevice Bus.

As some of you could notice I am openESB developer and fan. It’s development tool (Netbeans) is tightly bounded with Glassfish. Of course you can bound Jboss or any other AS to it. But I am accustomed to Glassfish (and previous Sun Application Server since JCAPS) so I work with it and all people from… Read more »

bpel + ETL + scheduler + db log

Posted by & filed under Enterprise Sevice Bus.

Simple idea of how to use openESB and scheduled invocation of ETL process and store log data in database. Best ETL method is “Stagging” that uses “stagging table”. It simply transfers a bunch of rows from one db to another firstly to the middle buffer table and then to the target one. No delays, no… Read more »