Airback application uses Vaddin UI for front-end, quartz for scheduling, spring boot for frame the application, esb for service execution and factitious components
- How to compile the application and brint it to the world ::
cd airback-deployer-community
mvn clean install -DskipTests - How to run application after compiling to the world ::
cd airback-app-community/target/airback-9.0.9/airback-9.0.9/
cp airback-app-executor/target executor.jar executor.jar
java -jar executor.jar -Dserver.port=9999 - Conclusion and feedback ::
This the demo for accelerating the software prototype in attempt to the real situations.