MVC分层模式例子

时间:2011-07-31 09:06:24
【文件属性】:
文件名称:MVC分层模式例子
文件大小:378KB
文件格式:RAR
更新时间:2011-07-31 09:06:24
mvc 例子 分层 分层模式例子 MVC分层模式例子,基本的例子
【文件预览】:
MVC
----.project(1005B)
----.mymetadata(282B)
----WebRoot()
--------WEB-INF()
--------index.jsp(1KB)
--------deleteStudent.jsp(2KB)
--------META-INF()
--------error.jsp(880B)
--------queryStudent.jsp(880B)
--------actionUpdateStudent.jsp(1KB)
--------updateStudent.jsp(2KB)
--------addStudent.jsp(1KB)
--------updateStudentQ.jsp(937B)
----.myeclipse()
----src()
--------student()
----.classpath(552B)

网友评论

  • 通过研读代码现在终于明白了怎样进行mvc分层。通过观察者模式实现各层之间的解耦合是一个很好的思路