Re: Wicket plugin architecture

2013-07-17 Thread Decebal Suiu
Hi If anybody is interested, Wicket Plugin is now available on github. Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-plugin-architecture-tp4652305p4660307.html Sent from the Users forum m

RE: Wicket plugin architecture

2012-10-18 Thread Decebal Suiu
Hi Michal I will commit the initial version of my wicket-plugin project in a few days (now i'm a little busy). This project is based on another project developed by me PF4J and is intended to add a little improvem

Re: Wicket plugin architecture

2012-10-18 Thread Bas Gooren
lot of custom images? Best regards, Michal Wegrzyn -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, October 18, 2012 16:24 To: users@wicket.apache.org Subject: Re: Wicket plugin architecture On Thu, Oct 18, 2012 at 4:21 PM, Michal Wegrzyn wrote: Than

RE: Wicket plugin architecture

2012-10-18 Thread Michal Wegrzyn
--Original Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Thursday, October 18, 2012 16:24 > To: users@wicket.apache.org > Subject: Re: Wicket plugin architecture > > On Thu, Oct 18, 2012 at 4:21 PM, Michal Wegrzyn > wrote: > > Th

Re: Wicket plugin architecture

2012-10-18 Thread Martin Grigorov
t; Michal Wegrzyn > >> -Original Message- >> From: Martin Grigorov [mailto:mgrigo...@apache.org] >> Sent: Tuesday, September 25, 2012 10:48 >> To: users@wicket.apache.org >> Subject: Re: Wicket plugin architecture >> >> Hi, >> >> The si

RE: Wicket plugin architecture

2012-10-18 Thread Michal Wegrzyn
mages? Best regards, Michal Wegrzyn > -Original Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Tuesday, September 25, 2012 10:48 > To: users@wicket.apache.org > Subject: Re: Wicket plugin architecture > > Hi, > > The

Re: Wicket plugin architecture

2012-09-25 Thread Decebal Suiu
Hi Jenkins/Hudson has this ability (do it with class loaders management). See more at http://kohsuke.org/2011/12/06/installing-plugins-to-jenkins-without-restart/. Jenkins is so popular because it uses a relative simple (vs osgi) with a good versatility plugin system. Probably it's possible to ad

Re: Wicket plugin architecture

2012-09-25 Thread Decebal Suiu
Good question and good answers :) I am searching for an answer too. In our product (NextReports server) we use spring framework for this purpose. You can add contributors as section, menu action, popup action, ... and at runtime a component (for example a menu panel) takes all contributors and gen

Re: Wicket plugin architecture

2012-09-25 Thread Dan Simko
Hi, You can also look at https://github.com/brix-cms/brix-cms. It is much simpler than hippo. Best regards, Dan On Tue, Sep 25, 2012 at 10:48 AM, Martin Grigorov wrote: > Hi, > > The simplest way is to use Wicket's org.apache.wicket.IInitializer class. > Just create a Jar (the plugin) that cont

Re: Wicket plugin architecture

2012-09-25 Thread Martin Grigorov
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 befo