开发者

Implementation examples of 'Model-View-Controller' pattern in Java?

I am looking for general coding examples of the MVC pattern in Java to help me better understand the best practices associated with it. I have done the basic google search, and read the Wiki lol. If anyone has further 开发者_开发问答examples or comments they would be very much appreciated!!

:D Badpanda


The Java Swing framework is also an excellent example of an MVC architecture.

There are some subtle differences between Swing and other MVC frameworks like Spring. Unlike a web service where most model objects are short-lived and the controller is responsible for flow of control, Swing relies on long-lived GUI data that communicate updates using events.


http://static.springsource.org/downloads/petclinic.doc

http://static.springsource.org/docs/petclinic.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜