Sunday, October 09, 2005

EJB3

First impression of EJB3 -> This can make enterprise programming fun again. But ...

We have been using EJB3 on a project now for about six weeks. it has saved us a lot of time compared to hand coding or using XDoclet but it still not a cake walk. The @Entity is the easy part. The harder part is figuring out exactly how we want the @OneToMany and @ManyToOne relations to work. Also debugging is a bit tricker. We are using the JBossIDE which is not as nice as eclipse JSR220 plugin but it did not support our DB - Postgres. JBoss 4.0.3 final just came out we are hoping it does solve some of the problems or that we get a better insight. More thought later ...

0 Comments:

Post a Comment

<< Home