<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Camac IT Ltd &#187; CORBA</title>
	<atom:link href="http://www.camacit.com/tag/corba/feed" rel="self" type="application/rss+xml" />
	<link>http://www.camacit.com</link>
	<description>Software Engineering and Systems Development talent</description>
	<lastBuildDate>Thu, 05 Aug 2010 15:28:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating J2EE and CORBA</title>
		<link>http://www.camacit.com/integrating-j2ee-and-corba-in-the-telecommunications-domain</link>
		<comments>http://www.camacit.com/integrating-j2ee-and-corba-in-the-telecommunications-domain#comments</comments>
		<pubDate>Sun, 18 Jan 2004 19:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Papers]]></category>
		<category><![CDATA[CORBA]]></category>
		<category><![CDATA[interworking]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OSSJ]]></category>
		<category><![CDATA[telecommunications]]></category>

		<guid isPermaLink="false">http://camacit.com/wordpress/?p=3</guid>
		<description><![CDATA[Research findings of the OSS/J&#8217;s working group on CORBA Interworking lead by Brenton Camac surveying problems faced by integrating Java and CORBA and techniques to address them.  (32 pages with code examples.  January 2004)
The OSS (Operations Support Systems) through Java Initiative is developing a set of standard Java APIs for end-to-end services on [...]]]></description>
			<content:encoded><![CDATA[<p>Research findings of the OSS/J&#8217;s working group on CORBA Interworking lead by Brenton Camac surveying problems faced by integrating Java and CORBA and techniques to address them.  (32 pages with code examples.  January 2004)</p>
<p>The OSS (Operations Support Systems) through Java Initiative is developing a set of standard Java APIs for end-to-end services on next-generation wireless networks, which will facilitate the convergence of telecommunications and Internet-based solutions.  Since CORBA is used in much of the existing telecommunications infrastructure that is to be accessed by OSS/J systems, it is important that techniques for interworking the J2EE platform with CORBA-based systems be documented for developers of OSS/J systems.</p>
<p>WhitePaper: <a href="http://camacit.com/wordpress/wp-content/uploads/2008/07/com-arch-corbav2-10.pdf" target="_blank">com-arch-corbav2-10.pdf</a></p>
<p>Illustrative code: <a href="http://camacit.com/wordpress/wp-content/uploads/2008/07/com-arch-corba-codeexamples.zip" target="_blank">com-arch-corba-codeexamples.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.camacit.com/integrating-j2ee-and-corba-in-the-telecommunications-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CORBA Native Messaging</title>
		<link>http://www.camacit.com/corba-native-messaging</link>
		<comments>http://www.camacit.com/corba-native-messaging#comments</comments>
		<pubDate>Tue, 18 Mar 2003 20:06:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Papers]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CORBA]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Native Messaging]]></category>
		<category><![CDATA[Notification Service]]></category>
		<category><![CDATA[Typed Channel]]></category>
		<category><![CDATA[Visibroker]]></category>

		<guid isPermaLink="false">http://camacit.com/wordpress/?p=5</guid>
		<description><![CDATA[Research notes by Brenton Camac describing how Native Messaging (a new feature of Visibroker) was applied to an existing application (without requiring any code changes to it) to insulate it from frequent disruptions on its wide area network connections.  (20 pages with code listings.  March 2003)
WhitePaper: using_native_messaging.pdf
]]></description>
			<content:encoded><![CDATA[<p>Research notes by Brenton Camac describing how Native Messaging (a new feature of Visibroker) was applied to an existing application (without requiring any code changes to it) to insulate it from frequent disruptions on its wide area network connections.  (20 pages with code listings.  March 2003)</p>
<p>WhitePaper: <a href="http://camacit.com/wordpress/wp-content/uploads/2008/07/using_native_messaging.pdf" target="_blank">using_native_messaging.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.camacit.com/corba-native-messaging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EJBs and CosNotification</title>
		<link>http://www.camacit.com/ejbs-and-cosnotification</link>
		<comments>http://www.camacit.com/ejbs-and-cosnotification#comments</comments>
		<pubDate>Mon, 30 Sep 2002 20:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Research Papers]]></category>
		<category><![CDATA[CORBA]]></category>
		<category><![CDATA[CosNotification service]]></category>
		<category><![CDATA[EJB]]></category>
		<category><![CDATA[Visibroker]]></category>
		<category><![CDATA[VisiNotify]]></category>

		<guid isPermaLink="false">http://camacit.com/wordpress/?p=8</guid>
		<description><![CDATA[Research notes by Brenton Camac examining how EJBs can work with the OMG&#8217;s CosNotification service.
VisiNotify is Borland&#8217;s implementation of the OMG&#8217;s CosNotification service for CORBA.  This service was designed to provide CORBA applications with asynchronous messaging capabilities which are a very powerful design technique for large-scale applications.    (27 pages with code [...]]]></description>
			<content:encoded><![CDATA[<p>Research notes by Brenton Camac examining how EJBs can work with the OMG&#8217;s CosNotification service.</p>
<p>VisiNotify is Borland&#8217;s implementation of the OMG&#8217;s CosNotification service for CORBA.  This service was designed to provide CORBA applications with asynchronous messaging capabilities which are a very powerful design technique for large-scale applications.    (27 pages with code examples.  December 2002)</p>
<p>Research Paper: <a href="http://camacit.com/wordpress/wp-content/uploads/2008/07/using_ejbs_with_visinotify.pdf" target="_blank">using_ejbs_with_visinotify.pdf</a></p>
<p>Illustrative code: <a href="http://camacit.com/wordpress/wp-content/uploads/2008/07/code_examples.zip" target="_blank">code_examples.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.camacit.com/ejbs-and-cosnotification/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
