Manager « dao « Java Database Q&A





1. AppFuse Generic/Universal DAO and Manager usage    stackoverflow.com

I've been using AppFuse to create my projects for a while now. And I'm already aware that there are two approaches to developing your DAO and Manager classes:

  1. GenericDao/GenericManager approach
  2. UniversalDao/UniversalManager approach
I ...

2. Java webservice: use MVC or DAO+managers    stackoverflow.com

I'm trying to learn how to develop web-services in java. Now some tutorials (I'm trying to learn how to do it myself without using a framework) use the MVC pattern and expose ...

3. Naming conventions for persistence layer: DAO vs Manager vs ...?    stackoverflow.com

DISCLAIMER: I'm almost sure that I've seen the same question before but I can't find it now. If someone finds that question, please, give a link. I heard at least two opinions ...

4. why have manager files in JDBC    stackoverflow.com

I'm playing around with JDBC, and I've noticed that there's usually a manager file that interacts between the front end and the DAO. I was wondering: why is this the case? Is it ...