Category: java

  • bpel + ETL + scheduler + db log

    bpel + ETL + scheduler + db log

    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 empty tables, and data always fresh and ready for processing :)

  • Oracle has pissed me off

    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. Between now and July 29, 2010, users must move their content off http://mediacast.sun.com and remove or update any links to content that is posted there. Content not moved by July 29, 2010 will be lost.

  • Java EE e-commerce from scratch

    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.

  • jcaps is done now is openesb

    There is no future for JCAPS tool because oracle is not going to support it anymore since near future. Now we change direction to other SUN’s product openESB.

  • myBatis

    hello and welcome, This time I want to show a small example of nice relational-object mapping library called mybatis. We use it with java ee. We made EJB and give annotations what makes it really fast, easily and efficient WEB SERVICE from DB function, procedure, select or other db operation. Previous version name was iBatis.