I agree. I think that O/R mapping is too much like EJB. If you have serious capacity issues, plain old JDBC, and a thorough understanding of the particluar database are a must.
For smaller systems, fine, take the advantage those tools give, but be aware that they are generalized tools. For many applications you can't substitute for detailed knowledge of the products you are using.
I agree. I think that O/R mapping is too much like EJB. If you have serious capacity issues, plain old JDBC, and a thorough understanding of the particluar database are a must. For smaller systems, fine, take the advantage those tools give, but be aware that they are generalized tools. For many applications you can't substitute for detailed knowledge of the products you are using.