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( &quot;/tmp/metaservice_socket&quot; );<br>Job* j1 = s-&gt;addRedirection(...);<br>
Job* j2 = s-&gt;loadEmbeddedJolieService(...);<br>[...]<br><br>For instance, by using addRedirection one could expose a local C++ service with any of JOLIE&#39;s supported protocol (that&#39;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 &quot;service access&quot; 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">&lt;<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>&gt;</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>
&gt; today igorto and vkrause (akonadi people) jumped in #jolie to speak about<br>
&gt; the possibility to integrate akonadi with Jolie. They&#39;re still<br>
&gt; investigating, but the thing surely seem possible and sound. I think that<br>
&gt; the best thing to do would be to share as much information and work as<br>
&gt; possible.. no reason to have duplicate work, libraries or whatever comes<br>
&gt; up. So my point is: where do we discuss?<br>
<br>
</div>i&#39;m on both the kde-pim as well as the plasma list. don&#39;t know though, what<br>
kind of cross over would there end up being between akonadi and plasma&#39;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 &nbsp;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>