1. AppFuse Generic/Universal DAO and Manager usage stackoverflow.comI'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:
|
2. Java webservice: use MVC or DAO+managers stackoverflow.comI'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.comDISCLAIMER: 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.comI'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 ... |