You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by PP Team <pp...@msn.com> on 2007/10/15 17:55:33 UTC

Can you help me ?

Hello,
 
I have discover Felix this day.
The problem is that I try to make a bridge between a P2P software and a computer.
Did you have an exemple, a part of code, to permit me to have a start point ??
 
 
Thank you.
_________________________________________________________________
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

Re: Can you help me ?

Posted by Stuart McCulloch <st...@jayway.net>.
On 17/10/2007, PP Team <pp...@msn.com> wrote:
>
>
> > Date: Wed, 17 Oct 2007 10:05:56 +0200> From: jerome.moliere@gmail.com>
> To: users@felix.apache.org> Subject: Re: Can you help me ?> > Hi PPTeam,>
> > 2007/10/17, PP Team <pp...@msn.com>:> >> >> >> > 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

RE: Can you help me ?

Posted by PP Team <pp...@msn.com>.
> Date: Wed, 17 Oct 2007 10:05:56 +0200> From: jerome.moliere@gmail.com> To: users@felix.apache.org> Subject: Re: Can you help me ?> > Hi PPTeam,> > 2007/10/17, PP Team <pp...@msn.com>:> >> >> >> > 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.
 
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.
 
Or exist it an doc about that ??
 
 
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

RE: Can you help me ?

Posted by PP Team <pp...@msn.com>.
 
NB : you can speak with me in French if you want.> Date: Wed, 17 Oct 2007 10:05:56 +0200> From: jerome.moliere@gmail.com> To: users@felix.apache.org> Subject: Re: Can you help me ?> > Hi PPTeam,> > 2007/10/17, PP Team <pp...@msn.com>:> >> >> >> > 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...> > > 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

Re: Can you help me ?

Posted by jerome moliere <je...@gmail.com>.
Hi PPTeam,

2007/10/17, PP Team <pp...@msn.com>:
>
>
>
> 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...


My 2 pieces
jerome

-- 
Jerome Moliere - Mentor/J
http://romjethoughts.blogspot.com/
auteur Eyrolles

RE: Can you help me ?

Posted by PP Team <pp...@msn.com>.
 
Hello,
 
Yes. My question is just "How to make with Felix, and is it possible with Felix, to make OSGi ?"
 
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. 
 
Thank you.> Date: Tue, 16 Oct 2007 16:26:46 -0400> From: heavy@ungoverned.org> To: users@felix.apache.org> Subject: Re: Can you help me ?> > I am not really sure I understand what you are asking...> > Perhaps you could provide more information so that others might be able > to help.> > Keep in mind that we will be able to help you with Felix issues (e.g., > usage, best practices, app design), but may not be able to help as much > with other technologies outside of Felix.> > -> richard> > > PP Team wrote:> > Hello,> > > > I have discover Felix this day.> > The problem is that I try to make a bridge between a P2P software and a computer.> > Did you have an exemple, a part of code, to permit me to have a start point ??> > > > > > Thank you.> > _________________________________________________________________> > 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> > > > ---------------------------------------------------------------------> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org> For additional commands, e-mail: users-help@felix.apache.org> 
_________________________________________________________________
Votez pour vos séries TV préférées et tentez de gagner un voyage à Hawaï !
http://messengerawards.divertissements.fr.msn.com/

Re: Can you help me ?

Posted by "Richard S. Hall" <he...@ungoverned.org>.
I am not really sure I understand what you are asking...

Perhaps you could provide more information so that others might be able 
to help.

Keep in mind that we will be able to help you with Felix issues (e.g., 
usage, best practices, app design), but may not be able to help as much 
with other technologies outside of Felix.

-> richard


PP Team wrote:
> Hello,
>  
> I have discover Felix this day.
> The problem is that I try to make a bridge between a P2P software and a computer.
> Did you have an exemple, a part of code, to permit me to have a start point ??
>  
>  
> Thank you.
> _________________________________________________________________
> 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
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org