Re: Apache wicket project as osgi compoments

2014-02-09 Thread Shengche Hsiao
Using customized security permissions is a nice entry, but if I have to dynamic load new modular (another jar or war) after deployed web app, do you have any suggestion? On Sun, Feb 9, 2014 at 3:11 AM, Paul Bors p...@bors.ws wrote: We solved this by using customized security permissions. If

Re: Apache wicket project as osgi compoments

2014-02-08 Thread Paul Bors
We solved this by using customized security permissions. If a user wasn’t given the permission for module A, so be it :) On Feb 4, 2014, at 7:49 PM, Shengche Hsiao shengchehs...@gmail.com wrote: Hello Thanks for reply, indeed I plan to implement my wicket project in osgi way! But I don't

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Richard W. Adams
Depends what you mean by disable. You could dynamically decide not to call them, if that's what you want. From: Shengche Hsiao shengchehs...@gmail.com To: Wicket User Mailinglist users@wicket.apache.org Date: 02/04/2014 08:42 AM Subject:Apache wicket project as osgi compoments

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Shengche Hsiao
Hello Our team developed a web application using php, it's original idea was from XOOPS. As you know XOOPS's modules can dynamic install in or drop out, can wicket project do the same thing? And as you said You could dynamically decide not to call them, would you please give me some instruction?

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Richard W. Adams
@wicket.apache.org Date: 02/04/2014 08:51 AM Subject:Re: Apache wicket project as osgi compoments Hello Our team developed a web application using php, it's original idea was from XOOPS. As you know XOOPS's modules can dynamic install in or drop out, can wicket project do the same

Re: Apache wicket project as osgi compoments

2014-02-04 Thread tho...@jarnot.de
Although we don't know anything about your application structure, I tend to answer YES. Assuming from the subject, that we are talking about OSGi modules (or rather bundles), making the application capable of that dynamism is surely possible. It simply depends on your decision of utilizing the

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Francois Meillet
You should have a look at http://code.google.com/p/osgi-enterprise/wiki/WicketAndOsgi https://github.com/wicketstuff/core/wiki/Osgi http://hwellmann.blogspot.fr/2011/06/wicket-and-osgi.html http://www.volkomenjuist.nl/blog/2012/07/25/wicket-mounting-in-an-osgi-environment/

Re: Apache wicket project as osgi compoments

2014-02-04 Thread Shengche Hsiao
Hello Thanks for reply, indeed I plan to implement my wicket project in osgi way! But I don't know how to start it, thanks for hyper links, I'll check it out. On Wed, Feb 5, 2014 at 3:42 AM, Francois Meillet francois.meil...@gmail.com wrote: You should have a look at