mvc « dao « Java Database Q&A





1. Need help tweaking my Java EE MVC approach    stackoverflow.com

Below is an action class - I guess similar to what STRUTS uses - which is called from my servlet controller (btw, I am not using STRUTS). I am hung ...

2. Understanding DAOs place in an MVC Java Web App    stackoverflow.com

I'm using the (slightly dated) links below as a guide to learning and understanding proper use of DAOs in my web apps. http://balusc.blogspot.com/2008/07/dao-tutorial-data-layer.html http://balusc.blogspot.com/2008/07/dao-tutorial-use-in-jspservlet.html Generally speaking, is it correct to ...

3. MVC or DAO?    coderanch.com

Originally posted by Venkatraman Kandaswamy: I personally prefer keeping business logic in code - and keep most of the business logic out of the Stored procedure - because ... On most of the projects I work on we have something to do with a database. I've worked on projects where we used the database purely to store data, and where we ...

4. MVC and DAO    forums.oracle.com