简体   繁体   中英

JSP/javabean/servlet MVC

Where should mysql code go in terms of MVC? Obviously not the view.

It's not part of MVC. It should go in a DAO class which is (in)directly called by C.

See also:

It should be in one separate layer. which your service layer should be calling from Controller(Servlet)

Also See

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM