Fork me on GitHub

I have a tiny demo application. The demo application is in demo folder.
In demo/api folder I declared an extension point (Greeting).
In demo/plugins I implemented two plugins: plugin1, plugin2 (each plugin adds an extension for Greeting).

To run the demo application use:

./run-demo.sh (for Linux/Unix)
./run-demo.bat (for Windows)