View Review Details
| Book: | Better, Faster, Lighter Java | |
| Subject: | Coding Simple | |
| Date: | 2004-09-06 09:58:35 | |
| From: | simple coder | |
|
Rating:
Coding simple is a joke. Lack of standards brings lots of ways of doing the same thing. For example, database persistence. We have JDBC, JDO, Sql Maps, Hibernate, J2EE CMP and what not. Every solution is depend on the manpower, cost and time it requires to do it. We do not have to be acrid about one way or another. A good architect will select what is cost affective and right at that time. Data centric application may not use JDO or hibernate but simple RAD applications will benefit from JDO/hibernate. It is sad that after RDBMS there has been no advances in persistence. OODBMS came up but was not well-received by users for obvious reasons. For now a symbiotic relationship between database and application code is a must.
|
||
