Firstly, thanks for you reply :) I have already read that document regarding wicket and OSGi, but I think it is written for more experienced users at OSGi. As I wrote before, I even do not know how to build a simple web OSGi project (what should I deploy, how to install those bundles - I can't access any console..) I imagine this application like this: I visit some administration page, where can I upload a jar file containing the extension. The jar file then installs into running application and creates some records in database. I can then decide where in the page should this extension appear. The main problem is this. I think my application should have some "OSGi container". I have already tried some "bridge.war" from some webpage (I don't remember now, which one was it), it is running correctly, but I really do not know what to do now. Add some bundles? Where? How? :) Btw, I am running Sun Java System Application Server.
Could you (or anybody else) help me with this? :) Thanks a lot. On Wed, Mar 11, 2009 at 9:37 PM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > Daniel Dominik Holúbek wrote: > >> >> I have looked at OSGi a bit, but I do not understand it (basically I do >> not >> even now how to build a project with it :) ) >> >> Does anybody have any clue? >> I hope I have written this clearly enough. If not, feel free to ask :) >> >> > Daniel, > > designing modular applications using classloader is not easy as it might > seem. Your specific problem could be even simple, but soon you'll find more > complex cases. So, if modules are important to you, I suggest you look at > what others have done or to existing framework. You have cited OSGi an if > you search a few weeks ago back in the archive of this mailing list there > was a guy that linked a paper about how to use OSGi and Wicket. I've done > something similar with the NetBeans Platform. You might also have a look at > Glassfish v3 which is extensible by means of OSGi and could be a starting > point. > > -- > Fabrizio Giudici - Java Architect, Project Manager > Tidalwave s.a.s. - "We make Java work. Everywhere." > weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog > fabrizio.giud...@tidalwave.it - mobile: +39 348.150.6941 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- -danoh-