removed old sonarj files
This commit is contained in:
27
readme.txt
27
readme.txt
@@ -16,29 +16,4 @@ DIRECTORIES
|
||||
|
||||
6. spring-faces - Spring's JavaServerFaces integration module, which includes Web Flow & JavaScript support.
|
||||
|
||||
7. 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
|
||||
|
||||
SonarJ is an architecture analysis tool.
|
||||
When opened in SonarJ, these files provide an architectural breakdown of the Spring Web Flow projects.
|
||||
This can be a good way 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
|
||||
7. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<java version="1.5.0_06" class="java.beans.XMLDecoder">
|
||||
<object class="com.hello2morrow.sonar.workspace.java.WorkspaceDescription">
|
||||
<void property="name">
|
||||
<string>Web Flow Workspace</string>
|
||||
</void>
|
||||
<void property="parentDirectory">
|
||||
<string>C:/development/spring-projects/spring-webflow</string>
|
||||
</void>
|
||||
<void property="path">
|
||||
<string>C:/development/spring-projects/spring-webflow/web-flow-workspace.xml</string>
|
||||
</void>
|
||||
<void property="pathsCollection">
|
||||
<void method="add">
|
||||
<string>./spring-webflow/src/main/java</string>
|
||||
</void>
|
||||
<void method="add">
|
||||
<string>./spring-webflow/target/classes</string>
|
||||
</void>
|
||||
<void method="add">
|
||||
<string>./spring-binding/target/classes</string>
|
||||
</void>
|
||||
<void method="add">
|
||||
<string>./spring-binding/src/main/java</string>
|
||||
</void>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
Reference in New Issue
Block a user