Model2って何よ?(追記)

matobaaさんのコメントのリンクを見ると、MVCモデルという使い方はなく、JSPモデルのようです(Struts本は、誤訳か意訳かしら。。。原文ないから謎)
http://www.kirkdorffer.com/jspspecs/jsp092.html


SunのGuidelines Designing Enterprise Applications(アプリケーション設計ガイド?)の中でも次の記述が。

(from 4.4.1 Structuring the Web Tier
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html)

Overall structure is the most important consideration in a Web-tier design. Both the sample application and the various existing Web application frameworks implement some form of "Model 2" architecture, where a servlet manages client communication and business logic execution, and presentation resides mainly in JSP pages.

ということは、「WebのJSP Model2」 = 「MVCということになるのかな。信頼できる?文献でそういう記述がない以上は。


MVC / JSP Model2 が縮まって、MVC Model2になったのか。。。はて。まあ言葉も生き物だからなぁ。


↓この説は、実際どうなんだろう?

MVC Model2 : Webアプリで利用されるMVC。いわゆるMVCと区別するため2と呼ばれる。