More on Hibernate in CF
So I have hibernate working with cf now. I am pretty happy with the results so far. But I have a real hang up about having to have all the config stuff in the classes directory inside the server. This is a large part of why I embarked on the classLoader.cfc. So what I found was that i can get around that partly by utilizing the methods of the hibernate Configuration...
Read MoreUsing Hibernate in CF
Hibernate is a an object/relational persistence and query service for Java. With Hibernate you create your model using POJO’s (Plain Old Java Objects) and configure an xml file per object to be persisted. So with the Hibernate libraries installed its very easy to instantiate a db session, populate your POJO, and pass that into a save method in your session. Thats it. ...
Read More
Recent Comments