<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[C++ orbd Example]]></title><description><![CDATA[<p>Ich möchte Daten zwischen C++ und Java mit CORBA austauschen. Ich habe einen Java Server geschrieben, doch habe ich Probleme mit dem C++ Client. Die Kommunikation zwischen einem Java Client und Server funktioniert, ....</p>
<p>Hat jemand schon einmal probiert aus C++ den SUN ORB (orbd) zu benutzen? Welchen IDL-Compiler habt Ihr benutzt? Kann jemand Beispielcode posten?</p>
<p>Mir ist unklar wie ich mich aus C++ mit dem ORB verbinde. Wie kann ich den folgenden Java-Code in C++ schreiben?</p>
<p>Hashtable&lt;String, String&gt; env = new Hashtable&lt;String, String&gt;();<br />
env.put(Context.INITIAL_CONTEXT_FACTORY,<br />
&quot;com.sun.jndi.cosnaming.CNCtxFactory&quot;);<br />
env.put(Context.PROVIDER_URL,<br />
&quot;iiop://192.168.0.2:666&quot;);</p>
<p>ic = new InitialContext(env);</p>
<p>Danke für die Hilfe!</p>
<p>Kennt jemand eine gute Seite für die Problematik?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/166877/c-orbd-example</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Jul 2026 11:17:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/166877.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Dec 2006 07:01:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to C++ orbd Example on Mon, 04 Dec 2006 07:01:03 GMT]]></title><description><![CDATA[<p>Ich möchte Daten zwischen C++ und Java mit CORBA austauschen. Ich habe einen Java Server geschrieben, doch habe ich Probleme mit dem C++ Client. Die Kommunikation zwischen einem Java Client und Server funktioniert, ....</p>
<p>Hat jemand schon einmal probiert aus C++ den SUN ORB (orbd) zu benutzen? Welchen IDL-Compiler habt Ihr benutzt? Kann jemand Beispielcode posten?</p>
<p>Mir ist unklar wie ich mich aus C++ mit dem ORB verbinde. Wie kann ich den folgenden Java-Code in C++ schreiben?</p>
<p>Hashtable&lt;String, String&gt; env = new Hashtable&lt;String, String&gt;();<br />
env.put(Context.INITIAL_CONTEXT_FACTORY,<br />
&quot;com.sun.jndi.cosnaming.CNCtxFactory&quot;);<br />
env.put(Context.PROVIDER_URL,<br />
&quot;iiop://192.168.0.2:666&quot;);</p>
<p>ic = new InitialContext(env);</p>
<p>Danke für die Hilfe!</p>
<p>Kennt jemand eine gute Seite für die Problematik?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1186571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1186571</guid><dc:creator><![CDATA[manweg]]></dc:creator><pubDate>Mon, 04 Dec 2006 07:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to C++ orbd Example on Mon, 04 Dec 2006 08:57:10 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1186620</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1186620</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 04 Dec 2006 08:57:10 GMT</pubDate></item><item><title><![CDATA[Reply to C++ orbd Example on Mon, 04 Dec 2006 12:30:38 GMT]]></title><description><![CDATA[<p>Ich weiß nicht ob es dir weiter hilft, aber bei C++ und CORBA fällt mir sofort <a href="http://www.cs.wustl.edu/~schmidt/ACE.html" rel="nofollow">ACE</a> ein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1186792</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1186792</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Mon, 04 Dec 2006 12:30:38 GMT</pubDate></item></channel></rss>