diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-11 13:45:04 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-11 13:45:04 +0300 |
commit | ea1dc2f24d961ac029a348c4910694ffef66effa (patch) | |
tree | 18c6a47d78c6e7f45f6db2263fdba71c5cee9115 /README.md | |
parent | 2aeb77b8c8e6023651d1fc7b9ef31736b855cafa (diff) | |
download | pf4j-ea1dc2f24d961ac029a348c4910694ffef66effa.tar.gz pf4j-ea1dc2f24d961ac029a348c4910694ffef66effa.zip |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -126,10 +126,8 @@ For more information please see the demo sources. Demo ------------------- -I have a tiny demo application. In this demo I have implemented two widgets types: -a chart widget (using open flash chart) and a text widget (display a Lorem Ipsum). -You can drag and drop widgets, perform some actions on each widget, add or remove new -widgets, change widget settings, collapse widgets. +I have a tiny demo application. In demo/api folder I declared an extension point (Greeting). +In this demo I have implemented two plugins: plugin1, plugin2 (each plugin with an extension). The demo application is in demo folder. To run the demo application use: |