this container managed persistance thing that sun is shoving down our throats is very similar to microsoft tactics. they rushed something out there that was not ready and it only results in more work and less performance for developers. i for one would rather place my trust in jdbc sql to do my db calls .. i don't need sun to do it for me because they always end up doing something else i don't need!!
-
re: Did all of the programmers in the world forget SQL? (2 messages)
- Posted by: rich client
- Posted on: July 24 2001 15:12 EDT
Threaded Messages (2)
- re: Did all of the programmers in the world forget SQL? by Pranab Ghosh on July 24 2001 19:49 EDT
- re: Did all of the programmers in the world forget SQL? by Jonathan Knight on July 25 2001 03:08 EDT
-
re: Did all of the programmers in the world forget SQL?[ Go to top ]
- Posted by: Pranab Ghosh
- Posted on: July 24 2001 19:49 EDT
- in response to rich client
I have not.
For any non trivial problem, I think BMP -> JDBC -> SQL
is the way. For simple mapping, CMP is OK. But, then is it
worth the time mucking around with vendor specific O/R mapping tools.
Pranab
-
re: Did all of the programmers in the world forget SQL?[ Go to top ]
- Posted by: Jonathan Knight
- Posted on: July 25 2001 03:08 EDT
- in response to rich client
For a software house like ours one advantage of CMP is that it is pretty much database independant. We can deploy the EJBs without worrying too much which DB our customers have.
For simple entity beans EJB 2.0 CMP beans can be produced much quicker than BMP beans.
Jonathan.