This project is a sample of Flex/Flash UI. How to build it? ---------------- If you have the Flex SDK or FlexBuilder3 installed, you'll need to copy the datavisualization.swc to $M2_LOCAL_REPO/com/adobe/flex/sdk/datavisualization/3.0.0.477/ With FlexBuilder3, it is under $FLEX_BUILDER_HOME/sdks/3.0.0/frameworks/libs If you don't have it and don't want to install it, you'll need to comment the continuum-flex-plugin in the parent pom. Now, all is ready to build the webapp. You only run 'mvn clean install' into this directory :) How to use it? -------------- Go to continuum-flex-webapp and run the following command: mvn jetty:run Then go to http://localhost:9090/continuum-flex-webapp/ To use it, you must have a continuum (1.2) instance installed somewhere because the flex client is connected to Continuum by xmlrpc. Features -------- With the current code, you can see the all project groups, projects, build results, build outputs and some build result graphs (pie chart for nb success/failure, line charts for nb builds history) For line charts, we have two tabs. These tabs are plugins. The first one ('Build per day') is an internal plugin and the second ('Build per day - flex chart') is an external plugin. This plugin is plugin1.swf, if you remove it in the webapp, the tab won't appear, so magic :) You can add new plugin by following the code od continuum-flex plugin that is the flex chart plugin. TODO ------ Use Flex RSL to reduce swf file size.