aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-06-16 18:01:27 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-06-16 18:01:27 +0300
commit3e738375dcbdc66f693391341b23cbe0da84d43d (patch)
tree7bffbf0a24020fc83ec8c20856a0ad7722504d41 /README.md
parent2074da190e9414ee75d62cda9e7954af8bcef362 (diff)
downloadpf4j-3e738375dcbdc66f693391341b23cbe0da84d43d.tar.gz
pf4j-3e738375dcbdc66f693391341b23cbe0da84d43d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b50f3e3..af272d8 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,13 @@ Current build status: [![Build Status](https://buildhive.cloudbees.com/job/dece
Features/Benefits
-------------------
With PF4J you can easily transform a monolithic java application in a modular application.
-PF4J is an open source (Apache license) lightweight (around 50KB) plugin framework for java, with minimal dependencies (only slf4j-api) and very extensible (see PluginDescriptorFinder and ExtensionFinder). The PF4J aims is to keep the core simple but extensible.
+PF4J is an open source (Apache license) lightweight (around 50KB) plugin framework for java, with minimal dependencies (only slf4j-api) and very extensible (see PluginDescriptorFinder and ExtensionFinder).
+Practically PF4J is a microframework and the aim is to keep the core simple but extensible. I try to create a little ecosystem (extensions) based on this core with the help of the comunity.
+For now are available these extensions:
+- [wicket-plugin](https://github.com/decebals/wicket-plugin)
+- [pf4j-spring](https://github.com/decebals/pf4j-spring)
+- [pf4j-web](https://github.com/rmrodrigues/pf4j-web)
No XML, only Java.