<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://websphere.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Articles by Boris Lublinsky</title>
 <link>http://websphere.sys-con.com/</link>
 <description>Latest articles from Boris Lublinsky</description>
 <language>en</language>
 <copyright>Copyright 2008 </copyright>
 <generator></generator>
 <lastBuildDate>Sat, 22 Nov 2008 05:53:07 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Implementing J2EE/.NET Interoperability Using WebSphere MQ Part 2 - Putting theory into practice</title>
 <link>http://websphere.sys-con.com/node/43452</link>
 <description>In Part 1 of this series, we discussed how the use of messaging software can alleviate some of the problems with integration of J2EE and .NET environments using Web services. In this article we will discuss implementation of the proposed architecture on both J2EE and .NET platforms, along with possible enhancements of the proposed solution.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/43452&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 24 Nov 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/43452</guid>
</item>
<item>
 <title>Implementing J2EE-.NET Interoperability Using WebSphere MQ</title>
 <link>http://websphere.sys-con.com/node/43430</link>
 <description>It is today&#039;s reality that most companies are using both J2EE and .NET environments for their software implementation. Until recently, the prevalent solution for integration of these two environments has been HTTP-based Web services.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/43430&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Oct 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/43430</guid>
</item>
<item>
 <title>Web Services Invocation Framework, part 2</title>
 <link>http://websphere.sys-con.com/node/43146</link>
 <description>The Web Services Invocation Framework (WSIF) is an architecture and programming model that - unlike today&#039;s most popular Web services APIs, JAX-RPC and JAXM - supports RPC and messaging invocation of Web services in a single programming model.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/43146&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 23 Jul 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/43146</guid>
</item>
<item>
 <title>Web Services Invocation Framework</title>
 <link>http://websphere.sys-con.com/node/43387</link>
 <description>Today&#039;s most popular Web services APIs - JAX-RPC and JAXM - support two very different programming models for invocation of Web services, one synchronous, one asynchronous. If users need both models in a single application, they are forced to use two sets of very different APIs. This article, the first of a two-part series, describes an architecture and programming model - the Web Services Invocation Framework (WSIF) - that provides a single set of APIs that supports both models.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/43387&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 12 Jun 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/43387</guid>
</item>
<item>
 <title>The Key to Superior EJB Design</title>
 <link>http://websphere.sys-con.com/node/36806</link>
 <description>Over the past several years EJB technology has entered the  software development mainstream. This new level of recognition and  greater popularity brings an increase in design activities in the EJB  space, such as best practices and design patterns.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/36806&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 01 Jan 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/36806</guid>
</item>
<item>
 <title>Web Services and Distributed Component Platforms  (Part 2)</title>
 <link>http://websphere.sys-con.com/node/39333</link>
 <description>As we can see from the tables, Web services measure up quite nicely with other distributed systems environments. The main differentiating characteristics are:  Web services, unlike other distributed systems, support only remote communications, they don&#039;t support colocated services. Web services are implemented over HTTP, which is a connectionless protocol. Therefore, some important features of distributed systems are not applicable for Web services.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/39333&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 03 Dec 2001 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/39333</guid>
</item>
<item>
 <title>Web Services and Distributed Component Platforms, Part 1</title>
 <link>http://websphere.sys-con.com/node/39289</link>
 <description>With the widespread use of component technology, it has become increasingly important to employ components in distributed computing environments. Currently, a handful of distributed component platforms exists, including the Distributed Component Object Model (DCOM), Common Object Request Broker Architecture (CORBA), and Remote Method Invocation (RMI).&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/39289&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 21 Oct 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/39289</guid>
</item>
<item>
 <title>XML and Distributed Computing</title>
 <link>http://websphere.sys-con.com/node/40173</link>
 <description>There are three big challenges when implementing distributed computing systems: data transfer, interface management, and remote invocation. This article examines how XML can help with each of these, and how XML-based semantic messaging can unify disparate distributed architectures.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/40173&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 10 Apr 2001 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/40173</guid>
</item>
</channel>
</rss>
