My IT Journey Since 2004!
My IT Journey Since 2004!
Sunday, June 22, 2008
About Hibernate Save and Delete parent children again
›
I want to add new child object into children collections and remove 'selected' existing child object from the same children collecti...
Wednesday, June 18, 2008
OpenOffice mail merge problems
›
I need to merge document B to document A(master document) using OpenOffice SDK. My font in document B is 'Arial' and there are 3 par...
Thursday, June 12, 2008
Differences between response.sendRedirect & response.forward methods
›
Came across one good explanation below, share with you guys out there: Forwarding the Request and Re-Directing URL are two totally different...
Thursday, June 5, 2008
Delete procedure of One to One relationship in Hibernate
›
I found out that Cascading does not work for 1-to1 relationship. We have to cater for it specifically. The story is, i mapped 2 entities wit...
Hibernate Dialect
›
Today one problem arose. User complaint that one of the screen's query process takes too long time! I spent hours trying to figure out w...
Friday, May 30, 2008
Funny Unix Symbolic Link to Windows Server issue
›
I faced this while doing deployment of one system to a unix server. There is a folder/directory which is the symbolic link to a folder hosts...
Thursday, May 29, 2008
Somthing about Set in Java
›
Well, if you read about the Java API, you will know that Set will only add object that does not exist in the Set itself. You must be aware o...
‹
›
Home
View web version