On 17/10/2007, PP Team <[EMAIL PROTECTED]> wrote: > > > > Date: Wed, 17 Oct 2007 10:05:56 +0200> From: [EMAIL PROTECTED]> > To: [email protected]> Subject: Re: Can you help me ?> > Hi PPTeam,> > > 2007/10/17, PP Team <[EMAIL PROTECTED]>:> >> >> >> > Hello,> >> > Yes. My > question is just "How to make with Felix, and is it possible with> > Felix, > to make OSGi ?"> > > > Felix is one the implementations of the OSGi r4 > specifications available in> open Source, so if you want to deploy your P2P > application in an OSGi> environment Felix is a good solution...> > I have > see that this lib can make that, but not how to make that.> >> > In fact, I > would like to make that the downloading via P2P is not> > prevented by the > firewall of the customers.> > > this is far beyond the OSGi scope... You can > develop your own Java code> using JXTA or any otehr P2P Java solution and > then deploy and package it as> OSGi bundles... > > > I don't understand all. > > I have developped a P2P solution to download via P2P (and FTP/HTTP). > It stay to me to make sure that the customers can download with this > method ( the firewall can block transfert). That's why I want use an OSGi > solution.
OSGi is a dynamic modules system for Java, it doesn't really address P2P or firewalls did you mean Open Grid Services Infrastructure? (ie. OGSI) as that's completely different Then, you say that I must develop a solution. OK. But can you help me to > start, I don't have a start point. > And I don't know all the Felix's methods. Felix implements the OSGi spec - for the R4.1 javadoc see http://www2.osgi.org/javadoc/r4 Or exist it an doc about that ?? the official R4.1 spec can be downloaded from http://www2.osgi.org/Download/Release4V41 see also the Felix documentation at http://felix.apache.org/site/documentation.html Thank you for your help. > > > > My 2 pieces> jerome> > -- > Jerome Moliere - Mentor/J> > http://romjethoughts.blogspot.com/> auteur Eyrolles > _________________________________________________________________ > Vous êtes plutôt Desperate ou LOST ? Personnalisez votre PC avec votre > série TV préférée ! > http://specials.divertissements.fr.msn.com/SeriesTV.aspx -- Cheers, Stuart

