<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manut/vorlesung/frameworks/middleware, branch vorlesung</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.mecka.net/manut/vorlesung/atom?h=vorlesung</id>
<link rel='self' href='https://git.mecka.net/manut/vorlesung/atom?h=vorlesung'/>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/'/>
<updated>2014-05-28T07:59:44Z</updated>
<entry>
<title>Merge branch 'master' into kconfig_jan</title>
<updated>2014-05-28T07:59:44Z</updated>
<author>
<name>Jan Altenberg</name>
<email>jan@linutronix.de</email>
</author>
<published>2014-05-28T07:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=aa917ad3ea5d20f1d2eed18e188f999206805ced'/>
<id>urn:sha1:aa917ad3ea5d20f1d2eed18e188f999206805ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update middleware examples</title>
<updated>2014-05-02T11:35:15Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-05-02T11:33:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=541d5387d74bc185fd95124b1c9071748c859914'/>
<id>urn:sha1:541d5387d74bc185fd95124b1c9071748c859914</id>
<content type='text'>
Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: add conclusion</title>
<updated>2014-02-19T09:00:49Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-19T09:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=2f46ad6a6f7393dc7898672a7ea3337395bafae9'/>
<id>urn:sha1:2f46ad6a6f7393dc7898672a7ea3337395bafae9</id>
<content type='text'>
Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: don't mention DDS</title>
<updated>2014-02-19T08:52:10Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-19T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=445b026710cd33745e13e952f25288b4fd87cd1e'/>
<id>urn:sha1:445b026710cd33745e13e952f25288b4fd87cd1e</id>
<content type='text'>
there is only one open-source implementation and the topic is quiet to
complex for a short overview!

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: add celery section and example</title>
<updated>2014-02-19T08:36:54Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-19T08:36:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=5ec6915a8f955c8ef72165e7392718a0b1f75bfa'/>
<id>urn:sha1:5ec6915a8f955c8ef72165e7392718a0b1f75bfa</id>
<content type='text'>
celery is a python framework for job execution

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: update CORBA section</title>
<updated>2014-02-19T07:10:15Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-19T07:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=276f95e75e21e16fb132ea682e6dbf8dec520738'/>
<id>urn:sha1:276f95e75e21e16fb132ea682e6dbf8dec520738</id>
<content type='text'>
- mention policies
- added more details about abstractions (os, language, transports)

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware/example/corba/README document option of supplier</title>
<updated>2014-02-18T22:50:21Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-18T22:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=fd369b1d74b95904b91bfd0fc6c7c52aacd31872'/>
<id>urn:sha1:fd369b1d74b95904b91bfd0fc6c7c52aacd31872</id>
<content type='text'>
that is send to the receiver

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware/xmpp: add an example</title>
<updated>2014-02-18T22:36:45Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-18T22:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=07761742a5a104020c975f649bd188a950a4891c'/>
<id>urn:sha1:07761742a5a104020c975f649bd188a950a4891c</id>
<content type='text'>
- this is a minimal qt client that can be used with a jabber/xmpp server
- have a look at the README file for the test setup

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: add a python soap example</title>
<updated>2014-02-18T22:34:33Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-18T22:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=a9f5c60272e630c3de528dc773eb5af491a01e0a'/>
<id>urn:sha1:a9f5c60272e630c3de528dc773eb5af491a01e0a</id>
<content type='text'>
it's a quite small one. Maybe we can add an interface description sometimes.

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
<entry>
<title>middleware: add a python xmlrpc example</title>
<updated>2014-02-18T22:34:04Z</updated>
<author>
<name>Manuel Traut</name>
<email>manut@mecka.net</email>
</author>
<published>2014-02-18T22:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=de1b78ee51ee99165c7ad1030cc13a24fd05e394'/>
<id>urn:sha1:de1b78ee51ee99165c7ad1030cc13a24fd05e394</id>
<content type='text'>
xmlrpc is supported by the python stdlib

so let's play around with it!

Signed-off-by: Manuel Traut &lt;manut@mecka.net&gt;
</content>
</entry>
</feed>
