IMO the two projects could share a private library for interacting with MetaService and use its operations. Something like:<br><br>MetaService* s = MetaService::connect( "/tmp/metaservice_socket" );<br>Job* j1 = s->addRedirection(...);<br>
Job* j2 = s->loadEmbeddedJolieService(...);<br>[...]<br><br>For instance, by using addRedirection one could expose a local C++ service with any of JOLIE's supported protocol (that's a plasma use-case). By using loadEmbeddedJolieService one can make use of JOLIE adapters (as I described in my last mail in the jolie+plasma api discussion thread).<br>
Again, by using addRedirection one could also put in place "service access" to an external service (web service, rest service or whatever), etc..<br><br><br><div class="gmail_quote">2009/1/27 Aaron J. Seigo <span dir="ltr"><<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Monday 26 January 2009, Fabrizio Montesi wrote:<br>
> today igorto and vkrause (akonadi people) jumped in #jolie to speak about<br>
> the possibility to integrate akonadi with Jolie. They're still<br>
> investigating, but the thing surely seem possible and sound. I think that<br>
> the best thing to do would be to share as much information and work as<br>
> possible.. no reason to have duplicate work, libraries or whatever comes<br>
> up. So my point is: where do we discuss?<br>
<br>
</div>i'm on both the kde-pim as well as the plasma list. don't know though, what<br>
kind of cross over would there end up being between akonadi and plasma's usage<br>
of jolie i wonder?<br>
<font color="#888888"><br>
--<br>
Aaron J. Seigo<br>
humru othro a kohnu se<br>
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43<br>
<br>
KDE core developer sponsored by Qt Software<br>
<br>
</font><br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br>