文件名称:Spring-countries
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 206kb
- 下载次数:
- 0次
- 提 供 者:
- li***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This flow includes two view states and two end states. The borrowForm state shows a form for a user
to input the borrowing details, which will be bound to a flow scope object with the name
borrowingRecord, derived from the form object’s class name BorrowingRecord. If the user proceeds with
the borrowing form, this state will transition to the borrowReview state, which shows the borrowing
details for confirmation. If the user confirms the borrowing details, the form object in the flow scope will
be persisted with the managed persistence context, and this state will transition to the end state confirm.
As this state has its commit attribute set to true, it will commit the changes to the database. However, in
either view state, the user can choose to cancel the borrowing form that will cause a transition to the end
state cancel, which
to input the borrowing details, which will be bound to a flow scope object with the name
borrowingRecord, derived from the form object’s class name BorrowingRecord. If the user proceeds with
the borrowing form, this state will transition to the borrowReview state, which shows the borrowing
details for confirmation. If the user confirms the borrowing details, the form object in the flow scope will
be persisted with the managed persistence context, and this state will transition to the end state confirm.
As this state has its commit attribute set to true, it will commit the changes to the database. However, in
either view state, the user can choose to cancel the borrowing form that will cause a transition to the end
state cancel, which
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Spring-countries
................\build.bat
................\build.xml
................\install.txt
................\readme.txt
................\src
................\...\org
................\...\...\springframework
................\...\...\...............\samples
................\...\...\...............\.......\countries
................\...\...\...............\.......\.........\Country.java
................\...\...\...............\.......\.........\CountryService.java
................\...\...\...............\.......\.........\DefaultCountryService.java
................\...\...\...............\.......\.........\web
................\...\...\...............\.......\.........\...\CountriesController.java
................\...\...\...............\.......\.........\...\CountriesExcelView.java
................\...\...\...............\.......\.........\...\CountriesFilter.java
................\...\...\...............\.......\.........\...\CountriesPdfView.java
................\...\...\...............\.......\.........\...\ErrorsController.java
................\war
................\...\images
................\...\......\back.gif
................\...\......\de.gif
................\...\......\fr.gif
................\...\......\us.gif
................\...\index.jsp
................\...\js
................\...\..\countries.js
................\...\themes
................\...\......\blue
................\...\......\....\bback_de.gif
................\...\......\....\bback_en.gif
................\...\......\....\bback_fr.gif
................\...\......\....\blue.css
................\...\......\....\logo.gif
................\...\......\spring
................\...\......\......\arrowBack.gif
................\...\......\......\bgContent.gif
................\...\......\......\footer.gif
................\...\......\......\header.gif
................\...\......\......\spring.css
................\...\......\......\Thumbs.db
................\...\......\white
................\...\......\.....\logo.gif
................\...\......\.....\wback_de.gif
................\...\......\.....\wback_en.gif
................\...\......\.....\wback_fr.gif
................\...\......\.....\white.css
................\...\WEB-INF
................\...\.......\applicationContext.xml
................\...\.......\classes
................\...\.......\.......\blue.properties
................\...\.......\.......\blue_de.properties
................\...\.......\.......\blue_en.properties
................\...\.......\.......\blue_fr.properties
................\...\.......\.......\messages.properties
................\...\.......\.......\messages_de.properties
................\...\.......\.......\messages_en.properties
................\...\.......\.......\messages_fr.properties
................\...\.......\.......\none.properties
................\...\.......\.......\spring.properties
................\...\.......\.......\views-countries.properties
................\...\.......\.......\views-countries_de.properties
................\...\.......\.......\views-countries_en.properties
................\...\.......\.......\views-countries_fr.properties
................\...\.......\.......\white.properties
................\...\.......\.......\white_de.properties
................\...\.......\.......\white_en.properties
................\...\.......\.......\white_fr.properties
................\...\.......\countries-servlet.xml
................\...\.......\log4j.properties
................\...\.......\views
................\...\.......\.....\jsp
................\...\.......\.....\...\common
................\...\.......\.....\...\......\endnav.jsp
................\...\.......\.....\...\......\includes.jsp
................\...\.......\.....\...\countries
................\...\.......\.....\...\.........\config.jsp
................\...\.......\.....\...\.........\config_de.jsp
................\...\.......\.....\...\.........\config_fr.jsp
................\...\.......\.....\...\.........\copy.jsp
................\...\.......\.....\...\.........\home.jsp
................\...\.......\.....\...\...
................\build.bat
................\build.xml
................\install.txt
................\readme.txt
................\src
................\...\org
................\...\...\springframework
................\...\...\...............\samples
................\...\...\...............\.......\countries
................\...\...\...............\.......\.........\Country.java
................\...\...\...............\.......\.........\CountryService.java
................\...\...\...............\.......\.........\DefaultCountryService.java
................\...\...\...............\.......\.........\web
................\...\...\...............\.......\.........\...\CountriesController.java
................\...\...\...............\.......\.........\...\CountriesExcelView.java
................\...\...\...............\.......\.........\...\CountriesFilter.java
................\...\...\...............\.......\.........\...\CountriesPdfView.java
................\...\...\...............\.......\.........\...\ErrorsController.java
................\war
................\...\images
................\...\......\back.gif
................\...\......\de.gif
................\...\......\fr.gif
................\...\......\us.gif
................\...\index.jsp
................\...\js
................\...\..\countries.js
................\...\themes
................\...\......\blue
................\...\......\....\bback_de.gif
................\...\......\....\bback_en.gif
................\...\......\....\bback_fr.gif
................\...\......\....\blue.css
................\...\......\....\logo.gif
................\...\......\spring
................\...\......\......\arrowBack.gif
................\...\......\......\bgContent.gif
................\...\......\......\footer.gif
................\...\......\......\header.gif
................\...\......\......\spring.css
................\...\......\......\Thumbs.db
................\...\......\white
................\...\......\.....\logo.gif
................\...\......\.....\wback_de.gif
................\...\......\.....\wback_en.gif
................\...\......\.....\wback_fr.gif
................\...\......\.....\white.css
................\...\WEB-INF
................\...\.......\applicationContext.xml
................\...\.......\classes
................\...\.......\.......\blue.properties
................\...\.......\.......\blue_de.properties
................\...\.......\.......\blue_en.properties
................\...\.......\.......\blue_fr.properties
................\...\.......\.......\messages.properties
................\...\.......\.......\messages_de.properties
................\...\.......\.......\messages_en.properties
................\...\.......\.......\messages_fr.properties
................\...\.......\.......\none.properties
................\...\.......\.......\spring.properties
................\...\.......\.......\views-countries.properties
................\...\.......\.......\views-countries_de.properties
................\...\.......\.......\views-countries_en.properties
................\...\.......\.......\views-countries_fr.properties
................\...\.......\.......\white.properties
................\...\.......\.......\white_de.properties
................\...\.......\.......\white_en.properties
................\...\.......\.......\white_fr.properties
................\...\.......\countries-servlet.xml
................\...\.......\log4j.properties
................\...\.......\views
................\...\.......\.....\jsp
................\...\.......\.....\...\common
................\...\.......\.....\...\......\endnav.jsp
................\...\.......\.....\...\......\includes.jsp
................\...\.......\.....\...\countries
................\...\.......\.....\...\.........\config.jsp
................\...\.......\.....\...\.........\config_de.jsp
................\...\.......\.....\...\.........\config_fr.jsp
................\...\.......\.....\...\.........\copy.jsp
................\...\.......\.....\...\.........\home.jsp
................\...\.......\.....\...\...