Display tag is one of powerful tools for displaying collection on table template, light weight, customizable, and fully supported for java web application. Read more…
Tutorial
Oracle Datafile Recovery (ORA-01172)
Today, i Face a problem on oracle db server. the symptoms are : Try to login, but exception thrown, said ‘ORA-01033: ORACLE initialization or shutdown…
PostgreSQL and Hibernate ‘Upper case’ problem
Today, i find out strange buggy problem on postgresql and hibernate integration implementation … as an illustration, i have a table, named user with the…
Password life time on oracle
By default, user created in oracle has password expiration on 180 days. It means, when the time reached, the user will be forced to change…
Loading Purchase Request Using Mincom Connector Java .. (Ellipse Part 1)
Integration between java and mincom ellipse v.5 is quite tricky. Although mincom provide middleware to facilitate the integration, but we should know all model used…
Removing All Object Current Oracle User (Schema)
How to import oracle datapump file to a user which has an old version of imported schema ? The question is straight forward asking about…
Using sequence, DB2 and Hibernate
Several days ago, i found strange behavior in DB2 sequence using HIbernate ORM framework. i have created sequence named HIST_VND_DISTRICT_SEQ, with initial value 100 minimal…
Using old method export pump on Oracle 11g R2
Did u ever wanna export your oracle schema on 11g version R2, but the empty tables are not exported ? This is happened because of…
Configuring Glassfish, Spring, Hibernate using JNDI
I got a question from my mate, how to configure and integrate Spring, hibernate using datasources provide by glassfish server. in this case, using IBM…
Mincom Ellipse and Java
(image courtesy of www.penn-olson.com) I’ve been working on integration between java application and mincom ellipse since first of july 2011. For almost a month, i’ve been…