Pluggable architecture for wicket application

2016-11-13 Thread Илья Нарыжный
Hello, We really need advise from Apache Wicket experts. Please let me know if you have any ideas how to realize the following: We are working on Orienteer (http://orienteer.org) - open source Business Application Platform for rapid development. Orienteer already has pluggable architecture which

Re: Pluggable architecture for wicket application

2016-11-14 Thread Martin Grigorov
Hi, On Mon, Nov 14, 2016 at 3:58 AM, Илья Нарыжный wrote: > Hello, > > We really need advise from Apache Wicket experts. Please let me know if you > have any ideas how to realize the following: > > We are working on Orienteer (http://orienteer.org) - open source Business > Application Platform f

Re: Pluggable architecture for wicket application

2016-11-14 Thread Martijn Dashorst
I know a Dutch company (or two) that use OSGi, I'm certain that one uses Wicket + OSGi: educator.eu. The other, luminis.eu, does a lot of work with OSGi, but might not use it in combination with Wicket. I only have second hand knowledge about the combination, and it's probably outdated. Maybe some

Re: Pluggable architecture for wicket application

2016-11-17 Thread Matt Pavlovich
I extensively use Wicket+OSGi. Works great! Modular web applications are totally doable. Follow Martin's advice and wire in modules using the application hooks described. On 11/14/16 3:47 PM, Martijn Dashorst wrote: I know a Dutch company (or two) that use OSGi, I'm certain that one uses Wick

Re: Pluggable architecture for wicket application

2016-11-17 Thread David Beer
Hi Guys Does anybody know of a small scale example this sounds really interesting. Thanks David On 17 November 2016 at 18:00, Matt Pavlovich wrote: > I extensively use Wicket+OSGi. Works great! Modular web applications are > totally doable. Follow Martin's advice and wire in modules using the

Re: Pluggable architecture for wicket application

2016-11-18 Thread Decebal Suiu
You can try wicket-plugin [1]. [1] https://github.com/decebals/wicket-plugin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pluggable-architecture-for-wicket-application-tp4676135p4676192.html Sent from the Users forum mailing list archive at Nabble.com