Re: D-Bus

2009-11-11 Thread Guido Spadotto
justifies this amount of work, nevertheless your suggestions will become precious whenever I'll *have to* integrate OSGi and D-Bus. Best, Guido - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional comma

Re: D-Bus

2009-11-11 Thread Christopher Armstrong
to ask you: "Do you know if there's any bundle-ized version of the Java D-Bus implementation available somewhere?" Thanks, Guido - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For a

Re: D-Bus

2009-10-28 Thread Charles Moulliard
It is very easy to use Apache Camel top of Apache Felix or better Apache Felix Karaf : http://camel.apache.org/tutorial-osgi-camel-part2.html You create two different bundles. 1) Bundle A This bundle contains a spring DSL xml file with routes defined like this : from(). .to() .to() .to(ActiveM

Re: D-Bus

2009-10-28 Thread Guido Spadotto
Charles Moulliard wrote: Why don't you use ActiveMq queuing engine as integration platform between OSGI containers or Apache CXF - Distributed OSGI : http://cxf.apache.org/distributed-osgi-reference.html ? My friend has to integrate with some Linux apps for a throw-away demo, so he's been lo

Re: D-Bus

2009-10-28 Thread Charles Moulliard
> >> http://wiki.ops4j.org/display/paxurl/Wrap+Protocol >> >> Question : What do you plan to do with Java D bus ? > > It's not me directly that needs D-Bus, but a partner in the EU project I'm > currently in. > He needs to do some sort of Inter Process

Re: D-Bus

2009-10-28 Thread Guido Spadotto
Charles Moulliard wrote: I don't think so but you can try to transform it into an OSGI bundle using pax url wrap command : http://wiki.ops4j.org/display/paxurl/Wrap+Protocol Question : What do you plan to do with Java D bus ? It's not me directly that needs D-Bus, but a partner

Re: D-Bus

2009-10-28 Thread Charles Moulliard
I don't think so but you can try to transform it into an OSGI bundle using pax url wrap command : http://wiki.ops4j.org/display/paxurl/Wrap+Protocol Question : What do you plan to do with Java D bus ? Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Comm

D-Bus

2009-10-28 Thread Guido Spadotto
Hi all, I've searched for this a bit but found nothing useful, so I'm here to ask you: "Do you know if there's any bundle-ized version of the Java D-Bus implementation available somewhere?" Thanks, Guido --