Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaol/demos

Demos on proof of concept.
https://github.com/gaol/demos

Last synced: 19 days ago
JSON representation

Demos on proof of concept.

Awesome Lists containing this project

README

        

Build
=====

> mvn clean install

Run
====

> cd common

> ./demo.sh

Run help to see the commands
> help

Write your own Demo
====
* A public class with no-argument constructor
* All no-argument public methods can be annotated with @Demo
* Rebuild and run the 'demo.sh' to start the demo console
* run 'list' in the demo console, you can see the new Demo
* run 'run DEMO-NAME' to run the annotated demo method

> NOTE: demo runs will create a new instance of the class where the demo method is declared, and call the method