September 2004

Hibernate – passing a complete object to HQL or find()

I’m currently experimenting with Hibernate (hope I’d get back to OFBiz soon; or that OFBiz uses Hibernate sooner). Is there a way that I can retrieve (find/load) records from the database using my an object in the following manner: {% highlight java %} …myObject.setFoo(f);myObject.setBar(b);//foo and bar does not relate to the Object’s primary keys//Other properties have null or unset...

I’m Back

Lack of motivation for posting? Perhaps. I’ve been also busy with some of my research – basically about my own career. I found myself attending some management studies by Inistitute of Management Development (based on a nomination by the HR). This doesn’t mean that I’ll be managing anything (except maybe time and myself) in the near future, but it’s...

Back To Basics

It seems that I’ll be entering the debate once again. To Struts or not to Struts? I’m with. But I’m tired. I’ll try to base my next discussion on this.

Ofbiz with MaxDB

Finally! I was able to get Ofbiz running with MaxDB. First impression about MaxDB by MySQL (formerly SAP DB) that it’s quite nice. Problems are easier to locate and solve than MySQL (so far). The Database Manager GUI rocks (though I wonder if Database Administrator from MySQL can connect to MaxDB – but perhaps another day for that issue)....