Re: Osgifing Tomcat

2008-04-23 Thread Florent.BENOIT
Hello, As part of OW2 JOnAS 5.0 OSGi based application server we're interested to have Tomcat packaged as an OSGi bundle. All our modules are bundles and if tomcat is already a bundle we won't have to wrap it into a bundle on our side. Regards, Florent Henri Gomez wrote: Hi to all, Did

Re: Osgifing Tomcat

2008-04-23 Thread Florent.BENOIT
orent Henri Gomez wrote: 2008/4/23 Florent.BENOIT <[EMAIL PROTECTED]>: Hello, As part of OW2 JOnAS 5.0 OSGi based application server we're interested to have Tomcat packaged as an OSGi bundle. All our modules are bundles and if tomcat is already a bundle we won't have to wrap

Re: Osgifing Tomcat

2008-04-23 Thread Florent.BENOIT
Yes, the modular aspect is for sure a better choice. So we can have a smaller Tomcat (by only using few bundles) or bundles loaded on demand. Regards, Florent Filip Hanik - Dev Lists wrote: Henri Gomez wrote: 2008/4/23 Florent.BENOIT <[EMAIL PROTECTED]>: Hello, As part

Re: Osgifing Tomcat

2008-04-23 Thread Florent.BENOIT
Yes, that looks great. Also, for OSGi, as all is done by package (import/export) the first step is to be sure that API and Implementation are never in the same package name. So we can export APIs and keep private the implementation. Florent Henri Gomez wrote: Yes, the modular aspect

Re: Osgifing Tomcat

2008-04-23 Thread Florent.BENOIT
Henri Gomez wrote: Indeed I'll try to spend some time on mavenize tomcatlight first and how it could be done then for tomcat trunk. Next how to OSGIfy the mavenized tomcats, experiences and advices welcomed here Once Tomcat has been mavenized, with maven-bundle-plugin you can produce bundl