Keith Donald ebfcf6b6bc m2 code review / polishing / simplification
- removed flow faces context factory, not needed, favoring simple creation of flow faces context from jsf view factory / jsf view instead
- replace response state manager usage with state manager as discussed; allowed removal of custom render kit
- removed flow lifecycle factory; not needed, favoring simple creation of flow lifecycle factory from view factory instead.
this needs review, several tests still need updating
- misc naming improvements
- removed use of thread locals where possible
2007-11-18 04:37:05 +00:00
2007-11-16 21:03:06 +00:00

Contained in this directory are the Spring Web Flow (SWF) related project sources.

DIRECTORIES

1. build-spring-webflow - Contains the build scripts needed to build all SWF projects.
                          To build all, simply execute the 'dist' ant target.

2. spring-binding - the data binding and mapping project, a Spring Web Flow driven internal library.

3. spring-webflow - The core Spring Web Flow project.

4. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action.

ARCHITECTURE DOCUMENTS

Also contained in this directory are two SonarJ files
1. webflow-architecture.xml
2. webflow-workspace.xml

When opened from SonarJ these provide an architectural breakdown of the Spring Web Flow projects.
It is recommended that you view this breakdown to familiarize yourself with the Spring Web Flow system
architecture, including its layers, subsystems, dependencies, and various architectural metrics such
as total lines of code and average component dependency.

To use SonarJ:
1. Download it from http://www.hello2morrow.com/en/sonarj/sonarj.php
2. Install it
3. Launch it
4. Point to license key
5. Open workspace (webflow-workspace.xml)
6. Open architecture template (webflow-architecture.xml)
7. Right click on Web Flow Workspace root and click "Run all operations"
8. Click the various tabs to see different views
   - Architecture view is recommended
       - Layers sub-tab shows layer diagram
       - Subsytstem sub-tab shows breakdown by subsystem
Description
No description provided
Readme 25 MiB
Languages
Java 96.4%
XSLT 2.2%
HTML 0.8%
CSS 0.5%