Search |
||
Choose your data access wiselyPosted by benchristen on May 19, 2006 at 9:30 AM PDT
One of my lessons-learned from JavaOne is the importance of choosing the right data access. I try to preach using the right tool for the right job and didn't realize that in my mind I had made Hibernate the choice for all data access. Two talks by Cameron Purdy helped me expose my inner-hypocrisy.
The slides require a username and password - User Name: contentbuilder and Password: doc789 Each method of data access has its own strengths and weaknesses. ORM (e.g. Hibernate) is great for rapid development, large teams, data caching and I think best for most general uses. Whereas, JDBC is great for large reporting sets and direct access. The choice isn't always obvious and you could even use both. A great reminder for me to always diagnose the problem before applying the solution. Thanks, Cameron! »
Related Topics >>
JavaOne Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|