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 [...]

January 10, 2008 В· polesen В· No Comments
Tags: ,  В· Posted in: Design, Programming

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 В· polesen В· No Comments
Tags: , ,  В· Posted in: Programming