Description: 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 Search:
File list (Check if you may need any files):
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
................\...\.......\.....\...\...