AW: OSGi Wicket

2009-11-03 Thread Giambalvo, Christian
Thanks for all answers. I think OSGi is to much overhead for my needs. Joint fits more my needs, but includes unneeded overhead (for my project). I think I will implement my own mechanism with using a custom ClassResolver, cause I just need to search in new added jars (URLClassloader),

AW: OSGi Wicket

2009-11-01 Thread Giambalvo, Christian
Maybe OSGi ist o much overhead for my needs. I just want to be able to load WicketPages from a jar during runtime. Lets say i have a wicket app with just the wicketapplication and a homepage (extendable through plugins (jar)). Then during runtime i dropin a jar containing some Pages and i want

AW: OSGi Wicket

2009-10-31 Thread Giambalvo, Christian
Hi, i'm also interested in making a modular, during runtime extensible wicket appliaction. Meaning a Wicketapplication which can be extended by plugins during runtime. Can OSGi accomplish this? Could you please explain the wstarter a little bit more in detail. I only developed normal wicket web