]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 12 Jul 2013 13:30:23 +0000 (16:30 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 12 Jul 2013 13:30:23 +0000 (16:30 +0300)
README.md

index 7aa012dbcff5c74d161b2ead8177227d2cd81706..07fb1a8aea6932a28ccee7dd3b1ed1900073d7d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ No XML, only Java.
 
 You can mark any interface or abstract class as an extension point (with marker interface ExtensionPoint) and you specified that an class is an extension with @Extension annotation.
 
+Also, PF4J can be used in web applications. For my web applications when I want modularity I use [Wicket Plugin](https://github.com/decebals/wicket-plugin).
+
 Components
 -------------------
 - **Plugin** is the base class for all plugins types. Each plugin is loaded into a separate class loader to avoid conflicts.