From 443e5c78aa8c50eed8f523dbc7fa00be84826c00 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Fri, 12 Jul 2013 16:30:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5