Hi, The simplest way is to use Wicket's org.apache.wicket.IInitializer class. Just create a Jar (the plugin) that contains the plugin classes and wicket.properties in the root package and a line inside: initializer=com.example.MyInitializer
MyInitializer#init(Application) will be called just before MyApp#init(). In this method you can add whatever your plugin provides to the global configuration On Tue, Sep 25, 2012 at 11:35 AM, Michal Wegrzyn <michal.wegr...@onior.com> wrote: > Dear developers, > > I need to prepare plugin architecture for a Wicket based project. > I've found that open source Hippo CMS ( http://svn.onehippo.org/repos/hippo/ > ) does it, but I am > curious if there are any other projects that do such a thing? > > Do you maybe know this kind of projects or frameworks? > > Are there any important in-depth aspects of Wicket of which should I be aware > of for creating plugin architecture? > > Best regards, > Michal Wegrzyn -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org