Where should mysql code go in terms of MVC? Obviously not the view.
Asked
Active
Viewed 1,220 times
2 Answers
6
It's not part of MVC. It should go in a DAO class which is (in)directly called by C.
See also:
4
It should be in one separate layer. which your service layer should be calling from Controller(Servlet)
Also See

jmj
- 237,923
- 42
- 401
- 438