Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gaol/demos
- Owner: gaol
- License: apache-2.0
- Created: 2013-12-18T09:26:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T08:08:23.000Z (over 10 years ago)
- Last Synced: 2024-11-01T04:11:37.446Z (2 months ago)
- Language: Java
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build
=====> mvn clean install
Run
====> cd common
> ./demo.sh
Run help to see the commands
> helpWrite 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