<?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 Tilak Mitra</title>
 <link>http://websphere.sys-con.com/</link>
 <description>Latest articles from Tilak Mitra</description>
 <language>en</language>
 <copyright>Copyright 2008 SYS-CON Media</copyright>
 <generator>SYS-CON Media</generator>
 <lastBuildDate>Fri, 05 Sep 2008 08:07:20 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>A Methodology for Service Modeling and Design</title>
 <link>http://websphere.sys-con.com/node/664388</link>
 <description>When the programming model shifted from the traditional procedural model to that of object-orientation, a major paradigm shift occurred in the world of IT development. The focus was on encapsulating the state and behavior of entities and calling that encapsulation a class. Instances of a class were called objects, which occupied some space in the memory. &lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/664388&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 04 Sep 2008 14:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/664388</guid>
</item>
<item>
 <title>From Business Modeling to Web Services Implementation</title>
 <link>http://websphere.sys-con.com/node/98084</link>
 <description>Part 1 of this article illustrated how to use WBI Modeler 5.1 to model a business process. We used the example of a simple &#039;Web Order&#039; business process and showed how it can be modeled in a BPEL-compliant mode. The artifacts created in Part 1 were exported into the file system for use as the input to the business process implementation -  the topic of this article.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/98084&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 07 Jun 2005 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/98084</guid>
</item>
<item>
 <title>From Business Modeling to Web Implementation</title>
 <link>http://websphere.sys-con.com/node/85857</link>
 <description>A software development lifecycle begins by trying to understand the system you want to build. One of the de facto ways to understand a system is to model the business processes that collectively constitute its functionality. Each business process is an effort to streamline an enterprise&#039;s operations and functions. System architects and designers then use these business process models to come up with a system architecture and implementation that realizes the business processes.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/85857&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 16 May 2005 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/85857</guid>
</item>
<item>
 <title>Using JAXB in J2EE-Based Enterprise Applications</title>
 <link>http://websphere.sys-con.com/node/47353</link>
 <description>In Part 2 of this two-part series (Part 1 appeared in Vol. 9, issue 4) I shall try to construct an XML Schema, take you through the steps required to convert an XML document into its corresponding Java classes and interfaces, and also show how to generate an XML document (by using the generated Java classes and interfaces) from a Java object tree, in a programmatic fashion.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/47353&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 08 Dec 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/47353</guid>
</item>
<item>
 <title>Using the Search Capabilities of WebSphere Portal v5 Part 2</title>
 <link>http://websphere.sys-con.com/node/46842</link>
 <description>The first article (Vol. 3, issue 9) in this series on WebSphere Portal Servers (WPS) search capabilities introduced you to some basic capabilities of the native search features of WPS.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/46842&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/46842</guid>
</item>
<item>
 <title>Using the Search Capabilities of WebSphere Portal V5 - Part I</title>
 <link>http://websphere.sys-con.com/node/46519</link>
 <description>Portal applications usually require a search capability. Portal designers usually look into search engine products like Lotus Extended Search or open source implementations like Lucene in order to satisfy the search requirements.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/46519&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 28 Sep 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/46519</guid>
</item>
<item>
 <title>Using JAXB in Enterprise J2EE Applications</title>
 <link>http://websphere.sys-con.com/node/44369</link>
 <description>It has been well proven over the past few years that the best form of information exchange (in a typical B2B and B2C environment) is through XML. There are various XML-based standards (schema) for both the horizontal and vertical market sectors and there are ongoing efforts to move toward a standardized format in the various industry sectors.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/44369&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 05 Apr 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/44369</guid>
</item>
<item>
 <title>Using JAXB to Develop Enterprise Applications</title>
 <link>http://websphere.sys-con.com/node/44290</link>
 <description>JAXB (Java Architecture for XML Binding) provides a convenient way to bind an XML Schema to a representation in Java code and makes it easy for developers to incorporate XML data and processing functions into applications based on Java technology without having to know much about XML itself.&lt;p&gt;&lt;a href=&quot;http://websphere.sys-con.com/node/44290&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 30 Mar 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://websphere.sys-con.com/node/44290</guid>
</item>
</channel>
</rss>
