叨叨两句
- ~
MVC开发模式
M:model 模型 (javaBean:封装数据)
V:View 视图 (JSP:展示数据)
C:controller 控制器 (Servlet:处理逻辑代码,做为控制器)
三层架构包名
简单
com.itheima.web
com.itheima.service
com.itheima.dao
com.itheima.domain/bean
com.itheima.utils
....
复杂
com.itheima.项目名.模块名.web
com.itheima.项目名.模块名.service
com.itheima.项目名.模块名.dao
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。