Deeper Integration with Spring MVC.
与Spring MVC更深度集成。
Listing 8 configures the Spring MVC servlet.
清单8配置了Spring MVCservlet。
This will create a simple Spring MVC web application.
这会创建一个简单的Spring MVCWeb应用程序。
Spring MVC enhancements, mainly focused around ease of use.
Spring MVC增强,主要集中在方便使用上。
Tomcat should start up and deploy the Spring MVC example application.
Tomcat应当启动并部署Spring MVC示例应用程序。
So Web Flow 2 deepens its integration with the popular Spring MVC platform.
因此WebFlow2加深了与流行的Spring MVC平台的集成。
As well as support for Spring MVC a generic web integration mechanism is planned.
除了对Spring MVC的支持,它还计划支持一般的web集成机制。
Web flow is an extension to Spring MVC for implementing flows in a web application.
WebFlow是对Spring MVC的一个扩展,用来在Web应用程序中实现流程。
Although Spring MVC offers other options, I'll use JSP technology for my view pages.
虽然Spring MVC提供了其他选项,但是我将采用JSP技术作为视图页面。
Although we are using Spring MVC, the techniques apply to any MVC style web framework.
尽管我们使用的是Spring MVC,但该技术可以应用于任何MVC风格的Web框架。
You'll also learn how to extend and use data-validation classes provided by the Spring MVC.
您还将了解如何扩展和使用Spring MVC提供的数据验证类。
The spring-banking folder is a Web archive that contains the Spring MVC example application.
spring-banking文件夹是一个Web档案,里面包含Spring MVC示例应用程序。
I use Spring MVC and the Spring Web Flow framework to implement the Browser Request Handler.
我使用Spring MVC和SpringWebFlow框架来实现浏览器请求处理程序。
Namespaces simplifying Spring MVC and JPA usage will probably be the first to be added to the core.
简化spring MVC和JPA使用的命名空间可能会最先加入到核心中去。
As mentioned, Part 5 of this tutorial series provides a thorough introduction to the Spring MVC module.
如上所述,本系列教程的第5部分提供了对Spring MVC模块的完整介绍。
In this third article in the Spring series, I introduced you to the features of the Spring MVC framework.
在三部分的Spring系列的第三篇文章中,我介绍了Spring mvc框架的特性。
Because the goal of this tutorial is to learn about Spring MVC, many basic MVC concepts are only briefly discussed.
由于本教程的目的在于了解Spring MVC,因此只简要讨论了大多数基本的MVC概念。
Grails is as elegant as rails, but as flexible as Spring MVC or Seam. It really does provide the best of both worlds.
Grails和rails一样的优雅,另一方面又和Spring MVC或者Seam一样的灵活,从这两方面来说都真的做得很好了。
Next, we will focus on the Spring MVC framework and offer a few solutions for projects developed using this technology.
下面,我们将根据Spring MVC框架,为基于本技术开发的项目提供一系列的解决方案。
The first use of the controller command will also add additional dependencies, such as Spring MVC and Tiles to your project.
第一次使用控制器命令还会添加额外的依赖项到您的项目中,比如spring MVC和Tiles。
In previous versions HDIV supported Struts 1.x and Struts 2.x, however this release now also supports Spring MVC 2.0 and JSTL.
在以前版本中,HDIV支持Struts 1 .x和struts 2 . x,而本次发布现在也支持Spring MVC 2.0和JSTL。
Now within Struts, Struts 2 and Spring MVC applications we have to add this id manually and we would like to automatize this task.
现在,在Struts、Struts2和Spring MVC应用中,我们不得不手动增加这个id,我们非常高兴能让这个任务自动起来。
The JSPX files are generated by a controller command that converts a simple JAR-based application to a Spring MVC web application.
JSPX文件由一个控制器命令生成,该命令将简单的基于JAR的应用程序转换为Spring MVCWeb应用程序。
Spring MVC framework: The Model-View-Controller (MVC) framework is a full-featured MVC implementation for building Web applications.
Spring MVC框架:MVC 框架是一个全功能的构建Web应用程序的 MVC实现。
You begin by reviewing JSP support in Spring MVC and then looking at Tiles, a very good templating engine for view layout management.
首先我们将查看Spring mvc中的JSP支持,然后查看Tile,一种用于视图布局管理的优秀模板引擎。
The use of JSPs, Tiles, Velocity, and PDF export in this tutorial is designed to demonstrate how the Spring MVC API makes this possible.
本教程中使用JSP、Tile、Velocity和PDF导出功能的目的在于演示Spring MVCAPI如何使这一切成为可能。
It is framework agnostic and can easily be used with the web application framework of choice, such as for example Spring MVC, Struts, or JSF.
它不依赖于框架从而能够方便的与可选的web应用框架一同使用,比如spring MVC、Struts或者JSF等。
Spring MVC separates the roles of the controller, the model object, the dispatcher, and the handler object, which makes them easier to customize.
Spring MVC分离了控制器、模型对象、分派器以及处理程序对象的角色,这种分离让它们更容易进行定制。
When you create a Spring MVC-based web application using Spring Roo, you can add support for different languages using the web mvc language command.
当您使用SpringRoo创建基于 Spring MVC 的Web应用程序时,您可以使用 Webmvclanguage命令添加对不同语言的支持。
The Spring MVC HTTP Request processing pipeline includes the ability to plug in an Interceptor before a controller has the chance to process the request.
Spring MVCHTTP请求处理途径中包括了在一个controller前插接拦截器(Interceptor)的能力,因而有机会处理请求。
应用推荐