<?xml version="1.0" encoding="UTF-8" ?>

 
<rss version="2.0">
<channel>
<title>developerWorks : SOA and Web services : Technical library </title> 
<link>http://www.ibm.com/developerworks/index.html</link>
<description>The latest content from IBM developerWorks</description>
<pubDate>Fri, 03 Jul 2009 10:12:33 EDT</pubDate>
<language>en-us</language>
<copyright>Copyright 2004 IBM Corporation.</copyright>
<image>
<title>IBM developerWorks</title>
<url>http://www.ibm.com/developerworks/i/homepage.jpg</url>
<link>http://www.ibm.com/developerworks/index.html</link>
</image>

<item>
<title><![CDATA[Introducing My developerWorks]]></title>
<description><![CDATA[My developerWorks is a new professional network and knowledge base connecting the technical community worldwide]]></description>
<link><![CDATA[http://www.ibm.com/developerworks/mydeveloperworks/?ca=dth-mydw]]></link>
</item>



<item>
<title><![CDATA[My developerWorks overview demo]]></title>
<description><![CDATA[Learn about the new My developerWorks professional network and knowledge base in this overview demo]]></description>
<link><![CDATA[http://download.boulder.ibm.com/ibmdl/pub/software/dw/ibm/demo/demo.html?ca=dth-mydw]]></link>
</item>



<item>
<title><![CDATA[Introducing My developerWorks: 6 new ways to build your skills and your social network]]></title>
<description><![CDATA[This article talks about how you can use My developerWorks to personalize your view of developerWorks content and connect and collaborate with your trusted peers]]></description>
<link><![CDATA[http://www.ibm.com/developerworks/library/j-mydeveloperworks-intro/index.html?ca=dth-mydw]]></link>
</item>


	            <item>
	               <title><![CDATA[The new role of XML in cloud data integration]]></title> 
	               <description><![CDATA[Learn how to leverage XML Web services to integrate cloud data with enterprise 
	applications, and build a sample application using the Salesforce Web Services API 
	with the Java API for XML Web Services (JAX-WS).]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/x-sftoeap/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 30 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Build RESTful Web services and dynamic Web
      applications with the multi-tier architecture]]></title> 
	               <description><![CDATA[Continue your training on building RESTful Web services and dynamic Web
          applications using the multi-tier architecture. This article gives you 
          hands-on experience on designing and building components in each tier and how
          the components are tied together. It provides an example of how RESTful Web
          services, Asynchronous JavaScript and XML (Ajax), and Spring Web Flow work
          together to produce a desktop-like rich and responsive Web interface. It also
          demonstrates how client programs such as Ruby scripts utilize the RESTful Web services to upload and download the user data from the server.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/wa-aj-multitier2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 30 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247669.html]]></title> 
	               <description><![CDATA[This IBM Redbook publication is to demonstrate ways of enabling existing applications and data on z/OS for integration into a service-oriented architecture (SOA).]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247669.html?ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Wed, 24 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Connecting to the Cloud, Part 3: Cloud governance and security]]></title> 
	               <description><![CDATA[In the third and final part of this three-part series on building a hybrid cloud application, examine governance and security for cloud computing. Build on the example of the HybridCloud application from Part 2 by examining how to add access control policies to its use of Amazon Simple Queue Service (SQS). Look in detail at how the HybridCloud application authenticates itself to cloud services and how to add a log audit trail to Amazon's S3 (Simple Storage Service). Lastly, see how Google Apps uses OAuth and how Force.com cloud services require built-in testing to avoid inadvertent Denial-of-Service (DoS) attacks.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/x-cloudpt3/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 16 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Java Web services: Axis2 WS-Security signing and encryption]]></title> 
	               <description><![CDATA[Get an introduction to the principles of public key cryptography, then see how WS-Security applies them for signing and encrypting SOAP messages using public-private key pairs in combination with secret keys. Dennis Sosnoski continues his Java Web services series with a discussion of WS-Security and WS-SecurityPolicy signing and encryption features, along with example code using Axis2 and Rampart.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/j-jws5/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 16 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Build a pureXML application in DB2 for z/OS, Part
                2: Web enablement through Universal Services]]></title> 
	               <description><![CDATA[In this tutorial, set up Web access to your pureXML data through simple
            insert, update, delete, select, and query operations known as the Universal
            Services. Use the included download bundle with ready-to-install services to
            explore the concepts of this tutorial, and learn how to quickly build
            application prototypes with the Universal Services.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/data/tutorials/dm-0906purexmlapp2/index.html?ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Thu, 04 Jun 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Java Web services: Axis2 WS-Security basics]]></title> 
	               <description><![CDATA[Learn how to add the Rampart security module to Apache Axis2 and start using WS-Security features in your Web services. Dennis Sosnoski resumes his Java Web services series with a look at WS-Security and WS-SecurityPolicy use in Axis2, starting with UsernameToken as a simple first step. The next few columns will take you further with WS-Security and WS-SecurityPolicy, as implemented by Axis2 and Rampart.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/j-jws4/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 26 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[IBM U2 and Service Oriented Architecture (SOA)]]></title> 
	               <description><![CDATA[Service oriented architecture is an application framework that takes everyday
		    business applications and breaks them down into individual business functions and processes, called services.  SOA lets you build, deploy, and integrate these services independent of applications and the computing platforms on which they run, making business processes more flexible. In this article, learn how IBM UniData and UniVerse (U2) technology relates to SOA.
]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/data/library/techarticle/dm-0905ibmu2soa/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 21 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[How to measure employee carbon footprints: Part 2: Putting the concept to the test]]></title> 
	               <description><![CDATA[This series of articles describes an IBM project created to track employees' carbon emissions,
      using a Service Oriented Architecture (SOA) solution with IBM WebSphere Business Monitor, IBM WebSphere ESB, IBM WebSphere
      Integration Developer, and IBM WebSphere Process Server.  This article examines the
      results of the pilot project based on the concepts described in Part 1. (IBM WebSphere Developer Technical Journal)]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/techjournal/0905_badawi/0905_badawi.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 20 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Develop and Deploy Multi-Tenant Web-delivered Solutions using IBM middleware: Part 2: Approaches for enabling multi-tenancy ]]></title> 
	               <description><![CDATA[Part 1 of this series describes what multi-tenancy is and presents several technical challenges for building and deploying multi-tenant web-delivered solutions. In this article, we identify five representative approaches for enabling multi-tenancy in web-delivered solutions (also known as software-as-a-service) and compare their costs and benefits. ]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-multitenantpart2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 20 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Feature in focus: Modeling for execution made easier with WebSphere BPM V6.2 products]]></title> 
	               <description><![CDATA[Improvements in IBM business process
      management (BPM) tooling and runtimes have eased some of the primary difficulties
      associated with modeling for execution.  This article highlights these improvements
      and how they make it easier to perform this important function. (IBM WebSphere Developer Technical Journal)]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/techjournal/0905_xu/0905_xu.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 20 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[SOA Governance – How Best To Embrace it, Part 3: Governance Maturity, Tooling, Vitality and Success Patterns]]></title> 
	               <description><![CDATA[In part 1 and 2, we learned about governance, its lifecycle and the
		    organizational aspect of an enterprise to support SOA and SOA governance.  In the
		    final part of the series, we will cover governance maturity, tooling, vitality and end this paper with governance success patterns.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SOAGovernancepart3/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 14 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Message-level security with JAX-WS on WebSphere Application Server v7]]></title> 
	               <description><![CDATA[This tutorial demonstrates how to build a JAX-WS client and server Web service
    that runs on WebSphere Application Server v7.  Additionally, it teaches you how to
    configure message-level security for the SOAP message by configuring policy sets through Rational Application Developer v7.5.2.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/tutorials/0905_griffith/index.html?ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Wed, 13 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Artifact content validation in WebSphere Service Registry and Repository]]></title> 
	               <description><![CDATA[This article uses an an example to show you how to configure and customize the WebSphere Service Registry and Repository content validator, and how to enforce recommended practices on WSDL content.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/library/techarticles/0905_williams/0905_williams.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 13 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Secure Web services between WebSphere Application
            Server and Microsoft Windows Communication Foundation ]]></title> 
	               <description><![CDATA[Learn how to configure a Kerberos environment to secure SOAP messages
            exchanged between IBM WebSphere Application Server and Microsoft Windows
            Communication Foundation. This article demonstrates the steps using the
            Service 
            Endpoint Interface samples available in WebSphere Application
            Server.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/library/techarticles/0905_zeitouni/0905_zeitouni.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 13 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Use WebSphere Business Services Fabric v6.1 to Build Composite Business
			    Services: Part 4: Service Monitoring using Performance Manager]]></title> 
	               <description><![CDATA[In the previous three articles of this series, we gave an overview for the
		    WebSphere Business Service Fabric 6.1 and used business analysis to define WBSF
		    artifacts that meet business goals. We then discussed the details of fabric development. In this final article in the series, we look at how to enable Performance Manager to enhance your fabric application to meet service monitor requirements.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-WSBFoverviewpart4/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 13 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Enabling z/OS Applications for SOA]]></title> 
	               <description><![CDATA[The objective of this Redbook is to demonstrate ways of enabling existing applications and data on z/OS&reg; for integration into SOA.]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/redpieces/abstracts/sg247669.html?Open&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Tue, 12 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Use WebSphere Business Services Fabric v6.1 to Build Composite Business Services: Part 3: Design and implementation]]></title> 
	               <description><![CDATA[The first article in this series, Part 1: Overview of WebSphere Business Services Fabric v6.1, provides an overview of WebSphere Business Service Fabric 6.1. In Part 2: Scenario Introduction, Problem Statement, and Business Analysis, we introduced how WBSF can be used for a Visa Application scenario in which there is a need for dynamic service provider selection. In this third installment, we’ll detail all the steps involved in implementing the scenario in order to address the need by building a Composite Business Service, using WBSF 6.1.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-WSBFoverviewpart3/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 12 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Enabling Web Service with Common Information Model]]></title> 
	               <description><![CDATA[In this article we will introduce the concept of WS-Management and Common Information Model (CIM). By exploring the SOAP message with multiple examples, we will learn how to transfer CIM operations through WS-Management SOAP messages. ]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-CIM/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Fri, 08 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[SOA Governance – How Best To Embrace it, Part 2: Governance Lifecycle]]></title> 
	               <description><![CDATA[In part one of the series, we learned about governance in general and we discussed Enterprise, IT and SOA governance and how they are related.  In part 2, we walk through governance lifecycle and how best we should organize for SOA and SOA governance.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SOAGovernancepart2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Fri, 08 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Redbook: Deploying a Secure SOA Solution into z/OS and Mixed z/OS and AIX Environments]]></title> 
	               <description><![CDATA[This IBM Redbooks publication to explain the work that is required to create, deploy, and test the SOA solution on both z/OS and z/OS with additional platforms. ]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247724.html?ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Thu, 07 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[CRISPY Web services: Part 1: A Primer]]></title> 
	               <description><![CDATA[This article discusses Crispy. Crispy goal is to provide a single point of entry for remote invocation for a wide number of transports: eg. RMI, EJB, JAX-RPC or XML-RPC. It works by using properties to configure a service manager, which is then used to invoke the remote API.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-crispy/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 07 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Integrating IBM metadata repositories, Part 1: APIs for accessing Rational Asset Manager]]></title> 
	               <description><![CDATA[Learn how to enable asset-based development by integrating your
            applications with IBM Rational Asset Manager. This article describes
            capabilities of various APIs for retrieving and modifying repository-based
            assets and includes example code for common operations.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/library/techarticles/0905_cfengli/0905_cfengli.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 06 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[SOA Governance – How Best To Embrace it, Part 1: Introduction to Enterprise, IT and SOA governance]]></title> 
	               <description><![CDATA[With immense projected growth, the Government must modernize its IT systems.  Air traffic will double or even triple in the next twenty years, the number of retirees will double throughout the States, infrastructure will boom, the population will skyrocket, and under such pressures, the legacy systems will surely collapse, and if no action is taken, problems will abound.

Some government agencies have considered Service Oriented Architecture (SOA) as the most effective means to address this dire issue. Moving to SOA, however, entails substantial challenges. To this end, one of the government agencies requested IBM to collaborate with other partners of the agency and produce a whitepaper that addresses these challenges. This article expounds such information beyond this agency to industries across the board.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SOAGovernancepart1/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 05 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Building Smart Communities with IBM Social Collaboration Tool Suite]]></title> 
	               <description><![CDATA[This article describes the development of a smart community by leveraging
		    the concepts of social collaboration and using IBM suite of tools that implements
		    the concept of Web 2.0 and social collaboration. We will initially define smart
		    community, the need for such a community, its behavior, basic principles and the
		    benefit towards having it in a large organization. In that context, we will detail
		    basics of social collaboration, how it is linked with smart communities, its
		    building blocks, its impact on IT and organizations along with the different product
		    offerings from IBM.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SocialCollaboration/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Fri, 01 May 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Build an intelligent eForms solution based on DB2 pureXML, Lotus Forms, and Web services]]></title> 
	               <description><![CDATA[Form processing is one of the major daily tasks in many public and private
		    businesses.  Processes based on paper forms are resource intensive, time consuming,
		    and often result in inaccurate or incomplete data.  This article describes how you
		    can build an efficient electronic solution for form data capture, submission, and
		    management.  The article guides you through three steps to build an efficient XML
		    electronic forms data collection solution with Lotus Forms for data capture, DB2
		    pureXML for data storage and query, and a connection between the two via a simple Web service that you can
		    create with Data Studio Developer. In three steps you can have an operational electronic forms application that can be the basis for efficient, quick, and accurate data collection and management.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/data/library/techarticle/dm-0904db2electronicforms/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 30 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Connecting to the cloud, Part 2: Realize the hybrid cloud model]]></title> 
	               <description><![CDATA[This is Part 2 of a three-part series on connecting to the cloud. To determine the best solution for creating a hybrid cloud application, Part 1 examined some of the offerings from the major cloud platform vendors. In this article, Part 2 of the series, you will implement the hybrid cloud application, which combines local application components with cloud computing. The application makes use of a JMS queue locally as well as an SQS queue in the cloud, combining the two in a single hybrid application.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/x-cloudpt2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 28 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Connecting to the cloud, Part 1: Leverage the cloud in applications]]></title> 
	               <description><![CDATA[Explore cloud computing and the offerings from the major cloud platform vendors: Amazon, Google, Microsoft, and SalesForce.com. In this first of a three-part series, take an example of a typical corporate application that uses a JMS queue, and examine what would be involved to hybridize part of this JMS infrastructure in the cloud.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/x-cloudpt1/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Mon, 27 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Building a Geospatial Information System, Part 2: A real world application using Web 2.0, SOA, and SCA principles]]></title> 
	               <description><![CDATA[Businesses, schools, and governmental institutions are increasingly using geospatial information systems (GIS) to solve real-world problems. GIS offers many new ways to visualize information, collaborate, and do business.  Web 2.0 GIS applications have started targeting end user audiences (as opposed to professional audiences). This article explores how GIS applications built with Web 2.0 interfaces and technologies result in more interactivity, lower cost, higher performance, and satisfied users. ]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ar-gis2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 21 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Asset engineering with the RAM rich client]]></title> 
	               <description><![CDATA[The RAM Rich Client is a feature rich extension for Eclipse that enables developers to quickly harvest and upload or locate and download software related assets to and from remote repositories. In this article we give an overview of an asset based engineering approach using Rational Asset Manager (RAM) and provides detailed examples to show how you can leverage this asset repository using a fully functional RAM rich client. ]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-RAMrichclient/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 15 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Secure communication between a monitoring host Web service and monitored Web services]]></title> 
	               <description><![CDATA[Should we have a Web service as a dedicated security monitoring host? Or should we have
		  several Web services that work together as the distributed security monitoring host? In this
		  article we look at the pros and cons of each host type and suggests how each can be used to solve security problems.
]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SecureComm/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 15 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Data Studio V2.1: Getting Started with Web Services on DB2 for z/OS]]></title> 
	               <description><![CDATA[A step-by-step introduction on how to get started with Web services using Data Studio V2.1. We start with describing and setting up the basic software components and showing a step-by-step guide to creating your first Web service.]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/redpapers/abstracts/redp4510.html?Open&open&cm_mmc=5201-_-n-_-vrm_newsletter-_-10300_111646&cmibm_em=dm:0:16634872&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Mon, 13 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Bracing Techniques when Common Information Model Meets the Message Layer in a
		    Service Oriented Architecture (SOA)]]></title> 
	               <description><![CDATA[When leveraging the common information model (CIM) standard for middleware environments, creation of service components requires slicing and adapting the appropriate entities within the CIM. While slicing is normally driven by the business process, adaptation needs to be performed using a special technique termed as the “bracing technique”. In this article we will explore the bracing technique in detail; which in turn will enable service designers to create service interfaces that are highly flexible and easily consumable.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-bracing-tech/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Mon, 13 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Building Green IT Solutions Using IBM Smart SOA]]></title> 
	               <description><![CDATA[With a trend of increasing energy costs and greater environmental awareness, many organizations are looking to greener, more energy efficient solutions. Businesses are actively seeking solutions to reduce energy consumption to save money and to promote green initiatives such as empowering employees to manage their carbon footprint. This Redbook offers Smart SOA approaches for green solutions that can be applied to almost any enterprise.]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/redp4511.html?Open&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Fri, 10 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Implementing CICS Web Services]]></title> 
	               <description><![CDATA[The Web services support in CICS Transaction Server Version 3 enables your CICS programs to be Web service providers and requesters. CICS supports a number of specifications including SOAP Version 1.1 and Version 1.2, and Web services distributed transactions (WS-Atomic Transaction).]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247657.html?Open&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Fri, 10 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Securing CICS Web Services]]></title> 
	               <description><![CDATA[Securing access to information is important to any business, especially for business-critical systems that manage sensitive data, as is often the case for systems based on IBM CICS. Security becomes even more critical during SOA implementations, due to loose coupling of services and applications, and their possible operations across trust boundaries.]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247658.html?Open&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Fri, 10 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Powering SOA Solutions with IMS    ]]></title> 
	               <description><![CDATA[New application development tools and the IBM service-oriented architecture capabilities for IMS can help your business improve the speed and agility of its development efforts. Both IMS and the IMS SOA Integration Suite support your on demand systems and your distributed IMS application environment.

Powering SOA Solutions with IMS provides background and explanations to clarify the choices and methodologies that are available to modernize your IMS applications and provide access to IMS data stores through non-traditional callers.
]]></description> 
	               <link><![CDATA[http://www.redbooks.ibm.com/abstracts/sg247662.html?Open&ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Thu, 09 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Integrate Green-screen Applications in your SOA: Using Rational Host Access
        Transformation Services (HATS)]]></title> 
	               <description><![CDATA[This article summarizes the support provided by IBM Rational Host Access
        Transformation Services (HATS) that allows you to create Web services to provide
        standard programming interfaces to business logic and transactions contained
        within character-based 3270 and 5250 applications (also referred to as host
        applications or green-screen applications).]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/library/techarticles/0504_hardison/0504_hardison.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 09 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Leveraging Key WS-Notification Features in your Business Applications]]></title> 
	               <description><![CDATA[
		WS-Notification bundle of standards, WS-BaseNotification, WS-Topics, 
		and WS-BrokeredNotification, can be used as a general purpose publish/subscribe
		interface for Service Oriented Architectures.
		
		To demonstrate these key WS-Notification features, a solution to the 
		out-of-stock business situation was developed;
		SOAP messages and code snippets for this retail stock distribution 
		network scenario are explained in this article.

]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-leveragingWS-Notification/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 09 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[IBM SOA Registries and Repositories Portfolio Overview]]></title> 
	               <description><![CDATA[This article provides a high-level overview of key features and functionality
		    of the IBM SOA registries and repositories portfolio. Learn how to choose the right product offering to meet your needs based on the SOA lifecycle.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-SOAregistryrepository/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 08 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[How to measure employee carbon footprints: Part 1, Sample SOA implementation architecture]]></title> 
	               <description><![CDATA[This article describes an IBM project to track employees' carbon emissions, using an SOA solution with WebSphere Business Monitor, WebSphere ESB, WebSphere Integration Developer, and WebSphere Process Server. (IBM WebSphere Developer Technical Journal)]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/techjournal/0904_badawi/0904_badawi.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 08 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[WS-Notification in WebSphere Application Server V7: Part 2: Configuring JAX-WS applications with WS-Security for WS-Notification]]></title> 
	               <description><![CDATA[Learn how to configure the Java API for XML-based Web Services (JAX-WS)
    applications for use with the updated WS-Notification functionality running on secured
    IBM WebSphere Application Server V7.0. This article describes how to secure WS-Notification JAX-WS applications by using WS-Security, including how to enable WebSphere Application Server security, how to create a Version 7.0 WS-Notification service, and how to associate a WS-Security policy set and binding with the WS-Notification applications.  (IBM WebSphere Developer Technical Journal)]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/techjournal/0904_jiang/0904_jiang.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 08 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Using MQ Headers to Dynamically Determine Data Handler Behavior ]]></title> 
	               <description><![CDATA[The format of the data in an MQ message can differ and is often determined by the format field in the MQ header, in this case the Data Handler must behave dynamically based on the values stored in this header.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-MQDataHandler/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 02 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Offload WebSphere Web services Security tasks to IBM WebSphere
                DataPower SOA Appliances: Part 3: Using WebSphere DataPower Policy Framework]]></title> 
	               <description><![CDATA[This article will cover how to use WebSphere DataPower SOA Appliances as the enforcement
            point of the WS-Security Policy. As well as discuss in detail how to offload
            Web Service Security Policy from WebSphere Application Server to WebSphere
            DataPower by using Policy Framework in the device. We will cover the Policy
            Framework which is currently supported in DataPower 3.7.2 and different ways
            to debug the Policy Framework. This article is part 3 of a series; the
            previous sections detailed the steps you have to perform to offload Web
            Services Security functionality to the WebSphere DataPower SOA Appliance.
        ]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-offloadpart3/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 01 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Exploring the WebSphere Application Server Feature Pack for
      SCA: Part 5: Protocol bindings for Service Component Architecture services]]></title> 
	               <description><![CDATA[Part 5 of this series on the IBM WebSphere Application Server V7 Feature
      Pack for SCA describes the SCA (Service Component Architecture) bindings that are
      available for wiring together different SCA components. Bindings define the
      transport/protocol access mechanism for SCA services and references, making it
      possible for the choice of protocol to be independent from the application
      programming interface. The three binding types supported by the Feature Pack for SCA
      are default, Web services, and EJB bindings.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/websphere/library/techarticles/0904_beck/0904_beck.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Wed, 01 Apr 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[OSGi and Spring: Part 2: Build and deploy OSGi as Spring bundles using Felix]]></title> 
	               <description><![CDATA[Build and package Java classes as OSGi bundles using the Spring DM framework in a Felix
		  container. This article, Part 2 of this series, shows you how to create bundles using the Spring
		  framework and then deploy them in a Felix runtime environment. You will see how the core OSGi
		  framework dependency is removed through a simple Spring-based configuration.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-osgi-spring2/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Mon, 30 Mar 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Common Business Components and Services Toward More Agile and Flexible Industry Solutions and Assets: Part 1: The Foundations of the Shared Business Services (SBS) Approach - An Overview]]></title> 
	               <description><![CDATA[Service-oriented architecture (SOA) and model-driven architecture and business
		    development (MDA/D) provide a powerful combination in enabling business flexibility
		    and agility through reuse and asset based industry solutions. This 2 part series
		    will discuss how to take advantage of many proven best software engineering
		    practices, especially the meta-data driven architecture types that are 
		    used to model the common structural and in some cases non-structural business
		    entities.  In part 1 of the series, we will discuss the software engineering
		    foundation, the proposed approach and address the critical business and technical
		    issues that significantly impact business flexibility, the ability to adapt to 
		    changes, and the agility.
	]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ws-CommonBusinessComponents/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 24 Mar 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Process-oriented modeling for SOA, Part 4: Tying it all together with a case study]]></title> 
	               <description><![CDATA[Learn how a process model drives both a use case model and service model.  This article ties everything together with a case study about home shopping that illustrates the concepts in the previous parts of this series.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/library/ar-procmod4/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Tue, 24 Mar 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[IMS Solutions: Utilizing the IMS synchronous callout function to invoke a CICS Web service through IMS SOAP Gateway]]></title> 
	               <description><![CDATA[This article uses a sample scenario to demonstrate how to use the synchronous callout function of IMS  
		    to invoke an existing CICS Web service through the IMS SOAP Gateway. 
		   The scenario takes an existing IMS application written in COBOL and enhances it to 
		    request additional information from an existing CICS Web service.
		    The article provides an overview of the sample configuration, code samples, and step-by-step
		    instructions on how to
		    generate necessary artifacts. 
		    The article also provides information on how to troubleshoot problems you may encounter
		    while recreating the scenario.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/data/library/techarticle/dm-0903synchronouscallout/index.html?ca=drs-]]></link>
	               <category>Articles</category>
	               <pubDate>Thu, 19 Mar 2009 12:00:00 EDT</pubDate>
	            </item>
	
	            <item>
	               <title><![CDATA[Proactive WebSphere Enterprise Service Bus (WESB) Mediation: Timing a Mediation Module]]></title> 
	               <description><![CDATA[This tutorial takes you through developing a WebSphere Enterprise Service Bus
        (WESB) Mediation Module, which can proactively invoke an external system from time
        to time and fetch the updates, based on a given time interval. This is a common
        requirement, to poll systems, which cannot proactively post the updates occuring within them, to the other subscriber systems. This is achieved by a combination of a startup bean, scheduler, messaging task and a WESB mediation module.]]></description> 
	               <link><![CDATA[http://www.ibm.com/developerworks/webservices/tutorials/ws-WESB-Mediation-Module/index.html?ca=drs-]]></link>
	               <category>Tutorials</category>
	               <pubDate>Wed, 18 Mar 2009 12:00:00 EDT</pubDate>
	            </item>
	
</channel>
</rss>

