From 32b8f22979bb383c1d47c00645a369a0a9004e8d Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 6 Jun 2008 08:50:42 +0000 Subject: [PATCH] removed old sonarj files --- readme.txt | 27 +- webflow-architecture.xml | 1168 -------------------------------------- webflow-workspace.xml | 28 - 3 files changed, 1 insertion(+), 1222 deletions(-) delete mode 100644 webflow-architecture.xml delete mode 100644 webflow-workspace.xml diff --git a/readme.txt b/readme.txt index eef16caa..1c37d662 100644 --- a/readme.txt +++ b/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 \ No newline at end of file +7. spring-webflow-samples - The Spring Web Flow sample applications, illustrating the framework in action. \ No newline at end of file diff --git a/webflow-architecture.xml b/webflow-architecture.xml deleted file mode 100644 index d4b30803..00000000 --- a/webflow-architecture.xml +++ /dev/null @@ -1,1168 +0,0 @@ - - - - - - assert - - - - Spring Web Flow Layers - - - - java.lang.* - - - java.io.** - - - java.net.** - - - java.util** - - - java.text.** - - - java.math.** - - - java.lang.ref.** - - - - - - - - - - - - - - - - - - Spring Data Binding::Conversion - - - - org.springframework.binding.convert - - - org.springframework.binding.convert.** - - - org.springframework.binding.method - - - - - - - - Spring Data Binding::Mapping - - - - org.springframework.binding.mapping - - - - - - - - Spring Data Binding::Expression Evaluation - - - - org.springframework.binding.expression - - - org.springframework.binding.expression.** - - - - - - - - Spring Data Binding::Formatting - - - - org.springframework.binding.format - - - org.springframework.binding.format.** - - - - - - - - Spring Data Binding::Collection - - - - org.springframework.binding.collection - - - - - - - Spring Data Binding - - - true - - - 669 - - - 118 - - - - - - - - - external::reflection - - - - java.lang.reflect - - - - 179 - - - 263 - - - - - - - external::bean-support - - - - java.beans - - - - 626 - - - 262 - - - - - - - external::junit - - - - junit.** - - - - 296 - - - 263 - - - - - - - external::log4j - - - - org.apache.log4j** - - - - 463 - - - 262 - - - - - - - external::xml-support - - - - javax.xml.** - - - org.xml.** - - - org.dom4j** - - - org.w3c.dom** - - - - 10 - - - 263 - - - - - - - external::servlet-support - - - - javax.servlet** - - - - 343 - - - 200 - - - - - - - external::Spring Core - - - - org.springframework.core.** - - - org.springframework.core - - - org.springframework.util.** - - - org.springframework.util - - - - - - - - external::Spring Beans - - - - org.springframework.beans.** - - - org.springframework.beans - - - - - - - - external::Spring Web - - - - org.springframework.web.** - - - org.springframework.web - - - - - - - - external::Spring Context - - - - org.springframework.context.** - - - org.springframework.context - - - org.springframework.validation.** - - - org.springframework.validation - - - - - - - - external::JSF - - - - javax.faces.** - - - javax.faces - - - - - - - - external::Struts - - - - org.apache.struts.action - - - org.apache.struts.config - - - - - - - - external::java-security - - - - java.security - - - - - - - - external::portlet-support - - - - javax.portlet - - - - - - - - external::ognl - - - - ognl - - - - - - - - external::commons-codec - - - - org.apache.commons.codec.binary - - - - - - - - external::commons-logging - - - - org.apache.commons.logging - - - - - - - - external::util-concurrent - - - - EDU.oswego.cs.dl.util.concurrent - - - - - - - external - - - true - - - 671 - - - 322 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execution Engine::Flow Builder - - - - org.springframework.webflow.engine.builder - - - org.springframework.webflow.engine.builder.** - - - org.springframework.webflow.engine.registry - - - - - - - - - - - - - - - - - - - - - - Execution Core::Utilities - - - - org.springframework.webflow.util - - - - - - - - - - - - - - - - - - - Execution Core::Flow Definition Registry - - - - org.springframework.webflow.definition.registry - - - - - - - - - - - - - - - - - - - Execution Core::Core - - - - org.springframework.webflow.core - - - org.springframework.webflow.core.** - - - - - - - - - - - - - - - - - - - Execution Core::Conversation Management - - - - org.springframework.webflow.conversation.** - - - org.springframework.webflow.conversation - - - - - - - - - - - - - - - - Execution Core::Action - - - - org.springframework.webflow.action - - - org.springframework.webflow.action.** - - - - - - - - - - - - - - - - - - - Execution Core::Flow Execution - - - - org.springframework.webflow.execution - - - org.springframework.webflow.execution.support - - - - - - - - - - - - - - - - - - - Execution Core::Flow Execution Factory - - - - org.springframework.webflow.execution.factory - - - org.springframework.webflow.execution.factory.** - - - - - - - - - - - - - - - - - - - Execution Core::Flow Execution Repository - - - - org.springframework.webflow.execution.repository - - - org.springframework.webflow.execution.repository.** - - - - - - - Execution Core::External Context::Support - - - - org.springframework.webflow.context.support.** - - - - - - - Execution Core::Flow Definition - - - - org.springframework.webflow - - - org.springframework.webflow.definition - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Executor::Core Executor Elements - - - - org.springframework.webflow.executor - - - org.springframework.webflow.executor.support - - - - - - - - - - - - - - - - Executor::JSF - - - - org.springframework.webflow.executor.jsf - - - - - - - - - - Execution Core::External Context::Servlet - - - - org.springframework.webflow.context.servlet.ServletExternalContext - - - - - - - - - - Execution Engine::Engine Implementation - - - - org.springframework.webflow.engine - - - org.springframework.webflow.engine.support - - - org.springframework.webflow.engine.impl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Executor::Struts - - - - org.springframework.webflow.executor.struts - - - - - - - - - - - - - Execution Core::External Context::Portlet - - - - org.springframework.webflow.context.portlet.PortletExternalContext - - - - - - - - - - Test::Test Support - - - - org.springframework.webflow.test - - - org.springframework.webflow.test.** - - - - - - - Test - - - 451 - - - 324 - - - - - - - - - - - - - - - - - - - - - - Execution Engine - - - 451 - - - 111 - - - - - - - - - - - - System Configuration::Config - - - - org.springframework.webflow.config - - - - - - - System Configuration - - - 214 - - - 9 - - - - - - - - - - - - - - - - - Executor::Spring MVC - - - - org.springframework.webflow.executor.mvc - - - - - - - - - - - - - Executor - - - 9 - - - 113 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execution Core::External Context::ExternalContext - - - - org.springframework.webflow.context.* - - - - - - - - - - - - - - - - Execution Core::External Context - - - - org.springframework.webflow.context - - - org.springframework.webflow.context.** - - - - - - - - - - - - - Execution Core - - - false - - - 220 - - - 325 - - - - - - - - - - - - - - - - - - - - - architecture-template - - - C:/development/spring-projects/spring-webflow - - - C:/development/spring-projects/spring-webflow/webflow-architecture.xml - - - diff --git a/webflow-workspace.xml b/webflow-workspace.xml deleted file mode 100644 index 738fadd8..00000000 --- a/webflow-workspace.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - Web Flow Workspace - - - C:/development/spring-projects/spring-webflow - - - C:/development/spring-projects/spring-webflow/web-flow-workspace.xml - - - - ./spring-webflow/src/main/java - - - ./spring-webflow/target/classes - - - ./spring-binding/target/classes - - - ./spring-binding/src/main/java - - - -