Archive for January, 2008
Going from EJB2 to JPA Made Us Discover Bad Data
It is funny, how going from EJB2.x CMP data access code to JPA ORM data access code in one of my projects, made us discover bad data.
Over a serious of years, this project has moved through EJB1.x, EJB2.0 and EJB.2.1. Our use of the old EJB standard have made the impact, that the domain modelling [...]
January 10, 2008
Tags: Java, jpa Posted in: Design, Programming
No Comments
One ActiveRecord Naming Convention To Take With Me
You can say what you want about the way ActiveRecord pluralizes table names. I for one, do not like it much! But hey, I could get used to it, so what the heck. But one naming convention I noticed that I have taken with me back into Java land, is the one about naming properties [...]
January 10, 2008
Tags: ActiveRecord, Java, rails Posted in: Programming
No Comments
