JAVA工程师学习路线

来源:互联网 发布:139 445端口 编辑:程序博客网 时间:2024/04/19 20:44
  • 软件三层架构–>MVC架构–>AJAX架构
  • JAVAEE架构与Spring架构竞争

软件三层架构:
com.xxx.xxx.dao
Base.dao——接口:内有数据库连接(open/close connection、beginTransaction、rollback、commit等方法)异常要抛出
com.xxx.xxx.biz
com.xxx.xxx.UI
com.xxx.xxx.entity

原创粉丝点击