-
JDO & SQL (1 messages)
- Posted by: T T
- Posted on: July 02 2003 15:38 EDT
Has anyone used "JDO implementation with SQL" in production to compare performance over JDBC API and CMP bean for the same code ? What have you observed ?Threaded Messages (1)
- JDO & SQL by Erik Bengtson on July 11 2003 17:26 EDT
-
JDO & SQL[ Go to top ]
- Posted by: Erik Bengtson
- Posted on: July 11 2003 17:26 EDT
- in response to T T
From my first project, what I can tell is that JDO is much faster than CMP. JDO also is much easier to develop and maintain.