Dominator my approach solution

Posted by & filed under java.

All methods are static but it obvious why, just for example. There is also one method called getHashMap which takes a piece of work and on given array returns hashmap with elemnts and its count number.

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 »

Oracle has pissed me off

Posted by & filed under java.

There was amazing www service from SUN, full of super tutorials. There were many, many great guys posting there screencast, it was mediacast.sun.com. After oracle takeover SUN all media disappeared, and there is better, they are lost! Important Notification for Mediacast users. Please be advised that Mediacast (http://mediacast.sun.com) will be decommissioned on July 29, 2010…. Read more »

Java EE e-commerce from scratch

Posted by & filed under java.

There is nice tutorial on netbeans.org showing how to write e-commerce system in java ee. That is good way to start adventure with java ee e-commerce tutorial.