It's a typical MVC 2 framework.
这是一种典型的MVC2框架。
Simple stateless MVC architecture.
简单的无状态MVC架构。
Deeper Integration with Spring MVC.
与SpringMVC更深度集成。
Model-View-Controller (MVC) pattern.
模型-视图-控制器(MVC)模式。
A well-structured MVC application.
结构良好的MVC应用程序。
Figure 5 shows the typical MVC diagram.
图5展示了典型的MVC 图表。
Listing 8 configures the Spring MVC servlet.
清单8配置了SpringMVCservlet。
The MVC pattern: Separating development roles.
MVC模式:分离开发角色。
MVC is all about proper separation of concerns.
MVC最重要的就是合理的分离关注点。
It encompasses the commonly used MVC design pattern.
它采用了通用的MVC设计模式。
An understanding of MVC is a plus, but isn't required.
另外还需要了解MVC,但这不是必需的。
Make strides toward a more maintainable MVC architecture.
向维护性更好的MVC架构迈进一大步。
MVC decouples interface from business logic and data.
MVC减弱了业务逻辑接口和数据接口之间的耦合。
In the MVC paradigm, each view has a controller class.
在MVC模式中,每一个视图都有一个控制器类。
Those frameworks address the lower level issues of MVC.
那些框架解决的是MVC较低层次的问题。
This screencast is about how data gets displayed in ASP.NET MVC.
这一视频介绍了如何将获取的数据显示在ASP.NETMVC中。
In the MVC example below, a user submits a form from an HTML page.
在下面的MVC示例中,一个用户从HTML页面提交了一个表单。
In particular could comment on the applicability of the MVC Pattern?
特别是你能否对MVC模式在其上的适用性做一些评论?
One of the most widely used patterns is Model-View-Controller (MVC).
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
Yet MVC requires that view components, such as JSPs, be free of logic.
然而MVC要求视图组件,比如JSP与逻辑无关。
In the MVC framework, you define one view controller for each view.
在MVC框架中,您要为每个视图定义一个视图控制器。
MVC aims to separate view logic and UI components from application logic.
MVC 的目的在于将视图逻辑和UI组件与应用程序逻辑相分离。
As mentioned earlier, your application is built using an MVC paradigm.
如之前所述,您的应用程序是基于MVC模式开发的。
It also explains each component's role with respect to the MVC architecture.
它还解释了每个组件相对于MVC架构的角色。
The MVC architecture is a well-known and generally accepted architecture.
MVC是一个著名的也是通常采用的体系结构。
You should also be at least passingly familiar with the MVC architecture.
我们至少还应该顺便熟悉一下MVC架构。
Implementing the MVC architecture differs from other types of applications.
实现MVC架构与其他类型的应用程序有所不同。
The MVC architecture usually involves multiple views and a single data source.
MVC架构通常包含多个视图和一个数据源。
The MVC pattern supported in ZK helps to neatly separate the various application layers.
ZK中支持的MVC模式有助于清晰地分隔各个应用程序层。
By nature, the MVC pattern is highly testable and encourages good separation of concerns.
MVC模式天生就是可测试的,而且鼓励对关注点的分离。
应用推荐