From: Decebal Suiu Date: Fri, 12 Jul 2013 13:30:23 +0000 (+0300) Subject: Update README.md X-Git-Tag: release-0.5~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=443e5c78aa8c50eed8f523dbc7fa00be84826c00;p=pf4j.git Update README.md --- diff --git a/README.md b/README.md index 7aa012d..07fb1a8 100644 --- 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.