<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1664122103001694787</id><updated>2011-10-15T22:07:35.761+01:00</updated><category term='ws-businessactivity'/><category term='ws-atomictransaction'/><category term='ws-resourcetransfer'/><category term='ws-tx'/><category term='lb films'/><category term='liberty'/><category term='OSGi'/><category term='ws-resourceframework'/><category term='websphere osgi aries was'/><category term='segosphere websphere'/><category term='EEG'/><category term='ws-rt'/><category term='langmuir-blodgett'/><category term='Aries'/><category term='ws-ba'/><category term='ws-transaction'/><category term='ws-coordination'/><category term='websphere'/><category term='ws-transfer'/><category term='ws-rf'/><category term='CORBA Activity service'/><category term='Spring'/><category term='ws-at'/><category term='SpringSource'/><category term='Blueprint'/><category term='WAS'/><category term='S2AP'/><title type='text'>Ian Robinson's Weblog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-3079976867580267152</id><published>2011-10-15T15:41:00.019+01:00</published><updated>2011-10-15T18:07:40.068+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='websphere'/><category scheme='http://www.blogger.com/atom/ns#' term='liberty'/><title type='text'>WAS V8.5 Alpha and the WebSphere Liberty Profile</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Earlier this year I took on the role of Chief Architect of the WebSphere foundation and have been busy with the team  since then working on the development of our next release. We launched the first fruits of our labour last week through our new &lt;a href="http://wasdev.net/" target="_blank"&gt;WASdev community site&lt;/a&gt;: the &lt;b&gt;WAS V8.5 Alpha&lt;/b&gt;. This is an early glimpse of what's coming next in WAS and it is heavily focussed on making the WAS runtime and tools the best environment possible for developing and testing web applications. At the heart of the Alpha is a new dynamic profile of the WebSphere runtime that we've called the &lt;b&gt;WAS Liberty Profile&lt;/b&gt;. Rather than being a static profile of runtime features, Liberty adapts to the requirements of the application and ensures - at a really fine-grained level - that only the necessary application container functions are started. It gives you the freedom to deploy web applications with wide-ranging requirements and provides all the pieces they need (like security, transaction management, connection pooling, persistence through JPA or JDBC, and so on) without pulling in any more than they need. And it provides fidelity with the full-profile WAS runtime to which applications are deployed in production because the containers and services started by the Liberty profile are the same.&lt;br /&gt;&lt;br /&gt;One of the key innovations in Liberty is a new kernel that processes the specific "features" required by an application to load the required container(s) and WebSphere platform services: WAS has been an OSGi-based runtime for many years (since WAS V6.1) but, with the Liberty profile in the WAS V8.5 Alpha, we've moved beyond simply modularity and gone to town on exploitation of dynamic OSGi services. This is what delivers the tiny runtime footprint and a WAS server that starts up in a couple of seconds. And this is only one aspect of what's new for developers - we've also dramatically simplified server runtime configuration so that a test/debug WAS server instance can be configured easily, either inside or outside an Eclipse environment, with a single XML file covering all aspects of the server, the applications and the resources required by the applications. If you've ever looked at a WAS configuration and wished you could treat it more like a development artefact - storing the configuration in an SCM system, versioning or diffing it, sharing it between developers - well now you can. While the server config can be as simple as a single XML file, there are also flexible ways to compose a configuration from fragments that are aggregated through &lt;i&gt;include &lt;/i&gt;statements.&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://wasdev.net/" target="_blank"&gt;WASdev home page&lt;/a&gt; lists "8.5 Reasons why the WAS Liberty Profile is awesome". For more details, including an overview of the new simplified server config, take a look at the &lt;a href="http://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/entry/introducing_the_liberty_profile6" target="_blank"&gt;Introduction to the Liberty Profile&lt;/a&gt; article I posted to WASdev.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wasdev.net/" target="_blank"&gt;&lt;img height="111" src="https://dw1.s81c.com/developerworks/mydeveloperworks/blogs/wasdev/resource/siteGraphics/wasv_next-h_1.jpg" style="max-width: 800px;" width="734" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And did I mention that its free? And so, now, are our most popular web development tools which we're making available as Eclipse features (in addition to being bundled inside RAD). You can get all this from WASdev downloads page. &lt;br /&gt;&lt;br /&gt;But enough talk....lets see how quickly we can download the tools, the WAS server, configure a server instance, install a simple app and bring the whole thing up. I'll assume you already have the Eclipse IDE for Java EE but if not you can get that from the &lt;a href="http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1" target="_blank"&gt;Eclipse site&lt;/a&gt;. The only other thing you need is an IBM ID for the downloads - if you don't have one then simply register for one &lt;a href="https://www.ibm.com/account/profile/us?page=reg" target="_blank"&gt;here&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;OK. Open up your Eclipse IDE (3.7 or 3.6.2), start your stopwatch and follow these steps:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Go the WASdev &lt;a href="http://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/entry/download" target="_blank"&gt;download page&lt;/a&gt; to install the WAS Liberty Profile tools into Eclipse. This gives you a rich set of web development tools along with the ability to launch and control instances of the WAS Liberty Profile server. For Eclipse 3.7, its as easy as dragging the install button from that page onto your Eclipse IDE title bar.&lt;/li&gt;&lt;li&gt;Accept the license terms (I'll take the liberty of assuming that, under these "beat the clock" conditions, you have already squared this with your friends in the legal department) for the install to proceed. The total size of the tools being added to your Eclipse environment here is less than 3M.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Restart Eclipse. The tools are now installed - we can use these to now install the WAS server runtime itself for use testing and debugging applications. This is going to download and install a whole WAS Liberty  profile server. Sounds scary? It isn't - the whole runtime is just  another 25M and there's no additional installation program required. &lt;/li&gt;&lt;li class="li step stepexpand"&gt;In the Eclipse &lt;span class="ph cmd"&gt;workbench, open the &lt;span class="ph uicontrol"&gt;Servers&lt;/span&gt; view. Right-click the &lt;i&gt;&lt;span class="ph uicontrol"&gt;Servers&lt;/span&gt;&lt;/i&gt; view and select &lt;i&gt;&lt;span class="ph menucascade"&gt;&lt;span class="ph uicontrol"&gt;New&lt;/span&gt; &amp;gt; &lt;span class="ph uicontrol"&gt;Server&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;. Under the &lt;i&gt;server type&lt;/i&gt; list, expand &lt;i&gt;&lt;span class="ph uicontrol"&gt;IBM&lt;/span&gt;&lt;/i&gt; then select the &lt;i&gt;&lt;span class="ph uicontrol"&gt;WebSphere Application Server v8.5 Alpha Liberty Profile&lt;/span&gt;&lt;/i&gt; server type. Click Next. &lt;/span&gt;&lt;span class="ph cmd"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="li substep substepexpand"&gt;The &lt;i&gt;WebSphere Runtime Environment&lt;/i&gt; page is displayed. &lt;span class="ph cmd"&gt;In the &lt;i&gt;&lt;span class="ph uicontrol"&gt;Installation folder&lt;/span&gt;&lt;/i&gt; section, click &lt;i&gt;&lt;span class="ph uicontrol"&gt;download and install&lt;/span&gt;&lt;/i&gt;. &lt;/span&gt;Choose &lt;span class="ph"&gt;the &lt;span class="ph uicontrol"&gt;&lt;i&gt;WebSphere Application Server V8.5 Alpha&lt;/i&gt; site&lt;/span&gt; and enter your IBM ID and password and click Next. Accept the license terms for the runtime. (You'll have already mentioned this to the same lawyer you talked to about the tools license). Click Next.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="li substep substepexpand"&gt;&lt;span class="ph cmd"&gt;In the &lt;span class="keyword wintitle"&gt;Download and Install&lt;/span&gt; page, specify the installation target folder for the WAS runtime to be installed to. (Just 25M, remember).&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="li substep substepexpand"&gt;&lt;span class="ph cmd"&gt;Click &lt;span class="ph uicontrol"&gt;Next&lt;/span&gt;.&lt;/span&gt; WAS is now installed. (Note that, if you just want to install the WAS Liberty profile runtime independently of the tools for test and debug puposes, then you can skip all the steps above and simply download the WAS Liberty Profile runtime directly from the WASdev downloads page and unzip it). &lt;/li&gt;&lt;li class="li substep substepexpand"&gt;There's a pre-configured &lt;i&gt;defaultServer &lt;/i&gt;instance but lets go all the way and create our own server instance using the &lt;i&gt;New&lt;/i&gt; button. Call it whatever you like e.g. &lt;i&gt;firstserver&lt;/i&gt;. Click &lt;i&gt;Finish&lt;/i&gt;. You now have a WAS server instance to which you can install and test web applications. On your filesystem, there will be a &lt;span style="font-family: Courier New;"&gt;firstserver &lt;/span&gt;directory structure in the &lt;span style="font-family: Courier New;"&gt;usr/servers&lt;/span&gt; directory of your new WAS install. &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Now we need to deploy a web app to this server and run it. You can download this simple &lt;a href="http://sites.google.com/site/drirobinson/StopWatch.war"&gt;StopWatch WAR file&lt;/a&gt; and import it into Eclipse.&lt;/li&gt;&lt;li&gt;In Eclipse: &lt;i&gt;File &amp;gt; Import WAR file&lt;/i&gt;. Click Next. Enter the location of the WAR file on your filesystem and make sure the Target runtime is set to &lt;i&gt;WebSphere Application Server V8.5 Alpha Liberty Profile&lt;/i&gt;. Click &lt;i&gt;Finish&lt;/i&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;In the Project Explorer, right click on the new &lt;i&gt;StopWatch &lt;/i&gt;project and choose &lt;i&gt;Run As &amp;gt; Run on Server&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;WebSphere Application Server V8.5 Alpha Liberty Profile &lt;/i&gt;should already be highlighted. Click &lt;i&gt;Finsh&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Stop the Clock!&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;If you're looking for the fastest, cheapest and easiest way to develop web apps for WAS then this is it.&lt;br /&gt;&lt;br /&gt;I've been busy spreading the message about Liberty since we started the WAS V8.5 Alpha - you can take a look at my slides from the WebSphere Technical Conference in Berlin, where we launched the Alpha:&lt;br /&gt;&lt;br /&gt;&lt;div id="__ss_9713967" style="width: 425px;"&gt;&lt;b style="display: block; margin: 12px 0pt 4px;"&gt;&lt;a href="http://www.slideshare.net/irobins/was-liberty" title="Was liberty"&gt;WAS Liberty Profile&lt;/a&gt;&lt;/b&gt;&lt;object height="355" id="__sse9713967" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wasliberty-111015115112-phpapp01&amp;stripped_title=was-liberty&amp;userName=irobins" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed name="__sse9713967" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wasliberty-111015115112-phpapp01&amp;stripped_title=was-liberty&amp;userName=irobins" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;&lt;a href="http://www.slideshare.net/irobins"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.slideshare.net/irobins"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;And if you happen to be in Mumbai on Oct 19 or 20, come and hear me talk about Liberty at the &lt;a href="http://www-07.ibm.com/events/in/softwareuniverse/index.html" target="_blank"&gt;IBM Software Universe&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-3079976867580267152?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/3079976867580267152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=3079976867580267152' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3079976867580267152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3079976867580267152'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2011/10/websphere-liberty-profile_15.html' title='WAS V8.5 Alpha and the WebSphere Liberty Profile'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-1355990567035078673</id><published>2011-06-18T12:28:00.003+01:00</published><updated>2011-06-18T16:30:29.536+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSGi'/><title type='text'>God Dad, You're Soooo Embarrassing</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;...the words every proud parent longs to hear, to know they've succeeded in keeping their offspring alive long enough for them to become a teenager. I heard this as I walked through the door yesterday and was doubly pleased when I found out why. The video I made a little while ago to kick off the new Enterprise OSGi &lt;a href="http://www.youtube.com/user/EnterpriseOSGi"&gt;YouTube channel&lt;/a&gt; has successfully attracted enough attention for my daughter to be teased at school, once again proving the value and reach of social media. Result. &lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="349" src="http://www.youtube.com/embed/J2wqOY603-Q" width="425"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-1355990567035078673?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/1355990567035078673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=1355990567035078673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/1355990567035078673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/1355990567035078673'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2011/06/god-dad-you-soooo-embarrassing.html' title='God Dad, You&amp;#39;re Soooo Embarrassing'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/J2wqOY603-Q/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-7336700468795758035</id><published>2010-05-28T13:22:00.001+01:00</published><updated>2010-05-28T13:22:13.368+01:00</updated><title type='text'>OSGi and SCA come together in the WebSphere OSGi Application Feature Pack</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;b&gt;28 May 2010: &lt;/b&gt;The &lt;a href='http://www-01.ibm.com/software/webservers/appserv/was/featurepacks/osgi/index.html'&gt;WebSphere V7 OSGi Application and JPA 2.0 feature pack&lt;/a&gt; is now generally available (and free!) and supported for production use. This is something we're pretty excited about in the WebSphere team as it offers some truly powerful techniques to simplify the development, management and maintenence of complex enterprise applications. I described some of the primary use cases for enterprise OSGi applications in a previous post about the early program we've been running since the end of 2009. Some significant additional capabilities have been added since then.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;The first one I'd like to talk about is SCA.&lt;/b&gt; If you install both the &lt;a href='http://www-01.ibm.com/software/webservers/appserv/was/featurepacks/osgi/index.html'&gt;OSGi Application feature pack&lt;/a&gt; and &lt;a href='http://www-01.ibm.com/software/webservers/appserv/was/featurepacks/sca/'&gt;SCA feature pack&lt;/a&gt; then you'll find not only do you have the ability to assemble SCA composites and OSGi applications but you can also include OSGi applications as components in SCA composites - the combination of these two feature packs is greater than the sum of the parts. So what does it mean to use SCA with OSGi? The two technologies are used for quite different purposes but are extremely complimentary.&lt;br/&gt;&lt;br/&gt;OSGi provides a means to break down your enterprise application into (i) modules (bundles) that are specific to the applicaton and (ii) bundles that are common across applications. The latter can be separated out from the application archive and placed in a common OSGi bundle repository that WebSphere is configured to use during application deployment. Immediate benefits include smaller applications, a standard mechanism for using shared libraries in enterprise applications and a smaller memory footprint when two or more enterprise applications share common libraries. And you haven't needed to write any new or different Java code to take advantage of this. Another feature OSGi brings is a standard extensibility model - through &lt;i&gt;OSGi services&lt;/i&gt;. You can design your application to take advantage of OSGi's rich and dynamic service-based model to consume services from the OSGi service registry. Service interfaces then become extension points that you can design into your application and extend it in the future via service provider implementations introduced through separate bundles with no change to the original application code. OSGi defines Java APIs for registering and discovery OSGi services but a declarative approach to use OSGi services is much simpler. This is where the &lt;i&gt;OSGi Blueprint container&lt;/i&gt; comes in - the Blueprint container (which is added to the WebSphere runtime when the feature pack is installed) manages the lifecycle and dependency injection of POJO bean components and is configured through an  application-level XML bean definition file which is a standards-based evolution of the Spring bean definition XML. Blueprint provides a fine-grained bean assembly model for OSGi applications and simple declarative means to publish a service provided by a POJO bean component. For example, the following bean definition snippet defines a &lt;i&gt;bloggingServiceComponent&lt;/i&gt; bean, implemented by the BloggingServiceImpl class for which a &lt;font face='monospace'&gt;BloggingService&lt;/font&gt; service is registered to the OSGi service registry.&lt;br/&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;blueprint&amp;gt;&lt;br /&gt;  &amp;lt;bean id="bloggingServiceComponent" class="com.ibm.ws.eba.example.blog.BloggingServiceImpl"&amp;gt;&lt;br /&gt;    &amp;lt;property name="blogEntryManager" ref="blogEntryManager"/&amp;gt;&lt;br /&gt;    &amp;lt;property name="blogAuthorManager" ref="blogAuthorManager"/&amp;gt;&lt;br /&gt;    &amp;lt;property name="blogCommentManager" ref="blogCommentManager"/&amp;gt;&lt;br /&gt;  &amp;lt;/bean&amp;gt;&lt;br /&gt;  &amp;lt;service ref="bloggingServiceComponent" interface="com.ibm.ws.eba.example.blog.api.BloggingService"/&amp;gt;&lt;br /&gt;&amp;lt;/blueprint&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br/&gt;&lt;br/&gt;So now we can build a modular, extensible application assembled from POJO components described by a standardized XML bean definition file. No SCA so far - when does that become interesting?&lt;br/&gt;&lt;br/&gt;Say you wanted to remotely publish the BloggingService and make is available over an ATOM binding. Or you wanted to compose your OSGi application into a coarse-grained composite with other non-OSGi components. These two scenarios are where SCA comes in. The WebSphere OSGi and SCA feature packs support both these patterns through the introduction of a new SCA implementation type, &lt;i&gt;impl.osgiapp&lt;/i&gt;. By defining an SCA component for your OSGi application you can assemble it into an SCA composite with any other SCA implementation type - for example an EJB component (&lt;i&gt;impl.ejb&lt;/i&gt;). And by promoting the OSGi &lt;font face='monospace'&gt;&amp;lt;service&amp;gt;&lt;/font&gt; definition into an SCA component definition, the service becomes remotable with a choice of any of the standard SCA bindings to determine how the service invocation and parameters should be serialized. Thats a pretty powerful extension to raw OSGi applications and enables OSGi applications to be used as part of a SOA application deployed to WebSphere.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;And then there's the tooling. &lt;/b&gt;The second major addition to our OSGi Application support that I wanted to mention is our Eclipse-based tooling to simplify the development and deployment of OSGi Applications. Integrated into the new &lt;a href='https://www14.software.ibm.com/iwm/web/cc/earlyprograms/rational/radob/index.shtml'&gt;RAD Beta&lt;/a&gt; are new project types for OSGi Applications, graphical tools for editing OSGi Application and OSGi bundle manifests and a Blueprint XML editor for blueprint module definition files. These offer familiar &lt;i&gt;design &lt;/i&gt;and &lt;i&gt;source &lt;/i&gt;views so you can choose to edit the metadata directly or through a form-based editor. And of course there's all the content assist, validation and re-factoring productivity tools familiar in RAD. The RAD Beta also integrates a test server environment augmented with the OSGi feature pack to enable simple run-on-server testing. &lt;br/&gt;&lt;img height='246' width='456' src='http://lh5.ggpht.com/__8gySOMA6Qs/S_-yjFutiDI/AAAAAAAAA_A/v_E3o99omVc/%5BUNSET%5D.jpg?imgmax=800' style='max-width: 800px;'/&gt;&lt;br/&gt;&lt;b&gt;RAD Beta OSGi Blueprint XML Editor&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The feature pack contains a number of comprehensive samples that illustrate the primary use cases. Try it out - and if you have any questions or comments, visit the &lt;a href='http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1928'&gt;OSGi Application feature pack technical discussion forum&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-7336700468795758035?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/7336700468795758035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=7336700468795758035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7336700468795758035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7336700468795758035'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2010/05/osgi-and-sca-come-together-in-websphere.html' title='OSGi and SCA come together in the WebSphere OSGi Application Feature Pack'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/__8gySOMA6Qs/S_-yjFutiDI/AAAAAAAAA_A/v_E3o99omVc/s72-c/%5BUNSET%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-2262558378656057828</id><published>2010-03-08T14:47:00.002Z</published><updated>2010-03-08T14:51:07.730Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSGi'/><category scheme='http://www.blogger.com/atom/ns#' term='Aries'/><category scheme='http://www.blogger.com/atom/ns#' term='Blueprint'/><title type='text'>Apache Aries - An open source project for Enterprise OSGi Applications</title><content type='html'>I spoke at the recent OSGi DevCon London conference (part of JAX-London 2010) as it extended late into the evening - Oracle's Mike Keith and I were competing with the bar in the 9-10pm slot as we talked about the Apache Aries and Eclipse Gemini open source projects. For those of you who chose the bar, or who couldn't make it to the gathering in West London, here are my slides on Apache Aries. They describe the primary goals and capabilities of Apache Aries, including how to get involved.&lt;br /&gt;The 1-line summary is: Take a look at Aries if you want ready-to-use components that provide enterprise OSGi capability or if you want to join the development community to drive the technology forward.&lt;br /&gt;&lt;div id="__ss_3364208" style="width: 425px;"&gt;&lt;b style="display: block; margin: 12px 0pt 4px;"&gt;&lt;a href="http://www.slideshare.net/irobins/apache-aries-overview" title="Apache Aries   Overview"&gt;Apache Aries   Overview&lt;/a&gt;&lt;/b&gt;&lt;object height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=apachearies-overview-100308063828-phpapp01&amp;stripped_title=apache-aries-overview" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=apachearies-overview-100308063828-phpapp01&amp;stripped_title=apache-aries-overview" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;View more &lt;a href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a href="http://www.slideshare.net/irobins"&gt;irobins&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-2262558378656057828?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/2262558378656057828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=2262558378656057828' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/2262558378656057828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/2262558378656057828'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2010/03/apache-aries-open-source-project-for.html' title='Apache Aries - An open source project for Enterprise OSGi Applications'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-7934928680127119650</id><published>2009-12-27T19:08:00.001Z</published><updated>2009-12-27T19:10:29.571Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='websphere osgi aries was'/><title type='text'>WebSphere: up to its EARs in OSGi</title><content type='html'>WebSphere Appplication Server has been up to its neck in OSGi for ages, running as a collection of OSGi bundles on an Equinox framework since WAS 6.1 was released in 2006; now, with the &lt;a href="https://www14.software.ibm.com/iwm/web/cc/earlyprograms/websphere/iwsasosgia/"&gt;WAS V7 OSGi Application Alpha&lt;/a&gt;, its up to its EARs as well enabling enterprise web applications to be optionally developed, assembled, deployed and managed as a collection of versioned OSGi bundles. The Alpha is an early program to showcase and get feedback on WAS enablement of OSGi exploitation by applications.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;OSGi Application support in WAS is complementary to the Java EE programming model and aims to enable the use of familiar Java EE technologies - for building web UI components, accessing resources, using container managed transactions and security - as well as familar WebSphere adminstrative tasks for application deployment and management. OSGi Applications are assembed from a collection of modules and optional metadata into an archive and deployed to WAS in a similar manner to Java EE applications. There are several differences to standard Java EE assembly and deployment though. First of all, while the ".eba" archive (enterprise bundle archive) may &lt;i&gt;contain &lt;/i&gt;all the application's modules and dependencies within it, as a Java EE EAR typically does, it may also refer (through application-metadata) to some or all of the application content as explicit dependencies and omit those from the archive. Of course, these have to be provisioned from somewhere, which is where the WAS configured OSGi bundle repository comes in. Application modules and common libraries that need to be shared between applications can be installed (through WAS admin) into one of the configured OSGi bundle repositories and these repositories are used by WAS admin during application deployment to ensure that all an application's dependencies are resolved. For example, one of the Alpha samples uses a JSON library that can be installed into the integrated WAS bundle repository and shared between the sample application and other applications - the WAS Admin view on the bundle repository is shown below:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/__8gySOMA6Qs/SzejuzObflI/AAAAAAAAADQ/cect3xKolTA/s1600-h/was_repo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/__8gySOMA6Qs/SzejuzObflI/AAAAAAAAADQ/cect3xKolTA/s400/was_repo.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WAS can be configured to use existing repositories instead of or as well as the integrated internal repository. At the application level, it is not necessary in the application metadata to describe a transitively closed set of dependencies - WAS works this out during deployment and produces deployment metadata that describes precisely which modules the application consists of. If deployment metadata already exists then it can be used during application deployment&amp;nbsp; - this is useful if an application has been tested in a QA deployment and is ready to be rolled out to a production system - you now want the application you tested to be deployed rather than a newly resolved version of it.&lt;br /&gt;&lt;br /&gt;If you have many applications using common libraries then having a single copy of those modules shared between applications is better then deploying a copy of the common library in each EAR. Having the dependencies resolved at deployment time ensures that applications cannot be started unless all their dependencies are present, eliminating hard-to-debug ClassNotFoundExceptions that can occur in more loosely-managed shared-library installations. Since OSGi modules are versioned, different applications can easily move to new versions of a common library at their own pace, independent of other applications. And horrible second-order dependency clashes are avoided by module-versioning so that if an application has two libraries, &lt;i&gt;A&lt;/i&gt; and &lt;i&gt;B&lt;/i&gt;, which need both a third library &lt;i&gt;C&lt;/i&gt; - but at different versions - then the application will deploy successfully with both versions of &lt;i&gt;C&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;Once the application is installed, it is ready to be started just like any other WebSphere applications. Starting the application is what causes the bundles to be "installed" in the application-level OSGi framework (and started). This is "install" in the OSGi lifecycle sense - the applications have already been installed in the WebSphere sense to the target WAS servers.&lt;br /&gt;&lt;br /&gt;An installed OSGi application can be managed at the bundle level - if later versions of bundles are added to the configured OSGi bundle repository after the application has been installed these will not affect the applicaiton but will be available in the WAS Admin console if the application is to be updated to such later levels.&lt;br /&gt;&lt;br /&gt;By way of illustration, the WAS Alpha sample mentioned above delivers 3 bundles, one of which is a web application which has a dependency on a common JSON library. From a management perspective, the application consistents of the set of four libraries, one of which is denoted as being &lt;i&gt;shared&lt;/i&gt;. If a later version of the JSON library were to be be deployed to the configured bundle repository then it would show up in the drop-down list of available versions in the view shown below. Selecting that version would cause a re-resolve of the application which, if successful, would offer the administrator the opportunity to save the configuration and update the application.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/__8gySOMA6Qs/Szehzbfd1qI/AAAAAAAAADI/_na8kWkrW6U/s1600-h/update_asset.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/__8gySOMA6Qs/Szehzbfd1qI/AAAAAAAAADI/_na8kWkrW6U/s400/update_asset.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I've mentioned &lt;i&gt;web applications&lt;/i&gt; a few times. The migration step to convert an existing Java EE enterprise web application, consisting of one of more web archives (WARs), into an OSGi application involves renaming the archive from .ear to .eba prior to deploying to WAS. For most web apps its as simple as that. WAS introspects any WARs within a &lt;i&gt;.eba&lt;/i&gt; archive and generates the OSGi metadata required to convert this to a web application bundle.&lt;br /&gt;&lt;br /&gt;One final note - one of the innovative technologies included in the WAS V7 OSGi Application Alpha is an integrated OSGi Blueprint container. This is a dependency injection container whose heritage is derived from the Spring framework; it enables business logic to be built from simple POJO components whose lifecycle and dependencies - including references to other components and to resources such as JDBC and JMS providers -&amp;nbsp; are described in an XML "blueprint" and managed by the Blueprint container.This and other features of the WebSphere OSGi Application support are being developed as open source components of the &lt;a href="http://incubator.apache.org/aries/"&gt;Apache Aries&lt;/a&gt; project and integrated into WAS.&lt;br /&gt;&lt;br /&gt;Thats all for now - do take a look at the Alpha and let us know what you think.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-7934928680127119650?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/7934928680127119650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=7934928680127119650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7934928680127119650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7934928680127119650'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2009/12/websphere-up-to-its-ears-in-osgi.html' title='WebSphere: up to its EARs in OSGi'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/__8gySOMA6Qs/SzejuzObflI/AAAAAAAAADQ/cect3xKolTA/s72-c/was_repo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-3107505949747323076</id><published>2009-09-25T18:35:00.001+01:00</published><updated>2009-09-25T18:36:46.241+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSGi'/><category scheme='http://www.blogger.com/atom/ns#' term='EEG'/><category scheme='http://www.blogger.com/atom/ns#' term='Aries'/><category scheme='http://www.blogger.com/atom/ns#' term='Blueprint'/><title type='text'>OSGi 4.2 Published</title><content type='html'>My &lt;a href="http://ianrobinson.blogspot.com/2009/09/osgi-in-enterprise-apache-aries.html"&gt;previous post&lt;/a&gt; mentioned early drafts of the OSGi 4.2 specifications which define part of the enterprise OSGi programming model that the new &lt;a href="http://wiki.apache.org/incubator/AriesProposal"&gt;Apache Aries&lt;/a&gt; project is implementing. Since then the &lt;a href="http://www.businesswire.com/portal/site/home/permalink/?ndmViewId=news_view&amp;amp;newsId=20090924005346&amp;amp;newsLang=en"&gt;OSGi Service Platform V4.2&lt;/a&gt; have been finalized and published by the OSGi Alliance. The platform is defined in two specifications - the "core" and "compendium" specifications. The latter includes the new Blueprint container specification mentioned in the previous post, an important part of the enterprise OSGi programming model we're implementing in Aries.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-3107505949747323076?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/3107505949747323076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=3107505949747323076' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3107505949747323076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3107505949747323076'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2009/09/osgi-42-published.html' title='OSGi 4.2 Published'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-7808765689536669213</id><published>2009-09-08T17:53:00.002+01:00</published><updated>2009-09-08T20:16:49.617+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSGi'/><category scheme='http://www.blogger.com/atom/ns#' term='Aries'/><category scheme='http://www.blogger.com/atom/ns#' term='Blueprint'/><title type='text'>OSGi in the Enterprise – the Apache Aries incubator</title><content type='html'>There have been an increasing numbers of discussions recently - &lt;a href="http://www.theserverside.com/news/thread.tss?track=NL-461&amp;amp;ad=719104&amp;amp;thread_id=55359"&gt;these&lt;/a&gt; &lt;a href="http://www.theserverside.com/news/thread.tss?track=NL-461&amp;amp;ad=720006&amp;amp;thread_id=57009&amp;amp;asrc=EM_NLN_8983549&amp;amp;uid=9108318"&gt;two &lt;/a&gt;on TheServerSide are pretty representative - over the role of OSGi technology in enterprise Java applications. On the one hand it can be an asset in enabling a more modular approach to building enterprise applications: not only is a significant amount of enterprise Java &lt;i&gt;middleware &lt;/i&gt;built on OSGi for this reason but so are some significant &lt;i&gt;applications&lt;/i&gt; such as &lt;a href="http://blog.linkedin.com/2008/06/10/osgi-at-linkedin/"&gt;LinkedIn &lt;/a&gt;and the &lt;a href="http://jazz.net/blog/index.php/2008/02/15/a-brief-history-of-the-jazz-server-interface-our-journey-from-a-j2ee-server-towards-a-restful-server/"&gt;Jazz Team Server&lt;/a&gt;. On the other hand is the question of just how OSGi features in the programming model for enterprise applications. What is the web component model? The persistence model? How does the vast landscape of existing Java EE components begin to take some advantage from OSGi? &lt;br /&gt;&lt;br /&gt;These are the questions the OSGi Alliance Enterprise Expert Group (&lt;a href="http://www.osgi.org/EEG/HomePage"&gt;EEG&lt;/a&gt;) are addressing through a set of specifications related to how existing, familiar Java EE technologies are exploited in an OSGi environment. For example, the EEG's Web Application specification (RFC 66) describes how an OSGi web container manages the lifecycle of application components written to the Servlet and JSP specifications and how existing WAR files are transformed to a web application bundle whose web components are then managed by that container. Other EEG specifications follow a similar pattern, describing how JPA, JTA, JNDI and other technologies in common use in Java EE applications should be catered for in an OSGi environment. And the Spring framework is relevant here too as the inspiration for the OSGi Blueprint container specification. This defines a standard dependency injection container including the application configuration XML (the application "blueprint") used by the container to manage, wire and configure simple Java components and optionally publish/consume these as services in the OSGi service registry. A public draft roll-up of these specifications was &lt;a href="http://www.osgi.org/download/osgi-4.2-early-draft3.pdf"&gt;published &lt;/a&gt;earlier this year by the OSGi Alliance, ahead of finalization.&lt;br /&gt;&lt;br /&gt;The broad adoption of OSGi as part of the enterprise Java application programming model depends not only on the EEG specifications - to encourage consistency of behaviour across enterprise OSGi platforms, to ensure application portability and avoid vendor lock-in - but also on their widespread implementation. This is the primary motivation of the &lt;a href="http://wiki.apache.org/incubator/AriesProposal"&gt;Aries incubator&lt;/a&gt;, which aims to deliver implementation of the EEG specifications that are part of the enterprise OSGi programming model. Aries sets out to provide enterprise OSGi componentry that can be integrated into application or integration server runtimes - such as Geronimo and ServiceMix - without being tied to any one of these. Some of the work - for example the Blueprint container implementation - actually started inside Geronimo but, as it evolved, it seemed better to move it into a new incubator to help develop a community with a focus on enterprise OSGi that was independent of any specific target runtime.&lt;br /&gt;&lt;br /&gt;Want to help develop Aries? Have a look at the &lt;a href="http://wiki.apache.org/incubator/AriesProposal"&gt;proposal &lt;/a&gt;and &lt;a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200909.mbox/%3Cadbf02b10909010738k57798cdbk7c4e5d5e4d22f0be@mail.gmail.com%3E"&gt;discussion &lt;/a&gt;and get involved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-7808765689536669213?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/7808765689536669213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=7808765689536669213' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7808765689536669213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7808765689536669213'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2009/09/osgi-in-enterprise-apache-aries.html' title='OSGi in the Enterprise – the Apache Aries incubator'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-281364488519876367</id><published>2008-05-06T23:34:00.000+01:00</published><updated>2008-12-10T10:14:26.580Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='websphere'/><category scheme='http://www.blogger.com/atom/ns#' term='OSGi'/><category scheme='http://www.blogger.com/atom/ns#' term='WAS'/><category scheme='http://www.blogger.com/atom/ns#' term='SpringSource'/><category scheme='http://www.blogger.com/atom/ns#' term='Spring'/><category scheme='http://www.blogger.com/atom/ns#' term='S2AP'/><title type='text'>Spring and WebSphere – fish and chips, or fish on a bike?</title><content type='html'>&lt;span style="font-size:85%;"&gt;The announcement by SpringSource last week of a Spring-OSGi based application server – the &lt;a href="http://www.springsource.com/web/guest/products/suite/applicationplatform"&gt;SpringSource Application Platform&lt;/a&gt; – has generated quite a storm of discussion in the blogosphere from fans and detractors alike. Is all the excitement merited? And what impact, if any, does it have on WebSphere's support for Spring applications?&lt;br /&gt;&lt;br /&gt;I think its merited - that's why I'm writing about it. The Spring framework has done a lot to shake up the Java Enterprise world by popularising the dependency injection (DI) pattern both as a way to wire application components together and as a way to provide the enterprise services those applications need. This was a “good thing”, as was the adoption by EJB3/JPA and JAX-WS Web Services of DI-based POJO programming models, enabling POJO-based business logic to be developed and more easily tested outside a JEE environment thus accelerating and simplifying the development experience. Enterprise qualities of service, such as security and transactions, get applied by the JEE container without requiring changes to the application when the application is deployed into the JEE container. The Spring framework goes further with this than Java EE because the Spring framework is itself a “lightweight container” that is bundled with the application regardless of whether the application runs in a Java SE or Java EE environment. The lightweight container that is a part of the Spring framework &lt;code&gt;spring.jar&lt;/code&gt; abstracts away some of the differences between an underlying Java EE runtime &lt;span style="font-style: italic;"&gt;vs&lt;/span&gt; an underlying Java SE runtime. For example, the Spring framework transaction support provides a common local transaction demarcation model regardless of whether the underlying runtime is SE or EE. Actual transactional work within the demarcation scope is delegated to the underlying resource managers wired into the application – for example JDBC or JMS providers.&lt;br /&gt;&lt;br /&gt;A common misunderstanding I see from people coming into contact with the Spring framework for the first time is that the Spring framework itself provides many of the enterprise qualities of service available in a Java EE container. Again, Spring support for transactions is a good illustrative example. The Spring framework reference documentation, for example, says “One of the most compelling reasons to use the Spring Framework is the comprehensive transaction support.” In my opinion, comprehensive transaction support is one of the most compelling reasons to use a JEE AppServer which actually &lt;i&gt;provides&lt;/i&gt; a recoverable 2PC transaction manager. The Spring framework does not – it simply delegates to whatever is already there. In a Java SE environment, this means the resource (JDBC, JMS etc) provider; in a Java EE environment this means the JEE AppServer’s JTA transaction manager.&lt;br /&gt;&lt;br /&gt;The core Spring framework has done a good job of integrating with various underlying Java EE providers. Its complimentary nature and popular adoption by Java developers have led &lt;a href="http://www-128.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html"&gt;WebSphere&lt;/a&gt; and all of the major JEE vendors to demonstrate integration with and exploitation by the Spring framework. People &lt;i&gt;like&lt;/i&gt; the Spring framework because it provides a nice, simple composition and deployment model and gives them portability between Java SE and EE runtimes. &lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__8gySOMA6Qs/SCGARH1ggvI/AAAAAAAAABg/fIihxAobgq0/s1600-h/SpringApp.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/__8gySOMA6Qs/SCGARH1ggvI/AAAAAAAAABg/fIihxAobgq0/s320/SpringApp.jpg" alt="" id="BLOGGER_PHOTO_ID_5197576476611871474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;This portability is different from portability of JEE applications between JEE vendors. Portability across Java EE vendors is at the level of Java EE APIs (EJB, JMS, JTA etc) standardized through the Java Community Process. The Spring framework libraries define their own Java programming interfaces; these interfaces are not part of any standard but applications that use them are portable between Java SE and EE runtimes because the Spring framework libraries are packaged as part of the application rather than as part of the underlying runtime platform. This Spring "lightweight container" isolates the application from the differences between SE and EE runtimes. In an EE runtime, the lightweight container delegates to the EE container to engage the EE qualities of service.&lt;br /&gt;&lt;br /&gt;While there clearly is synergy between JEE providers and the core Spring framework, it remains to be seen how the new SpringSource Application Platform will change the dynamics of the relationship between SpringSource and the other JEE vendors. I say “other” because SpringSource now, for the first time, &lt;i&gt;is&lt;/i&gt; going to be positioned as a JEE vendor. This may not be SpringSource’s primary intention but it is inevitable given comments like “It is highly likely that the SpringSource Application server will become Java EE 6 Compliant in some form” from SpringSource’s Rod Johnson on &lt;a href="http://www.infoq.com/news/2008/04/springsource-app-platform"&gt;InfoQ&lt;/a&gt;. But JEE is not the SpringSource end game here – OSGi is. There has been a great deal of interest expressed over the last year in combining OSGi’s modularity with Spring’s application configuration model, which is what the &lt;a href="http://www.springframework.org/osgi"&gt;Spring Dynamic Modules&lt;/a&gt; project offers – under an Apache open source license. The next logical step is the dynamically provisioned application server platform that hosts Spring-OSGi applications as the deployable unit, a step SpringSource have taken with their new SpringSource Application Platform offering. But there remains a “roll-your-own” approach towards familiar JEE enterprise services such as messaging, persistence and transaction support – these are services that need to be plugged in, they are not provided by "S2AP" itself. Perhaps that will change over time and S2AP will evolve its own positioning into a complete enterprise Java application server.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__8gySOMA6Qs/SCFn8mTBNUI/AAAAAAAAABQ/vj-CvZzgz6E/s1600-h/fish_and_chips.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 199px; height: 150px;" src="http://3.bp.blogspot.com/__8gySOMA6Qs/SCFn8mTBNUI/AAAAAAAAABQ/vj-CvZzgz6E/s320/fish_and_chips.jpg" alt="" id="BLOGGER_PHOTO_ID_5197549735732393282" border="0" /&gt;&lt;/a&gt;D&lt;span style="font-size:85%;"&gt;oes any of this affect WebSphere? Well, nothing has changed in the core  Spring framework. Regardless of what the future holds for the SpringSource Application Platform, the core Spring framework project remains complimentary to WebSphere. Like fish and chips.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-281364488519876367?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/281364488519876367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=281364488519876367' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/281364488519876367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/281364488519876367'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2008/05/spring-and-websphere-fish-and-chips-or.html' title='Spring and WebSphere – fish and chips, or fish on a bike?'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/__8gySOMA6Qs/SCGARH1ggvI/AAAAAAAAABg/fIihxAobgq0/s72-c/SpringApp.jpg' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-4546781269147036990</id><published>2007-08-20T09:55:00.000+01:00</published><updated>2007-08-20T12:32:05.109+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-atomictransaction'/><category scheme='http://www.blogger.com/atom/ns#' term='websphere'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-transaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-tx'/><category scheme='http://www.blogger.com/atom/ns#' term='WAS'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-businessactivity'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-ba'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-at'/><title type='text'>Is WS-Transaction useable in the real world today?</title><content type='html'>&lt;span style="font-size:85%;"&gt;The WS-Transaction specifications can be used by a Web service to include the processing of the service in a distributed transaction. But Web services themselves are often simply a means to integrate existing applications into new composites and/or a means to expose those applications to new types of clients/channels. So,  in a bottom-up design where new Web services that can exploit WS-Transaction capabilities are wrappering existing back-end applications,  do the back-end applications have to have been designed to be used with transactions?&lt;br /&gt;&lt;br /&gt;The answer is: &lt;span style="font-style: italic;"&gt;it depends&lt;/span&gt;...&lt;br /&gt;&lt;br /&gt;The back-end applications might provide a core business service that has been doing its job well for many years and runs in an environment that ensures the transactional integrity of any data updates performed by the application, such as a CICS program. Or the back-end application might be a database stored procedure, or a purchase order workflow or anything else.&lt;br /&gt;&lt;br /&gt;Most of them will have been around for longer than the WS-Transaction specifications but equally most of them can be exposed through Web services that exploit WS-Transaction capability.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;WS-AT is typically useful only when the back-end application runs in an environment that supports some form of distributed 2PC, although the precise manner of the 2PC really doesn't matter since the WS-AT provider can adapt the AT protocol messages to the desired domain-specific transaction protocols. So, for example, WebSphere Application Server represents a received WS-AT context as a JTA transaction within the AppServer process and hence subordinates any XA resource managers (including XATransaction JCA resource adapters) and downstream OTS resources (and on zOS, any RRS unit of recovery) to the received WS-AT context. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;WS-BA is typically useful when any work performed by the back-end application can be undone/reversed through a compensation handler that drives another back-end application (or by the same back-end application with a different set of data). The compensation handler logic itself is application logic but the determination of when/if such a compensation handler should be driven and the recoverable recording of data to be used by the compensation handler is what the WS-BA infrastructure must provide.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:85%;"&gt;WAS provides robust runtime support and application assembly for Web services to exploit WS-AT or WS-BA which can be used in highly available configurations as well as mediated/proxied  toplogies.&lt;span style="font-style: italic;"&gt; &lt;/span&gt;The development tasks associated with supporting WS-AT and WS-BA in WAS are focussed on application assembly and configuration rather than  Java programming, the only coding requirement being the &lt;/span&gt;&lt;span style="font-size:85%;"&gt;CompensationHandler class (a plain old Java object) in the case of WS-BA.&lt;br /&gt;&lt;br /&gt;There's plenty of information in the WAS 6.0 and 6.1 InfoCenters on how to use this feature of WAS and samples that can be downloaded from developerWorks. As a general guide through all that information, I posted an article on &lt;a href="http://webspherecommunity.blogspot.com/2007/05/web-service-transaction-support-in-was_29.html"&gt;Web Service Transaction support in WAS&lt;/a&gt; on the WebSphere Community Blog. There's also a good article on &lt;a href="http://www.ibm.com/developerworks/websphere/library/techarticles/0707_lo/0707_lo.html"&gt;Building transactional Web services with WebSphere Application Server and Microsoft .NET using WS-AtomicTransaction&lt;/a&gt; that describes how to configures both systems for WS-AT interoperability.&lt;br /&gt;&lt;br /&gt;Going back to the title of this article, I believe the answer is a resounding &lt;span style="font-style: italic;"&gt;Yes &lt;/span&gt;and there are numerous commercial runtimes - including IBM's WebSphere Application Server and CICS - that have tried and tested production-ready support available today.&lt;br /&gt;&lt;br /&gt;Feel free to comment on any gaps in the information that could be usefully filled.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-4546781269147036990?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/4546781269147036990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=4546781269147036990' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4546781269147036990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4546781269147036990'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/08/is-ws-transaction-useable-in-real-world.html' title='Is WS-Transaction useable in the real world today?'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-4987161108411074432</id><published>2007-05-09T09:24:00.000+01:00</published><updated>2007-08-30T15:08:44.059+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-atomictransaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-transaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-tx'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-coordination'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-businessactivity'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-ba'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-at'/><title type='text'>Web Services Transaction 1.1 OASIS Standard published</title><content type='html'>&lt;span style="font-size:85%;"&gt;OASIS, the international standards consortium, &lt;a href="http://www.oasis-open.org/news/oasis-news-2007-05-08.php"&gt;announced&lt;/a&gt; on 8 May 2007 that its members have approved Web Services Transaction (WS-Transaction) version 1.1 as an OASIS Standard, a status that signifies the highest level of ratification.&lt;br /&gt;&lt;br /&gt;The final open standard versions of the WS-Transaction 1.1 are now available at the locations referenced in my &lt;a href="http://ianrobinson.blogspot.com/2007/04/ws-transaction-11-has-been-committed.html"&gt;earlier post&lt;/a&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-4987161108411074432?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/4987161108411074432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=4987161108411074432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4987161108411074432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4987161108411074432'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/05/web-services-transaction-11-oasis.html' title='Web Services Transaction 1.1 OASIS Standard published'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-6206481456357513741</id><published>2007-04-20T11:10:00.001+01:00</published><updated>2007-04-20T11:14:35.308+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='segosphere websphere'/><title type='text'>Which J2EE platform does Ségolène Royal use?</title><content type='html'>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt; &lt;a href="http://www.flickr.com/photos/francois_lafite/395974884/" title="photo sharing"&gt;&lt;img src="http://farm1.static.flickr.com/138/395974884_a962264e35_m.jpg" alt="" style="border: 2px solid rgb(0, 0, 0);" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="margin-top: 0px;font-size:0;" &gt;  &lt;a href="http://www.flickr.com/photos/francois_lafite/395974884/"&gt;Ségolène Royal&lt;/a&gt; &lt;br /&gt; Originally uploaded by &lt;a href="http://www.flickr.com/people/francois_lafite/"&gt;Fr@nçois&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-6206481456357513741?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/6206481456357513741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=6206481456357513741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/6206481456357513741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/6206481456357513741'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/04/which-j2ee-platform-does-sgolne-royal.html' title='Which J2EE platform does Ségolène Royal use?'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm1.static.flickr.com/138/395974884_a962264e35_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-4934666881211985675</id><published>2007-04-17T21:26:00.001+01:00</published><updated>2007-04-17T22:38:28.297+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-atomictransaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-transaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-tx'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-coordination'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-businessactivity'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-ba'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-at'/><title type='text'>WS-Transaction 1.1 has been committed</title><content type='html'>&lt;p&gt;&lt;span style="font-size:85%;"&gt;The WS-Tx TC - which IONA's Eric Newcomer and I chair - has &lt;a href="http://www.oasis-open.org/archives/ws-tx/200704/msg00017.html"&gt;now delivered&lt;/a&gt; the WS-Transaction 1.1 OASIS Standard which comprises the following specifications:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"&gt;WS-Coordination 1.1&lt;/a&gt; - which describes a common framework for Web services transaction models,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://docs.oasis-open.org/ws-tx/wsat/2006/06"&gt;WS-AtomicTransaction 1.1&lt;/a&gt; - which uses WS-Coordination and describes a Web services protocol for atomic, 2PC transactions,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://docs.oasis-open.org/ws-tx/wsba/2006/06"&gt;WS-BusinessActivity 1.1&lt;/a&gt; - which uses WS-Coordination and describes a Web services protocol for compensating  transactions.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;The TC held its first meeting in November 2005 and took, as input, drafts of these three specs that were contributed by members of the TC including IBM, Microsoft, IONA, Hitachi and BEA. During the course of the TC a number of the companies involved in the TC (IBM, Microsoft and JBoss/RedHat) developed  implementations of the specifications to test the completeness of the specification by driving a number of pre-agreed &lt;a href="http://www.oasis-open.org/committees/download.php/19725/wstx-wsat-1.1-interop_scenarios-wd-08.pdf"&gt;AT&lt;/a&gt; and &lt;a href="http://www.oasis-open.org/committees/download.php/21044/wstx-wsba-1.1-interop_scenarios-wd-10.doc"&gt;BA interop scenarios&lt;/a&gt;. We did this remotely using internet endpoints and it successfully validated all the parts of the specs covered by the scenarios. You can view the &lt;a href="http://www.soaphub.org/interop/status/WSTXInteropStatus"&gt;results for AT&lt;/a&gt; and &lt;a href="http://www.soaphub.org/interop/status/WSTXBAInteropStatus"&gt;BA&lt;/a&gt; scenarios.&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Follow-on work&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;The TC will continue in &lt;em&gt;maintenance mode&lt;/em&gt; to work on any maintenance issues brought to our attention and to produce a new version of the specifications with an updated references to &lt;a href="http://www.w3.org/TR/ws-policy"&gt;WS-Policy 1.5&lt;/a&gt; once the W3C has published a &lt;a href="http://www.w3.org/2005/10/Process-20051014/tr.html#q74"&gt;W3C Recommendation&lt;/a&gt; for WS-Policy 1.5 &lt;a href="http://www.w3.org/2002/ws/policy/#schedule"&gt;anticipated&lt;/a&gt; in August 2007.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-size:78%;"&gt;Tags: &lt;a rel="tag" href="http://technorati.com/tag/ws-tx"&gt;ws-tx&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-Transaction"&gt;WS-Transaction&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-AtomicTransaction"&gt;WS-AtomicTransaction&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-Coordination"&gt;WS-Coordination&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-BusinessActivity"&gt;WS-BusinessActivity&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-AT"&gt;WS-AT&lt;/a&gt;, &lt;a rel="tag" href="http://technorati.com/tag/WS-BA"&gt;WS-BA&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:78%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-4934666881211985675?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/4934666881211985675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=4934666881211985675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4934666881211985675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4934666881211985675'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/04/ws-transaction-11-has-been-committed.html' title='WS-Transaction 1.1 has been committed'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-2699023505428964251</id><published>2007-04-03T19:50:00.001+01:00</published><updated>2009-02-12T09:15:20.651Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-atomictransaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-transaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-tx'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-coordination'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-businessactivity'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-ba'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-at'/><title type='text'>The roots of WS-Coordination</title><content type='html'>&lt;span style="font-size:85%;"&gt;When the &lt;a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ws-tx"&gt;OASIS WS-Tx TC&lt;/a&gt; was formed, &lt;a href="http://blogs.iona.com/newcomer"&gt;Eric&lt;/a&gt; and I (as the co-chairs) did a number of press and analyst interviews to explain what it was all about. Eric, being the urbane and media-savvy CTO, made observations such as "I think everybody saw where it was going early on in the dot-com days, but it's taken a while to get there". My pearl of wisdom that got used in the &lt;a href="http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci1133462,00.html"&gt;same article&lt;/a&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Though WS-Coordination is the first spec in line for approval, Robinson called it "perhaps the hardest to understand."&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;"It deals with the context of the transactions," he said.&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;br /&gt;Well I'm glad that's clear then.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;So what are the origins of the &lt;a href="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"&gt;WS-Coordination&lt;/a&gt; part of WS-Transaction and what is it all about? WS-Coordination is one of three specs that together comprise WS-Transaction 1.1. The underlying two-phase commit (2PC) and compensating transaction models that underpin the other two specs - WS-AtomicTransaction (WS-AT) and WS-BusinessActivity (WS-BA) - are well-known from the literature (for example &lt;a href="http://www.amazon.co.uk/Transaction-Processing-Concepts-Techniques-Management/dp/1558601902/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1234430034&amp;amp;sr=8-1"&gt;Gray&amp;amp;Reuter&lt;/a&gt;); WS-AT and WS-BA pretty much just describe an XML structure for the 2PC and compensation model protocol messages that defines those two transaction models. But what about WS-Coordination?&lt;br /&gt;&lt;br /&gt;The origins of WS-Coordination are in the &lt;a href="http://www.omg.org/technology/documents/formal/add_struct.htm"&gt;CORBA Activity service&lt;/a&gt;, which itself was the result of an OMG request for proposals to specify &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Additional Structuring Mechanisms for the OTS Specification.&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;CORBA Activity Service.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;The Activity service defines a CORBA framework for extended transaction models, recognizing the common attributes of distributed transaction models without preferring any specific one of them. Specifically, the framework defines:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;a generic &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Activity context&lt;/span&gt;&lt;span style="font-size:85%;"&gt; that is distributed to Activity participants&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;a generic &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;ActivityCoordinator&lt;/span&gt;&lt;span style="font-size:85%;"&gt; with which Activity participants are registered and which is extended by model-specific &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;SignalSets&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;the notion of a transaction-model-specific SignalSet which &lt;span style="font-weight: bold;"&gt;produces&lt;/span&gt; model-specific &lt;span style="font-style: italic;"&gt;Signals&lt;/span&gt; that the ActivityCoordinator delivers to the registered &lt;span style="font-style: italic;"&gt;Actions&lt;/span&gt; (participants) and &lt;span style="font-weight: bold;"&gt;consumes&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Outcomes&lt;/span&gt; that are returned by the Actions. For example, a 2PC SignalSet produces "Prepare", "Commit", "Rollback" etc Signals and consumes "Prepared", "Committed", "Aborted" etc Outcomes.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:85%;"&gt;A specific transaction model is defined in terms of its SignalSet, the Signals produced by the SignalSet and the Outcomes consumed by the SignalSet. The participants in any specific transaction model are &lt;span style="font-style: italic;"&gt;Actions&lt;/span&gt; which must be implemented to understand the model-specific set of Signals and Outcomes.&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;br /&gt;The Activity service specification defines an overall extended transaction framework architecture but does not explicitly distinguish which parts of the architecture are intended to be provided by middleware infrastructure and which parts are intended to be provided by  the transaction-model-provider. Such architectural partitioning &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;is&lt;/span&gt;&lt;span style="font-size:85%;"&gt; explicitly specified in the J2EE rendering of this architecture - the &lt;a href="http://jcp.org/aboutJava/communityprocess/final/jsr095/index.html"&gt;J2EE Activity service (JSR 95)&lt;/a&gt;, which finalized in 2006.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;&lt;br /&gt;J2EE Activity Service&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;The J2EE Activity service defines Java interfaces for the Activity service objects. It defines the notion of a "High Level Service" (HLS) which embodies a specific transaction model. The J2EE Activity service specification defines a specific contract between a J2EE container and a HLS in much the same way that the Java Connector Architecture specification defines a contract between a J2EE container and a resource adapter.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/__8gySOMA6Qs/RgbvKKx4UzI/AAAAAAAAAA8/UHvBVYaAFJ0/s1600-h/j2ee_activity.jpg"&gt;   &lt;img style="cursor: pointer;" src="http://1.bp.blogspot.com/__8gySOMA6Qs/RgbvKKx4UzI/AAAAAAAAAA8/UHvBVYaAFJ0/s320/j2ee_activity.jpg" alt="" id="BLOGGER_PHOTO_ID_5045983390486516530" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;In the J2EE Architecture, the server runtime implements the ActivityCoordinator interface which supports the registration of participants (Actions), and the UserActivity interface which supports Activity demarcation. The server runtime also marshals/demarshals Activity contexts on remote invocations; the J2EE architecture leverages the CORBA Activity service specification for its definition of interoperable Activity service contexts in much the same way that the EJB specs leverages the CORBA OTS specification for its definition of interoperable transaction service context. Providers of specific transaction protocols can then register a transaction protocol-specific HLS with the container's Activity service to integrate transaction-specific behaviour into the container. Such an HLS implements the SignalSet, Signal, Action  and Outcome interfaces that the Activity service drives. The HLS and Activity service cooperate together during transaction completion but maintain separation of concern: the ActivityCoordinator maintains knowledge of which participants are registered, obtains each distinct protocol Signal from the local HLS SignalSet, distributes  it to each of those registered participants ("&lt;span style="font-style: italic;"&gt;Actions&lt;/span&gt;") and feeds the results ("&lt;span style="font-style: italic;"&gt;Outcomes&lt;/span&gt;") back into the SignalSet.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;&lt;br /&gt;WS-Coordination&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;The WS-Transaction architecture is a Web services evolution of the Activity service, focusing on the interoperable context and Web service messages that flow between coordinator and participant. WS-AT and WS-BA each essentially describe an HLS, defining a transaction-model-specific set of messages. WS-Coordination fulfils the role of the container-provided Activity service, defining the interoperable XML CoordinationContext and the means for participants to be registered with an Activity.&lt;br /&gt;&lt;br /&gt;The focus of WS-Transaction is the interoperability between coordinators and participants in different systems; consideration of intra-process separation between the transaction service provider itself and the runtime (application-hosting) container and/or hosted applications is a domain-specific detail that is outside the scope of the Web service specifications. As a result, the WS-Transaction specifications do not define any equivalent of the HLS SignalSet interface nor do they define a generic mechanism for producing and consuming a single (extensible) typed Signal. Instead the WS-Transaction architecture requires each transaction model-specific protocol specification (such a WS-AT and WS-BA) to define its own set of XML protocol messages along with coordinator and participant WSDL portTypes to consume these messages. In common with Activity service HLS's, individual WS-Transaction protocol specifications are at liberty to define model-specific interfaces/protocols to enable applications to demarcate transaction boundaries. WS-AT, for example, defines a Completion portType and protocol through which an application can request the completion of an AT transaction (which then causes the 2PC protocol to be initiated with the registered participants).&lt;br /&gt;&lt;br /&gt;Since the WS-Transaction architecture &lt;/span&gt;&lt;span style="font-size:85%;"&gt;is a Web services evolution of the Activity service, it should be possible to implement it on top of an existing Activity service architecture, right? After all, a significant amount of Web services infrastructure is a thin XML veneer on top of something else, right? Well, yes. I'll blog about how we do that in WebSphere Application Server another day.&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;&lt;br /&gt;Further Reading&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;This posting has focused on how the CORBA/J2EE Activity service provided much of the inspiration for WS-Coordination. For a discussion on where a number of other extended transaction models, such as BTP and WS-CAF, fit in and compare with WS-Transaction the following articles are useful:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.infoq.com/articles/History-of-Extended-Transactions"&gt;Extended transaction models for Business Process Management: from CORBA to Web Services&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www-128.ibm.com/developerworks/webservices/library/ws-comproto/"&gt;A comparison of Web services transaction protocols&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-2699023505428964251?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/2699023505428964251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=2699023505428964251' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/2699023505428964251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/2699023505428964251'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/01/roots-of-ws-coordination.html' title='The roots of WS-Coordination'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/__8gySOMA6Qs/RgbvKKx4UzI/AAAAAAAAAA8/UHvBVYaAFJ0/s72-c/j2ee_activity.jpg' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-6735902504270851849</id><published>2007-01-24T13:01:00.000Z</published><updated>2008-12-10T10:14:27.087Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-atomictransaction'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-tx'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-coordination'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-businessactivity'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-ba'/><category scheme='http://www.blogger.com/atom/ns#' term='CORBA Activity service'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-at'/><title type='text'>The final WS-Tx TC meeting?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/__8gySOMA6Qs/RbdfmUyLZII/AAAAAAAAAAg/Li7kgoCwVDQ/s1600-h/hursleyhouse.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 250px; height: 164px;" src="http://2.bp.blogspot.com/__8gySOMA6Qs/RbdfmUyLZII/AAAAAAAAAAg/Li7kgoCwVDQ/s320/hursleyhouse.jpg" alt="" id="BLOGGER_PHOTO_ID_5023589021373916290" border="0" /&gt;&lt;/a&gt;Last week we had what will probably be the final &lt;a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ws-tx"&gt;WS-Transaction TC&lt;/a&gt; (WS-Tx) face-to-face meeting, here in Hursley in the UK. Its nice to have everyone else do all the travelling now and again.&lt;br /&gt;I have co-chaired the TC with &lt;a href="http://www.iona.com/blogs/newcomer/"&gt;Eric&lt;/a&gt; since November 2005 and we are now nearing the end of the standardization process.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The TC will shortly vote on the approval of committee specification status for our 3 specs -  &lt;a href="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"&gt;WS-Coordination&lt;/a&gt;, &lt;a href="http://docs.oasis-open.org/ws-tx/wsat/2006/06"&gt;WS-AtomicTransaction&lt;/a&gt; and &lt;a href="http://docs.oasis-open.org/ws-tx/wsba/2006/06"&gt;WS-BusinessActivity&lt;/a&gt;. This is the penultimate stage before submitting to the OASIS membership for consideration as an OASIS standard.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/__8gySOMA6Qs/Rb3JlUyLZJI/AAAAAAAAAAw/p3U-GRK2GCA/s1600-h/TC_in_the_pub_IMG_0461.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 275px; height: 129px;" src="http://4.bp.blogspot.com/__8gySOMA6Qs/Rb3JlUyLZJI/AAAAAAAAAAw/p3U-GRK2GCA/s320/TC_in_the_pub_IMG_0461.JPG" alt="" id="BLOGGER_PHOTO_ID_5025394402286855314" border="0" /&gt;&lt;/a&gt;You can see the excitement on the faces of the technical committee as we prepare for the final stage of the standards effort...&lt;br /&gt;&lt;br /&gt;The photo was taken in the Kings Head in Hursley, by Bob Freund.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its been a long and winding road - early drafts of the input specs were published &lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/576.wss"&gt;as long ago as 2002&lt;/a&gt; and the foundation WS-Coordination specification was itself inspired by earlier work on the &lt;a href="http://www.omg.org/technology/documents/formal/add_struct.htm"&gt;CORBA Activity service&lt;/a&gt;. There are already several generally available implementations of the input specifications and pre-production implementations of the proposed final standard. It is to be hoped that the proven success of the WS-Tx protocols in existing, commercially available products together with the extensible nature of WS-Coordination will make this technology the obvious base for new types of coordination protocols. Time will tell...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-6735902504270851849?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/6735902504270851849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=6735902504270851849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/6735902504270851849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/6735902504270851849'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/01/final-ws-tx-tc-meeting.html' title='The final WS-Tx TC meeting?'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/__8gySOMA6Qs/RbdfmUyLZII/AAAAAAAAAAg/Li7kgoCwVDQ/s72-c/hursleyhouse.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-3222744205866581187</id><published>2007-01-22T16:07:00.000Z</published><updated>2007-01-25T09:00:22.129Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='lb films'/><category scheme='http://www.blogger.com/atom/ns#' term='langmuir-blodgett'/><title type='text'>Margaret Thatcher and me</title><content type='html'>I am proud to have one thing in common with The Iron Lady.&lt;br /&gt;&lt;br /&gt;Before she married Dennis, became Prime Minister, destroyed Britain's coal industry, and gave us all a laugh by &lt;a href="http://news.bbc.co.uk/onthisday/hi/dates/stories/november/28/newsid_2527000/2527953.stm"&gt;leaving Downing Street in tears&lt;/a&gt;, Margaret Roberts was a research chemist whose work included the study of Langmuir-Blodgett films, the topic of my own PhD. Margaret and I both moved on from our careers in research.&lt;br /&gt;&lt;br /&gt;Ultimately though, neither of us was as successful as  &lt;a href="http://www.fis.unipr.it/lmn/LB_Contents/4.htm"&gt;Katherine Blodgett&lt;/a&gt; who, as you can see from the link, went on to become Queen Elizabeth II.&lt;b&gt;&lt;span lang="EN-GB"  style="font-size:16;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-3222744205866581187?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/3222744205866581187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=3222744205866581187' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3222744205866581187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/3222744205866581187'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/01/margaret-thatcher-and-me.html' title='Margaret Thatcher and me'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-7690863301355596189</id><published>2007-01-22T14:19:00.001Z</published><updated>2007-01-25T08:58:56.732Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='ws-resourceframework'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-rf'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-rt'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-transfer'/><category scheme='http://www.blogger.com/atom/ns#' term='ws-resourcetransfer'/><title type='text'>WS-ResourceTransfer update</title><content type='html'>In 2006 IBM, Microsoft, HP and Intel &lt;a href="http://www-128.ibm.com/developerworks/webservices/library/specification/ws-roadmap/"&gt;announced an initiative to unify &lt;/a&gt; the WSDM and WS-Management standards supporting service management. This initiative includes the unification of the infrastructure that underpins WSDM and WS-Management. I'm the editor of the first specification published (in Aug 2006) as part of that initiative - &lt;a href="http://schemas.xmlsoap.org/ws/2006/08/resourceTransfer/"&gt;WS-ResourceTransfer&lt;/a&gt; (WS-RT) - which defines a Web service retrieval and update protocol for manageable resources. This specification took as its inputs the &lt;a href="http://www.w3.org/Submission/WS-Transfer/"&gt;WS-Transfer&lt;/a&gt; W3C member submission and the &lt;a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrf"&gt;WS-ResourceFramework&lt;/a&gt; (WSRF) OASIS standard; our goal is to bring together the two communities using these specifications, and those that build on them,&lt;p&gt;At the time of writing the most recent activity on this specification was the public feedback workshop held in Cupertino, CA,  on 6 Dec 2006. The feedback we received was generally very positive and will be factored in a future revision of this specification. A foilset that describes the WS-RT specification and the feedback we received are available through the &lt;a href="http://tech.groups.yahoo.com/group/WS-RT-Workshops/"&gt;WS-RT Workshop YahooGroup.&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-7690863301355596189?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ianrobinson.blogspot.com/feeds/7690863301355596189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1664122103001694787&amp;postID=7690863301355596189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7690863301355596189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/7690863301355596189'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/01/ws-resourcetransfer-update.html' title='WS-ResourceTransfer update'/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1664122103001694787.post-4245825098803376242</id><published>2007-01-22T10:48:00.000Z</published><updated>2008-12-10T10:14:27.270Z</updated><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__8gySOMA6Qs/RbSWoUyLZGI/AAAAAAAAAAM/zHS7jvjt7u0/s1600-h/IanR.jpg"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/__8gySOMA6Qs/RbSWoUyLZGI/AAAAAAAAAAM/zHS7jvjt7u0/s320/IanR.jpg" alt="" id="BLOGGER_PHOTO_ID_5022805103943050338" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1664122103001694787-4245825098803376242?l=ianrobinson.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4245825098803376242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1664122103001694787/posts/default/4245825098803376242'/><link rel='alternate' type='text/html' href='http://ianrobinson.blogspot.com/2007/01/blog-post.html' title=''/><author><name>Ian Robinson</name><uri>http://www.blogger.com/profile/01913109015481253124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://1.bp.blogspot.com/-J9RO5n3NOH8/Tpm-NfNsdKI/AAAAAAAACEY/oaLT4SHdCLw/s220/ir_bw2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/__8gySOMA6Qs/RbSWoUyLZGI/AAAAAAAAAAM/zHS7jvjt7u0/s72-c/IanR.jpg' height='72' width='72'/></entry></feed>
