阅读更多

3顶
0踩

企业架构

原创新闻 Spring Web Flow 2.2.0 M1发布

2010-08-06 15:47 by 副主编 just_cool 评论(0) 有5820人浏览

 

Spring Web Flow 2.2.0 M1 发布,最值得关注的是:支持JSF 2的功能。

 

spring web flow 单元是一个MVC的扩展,它允许你使用一个高阶域定义语言来定义控制器。

 

新功能介绍:

1.JSF 2 Ajax Requests,使用<f:ajax>标记为组件添加Ajax行为:

<h:commandButton value="More Results" action="next">
	    <f:ajax render="@form" />
	</h:commandButton>
 

2.JSF 2 Resource Requests

<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
	    <property name="mappings" value="/javax.faces.resource/**=jsfResourceHandler"/>
	</bean>
	 
	<bean class="org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter" />
	 
	<bean id="jsfResourceHandler" class="org.springframework.faces.webflow.FacesJsfResourceRequestHandler"/>

 

3.Single FacesContext Per Request

<webflow:flow-executor id="flowExecutor">
	    <webflow:flow-execution-listeners>
	        <webflow:listener ref="facesContextListener" />
	    </webflow:flow-execution-listeners>
	</webflow:flow-executor>
	 
	<bean id="facesContextListener" class="org.springframework.faces.webflow.FlowFacesContextLifecycleListener"/>

 

点击查看详情:http://static.springsource.org/spring-webflow/docs/2.2.0.M1/changelog.txt

 

3
0
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • spring-webflow-2.2.0.M1

    spring-webflow-2.2.0.M1.zip

  • Spring Web Flow 2.2.0.M1 Released

    I’m pleased to announce the first milestone of Spring Web Flow 2.2 is now available for download. The release is also available through the Maven milestone repository at ...

  • Spring Web Flow 2.2.0.RC1 is available

    Building on the JSF 2 support in M1 this release features: JSF 2 Spring Travel sample built with PrimeFaces components. A Facelets tag library for the popular Spring Security framework including an &...

  • Spring Cloud Data Flow 2.2.0.M1 Released

    The Spring Cloud Data Flow team is pleased to announce the milestone release 2.2.0.M1. Along with some enhancements and bug fixes, here are some of the highlights of the release: Metrics for Tasks ...

  • Spring Web Flow

    Spring Web Flow (SWF) 是Spring Framework的一个脱离模块。这个模块是Spring Web应用开发模块栈的一部分,Spring Web包含Spring MVC。Spring Web Flow 的目标是成为管理Web应用页面流程的最佳方案。当你的应用需要...

  • Spring Cloud Data Flow 2.3.0.M1 and 2.2.1 GA Released

    The Spring Cloud Data Flow team is pleased to announce the milestone release 2.3.0.M1 and the release of 2.2.1 GA. Along with the bug fixes and enhancements, the first milestone of 2.3.0 also has the ...

  • 第一章 SpringCloud Alibaba简介——学习笔记

    1、SpringCloud版本发布时间统计 springcloud官方网站:https://spring.io/ 1.1、SpringCloud的版本更新发布时间(统计时间2020.04.28) Angel版本:2015年3月 Brixton版本:2016年5月 Camden版本:2016年9月 ...

  • SpringCloud Alibaba微服务分布式架构组件演变

    SpringCloud Alibaba:1、服务注册中心:Eureka、Zookeeper、Consul、Nacos;2、服务调用:Ribbon、LoadBalancer、Feign、OpenFeign;3、服务降级:Hystrix、Resilience4j、Sentinel;4、服务网关:Zuul、Gateway;5...

  • Spring学习

    spring相关学习ing

  • 微服务之Spring Cloud Alibaba Nacos基础学习

    文章主要介绍了Spring Cloud Alibaba以及比较流行的组件Nacos的简单介绍以及基本使用,作为个人在SpringCloud学习过程中的知识总结,其中还有一些学习中的踩坑总结,相对基础,可供参考。

  • Spring 生态笔记 -- Spring Cloud

    Spring Cloud 学习笔记 课程链接:https://www.bilibili.com/video/BV18E411x7eT?from=search&seid=4806228104979332907

  • Spring Boot Cli 学习第一天

    Spring Boot CLI 第一部分 1.Spring Boot CLI的安装 1.1 Spring Boot CLI的下载 ​下载地址:https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/2.2.4.RELEASE/ 1.2 Spring Boot CLI的安装 ...

  • Spring Cloud 各组件的简述及都有什么用

    Table of Contents 简述 Netflix Config Bus CloudFoundry Open Service Broker Cluster Consul ...Data Flow Stream Stream APP Starters Task Task APP Starters Zookeeper OpenFeign...

  • 【SpringCloud】微服务笔记

    SpringCloud 是微服务一站式服务解决方案,微服务全家桶。它是微服务开发的主流技术栈。它采用了名称,而非数字版本号。 s方法gCloud 和 springCloud Alibaba 目前是最主流的微服务框架组合。 版本选择: 选用 ...

  • SpringCloud学习笔记【零】:官方文档翻译之简介

    特性构建注意事项从0到1构建新的SpringCloud工程在已有SpringBoot应用程序基础上构建SpringCloud微服务架构SpringCloud组件选型 什么是微服务? “微服务架构是一种架构模式,它提倡将单一应用程序划分成一组小的...

  • This Week in Spring - July 9th, 2019

    Engineering ...Hi Spring fans! Welcome to another installment of This Week in Spring! I’ve just returned from Medellín, Columbia, yesterday, and am now in sunny Chicago for the ep...

  • Henry手记-VB.NET中动态加载Treeview节点(一)

         Henry手记-VB.NET中动态加载Treeview节点(一)                 韩睿(2003.4.13) Treeview是一个重要的控件,无论是在VB.NET,C#还是Delphi、VC++等各种语言中,都充当了导航器的作用。在实际工作中,很多情况下需要将Treeview与数据库进行连接,以填充其节点。然而,往往由于数据库数据众多,一次性灌入所有的根节点

  • Henry手记-VB.NET中动态加载Treeview节点(二)

                     Henry手记-VB.NET中动态加载Treeview节点(二)                               韩睿(2003.4.13)2.点击时加入子节点对TreeView的点击,对于TreeView控件本身,并没有为哪一个级别的Node编写点击(选择)事件处理程序,而是把所有节点的点击事件都写入了一个AfterSelect事件中。因

  • VB.net中HOOK的应用(一)

    VB.net中HOOK的应用(一) 在vb.net版做版主有一阵子了,一直在思考怎么能更好地帮助大家理解vb.net的新概念与编程方法。小小的回贴很难说清楚很多问题,所以利用一下文档中心这片广阔的天地,进行更深入的探讨。本人水平有限,不免错误与遗漏多多,请朋友们批评指正。基本的想法是,写一系列的文章,讲解一下vb.net与vb的区别,vb.net中的新概念,vb.net控件的使用,vb

  • VB.net中HOOK的应用(二)

    VB.net中HOOK的应用(二) 二、那么,在vb.net中对API的调用和Hook的实现上作了什么样的变化呢?我们对应着一个问题一个问题来看:1.       新建一个module,先写一下API的声明:  Declare Function SetWindowsHookEx Lib "user32" Alias   "SetWindowsHookExA" (ByVal id

Global site tag (gtag.js) - Google Analytics