<?xml version="1.0" encoding='utf-8'?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://rollerweblogger.org/roller-ui/styles/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom">
    <title type="html">Blogging Roller</title>
    <subtitle type="html">Dave Johnson on open web technologies, social software and software development</subtitle>
    <id>https://rollerweblogger.org/roller/feed/entries/atom</id>
        <link rel="self" type="application/atom+xml" href="https://rollerweblogger.org/roller/feed/entries/atom?tags=oslc" />
    <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/" />
    <updated>2026-04-28T07:02:22+00:00</updated>
    <generator uri="http://roller.apache.org" version="6.1.5">Apache Roller</generator>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/jira_finally_gets_its_own</id>
        <title type="html">JIRA finally gets its own REST API</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/jira_finally_gets_its_own"/>
        <published>2012-03-01T09:20:30+00:00</published>
        <updated>2014-01-20T03:14:55+00:00</updated> 
        <category term="Web Development" label="Web Development" />
        <category term="jira" scheme="http://roller.apache.org/ns/tags/" />
        <category term="json" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <category term="rest" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;JIRA&amp;#39;s got a real REST API now:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;REST easy with JIRA 5 | Atlassian Blogs: Now that JIRA 5 is out, let&#146;s talk about one of my favorite features of this new release, JIRA&#146;s new REST API. JIRA has supported remote APIs for many years with SOAP, XML-RPC, and JSON-RPC. However, telling developers that you support SOAP (and only SOAP) is like saying that you like writing applications with COBOL &#151; it&#146;s out of style. Today&#146;s cool kids gravitate towards REST. It&#146;s clean, simple, and highly portable across languages and frameworks.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;And checkout the &lt;a href=&quot;http://docs.atlassian.com/jira/REST/latest/&quot;&gt;nice looking API docs&lt;/a&gt;, which look like they were generated by &lt;a href=&quot;https://github.com/mnot/wadl_stylesheets/&quot;&gt;WADL-to-HTML&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;An alternative to Atlassian&amp;#39;s new API is the recently release &lt;a href=&quot;https://plugins.atlassian.com/plugins/Rational_OSLC_Adapter_for_JIRA.jar&quot;&gt;Rational OSLC Adapter for JIRA&lt;/a&gt;, which allows you to do more sophisticated integrations with JIRA including delegated UIs for issue creation and selection.&lt;/p&gt;</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/wip_resource_preview</id>
        <title type="html">WIP: Resource Preview</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/wip_resource_preview"/>
        <published>2011-06-03T09:00:35+00:00</published>
        <updated>2011-06-03T16:02:35+00:00</updated> 
        <category term="Web Development" label="Web Development" />
        <category term="asf" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <category term="resourcepreview" scheme="http://roller.apache.org/ns/tags/" />
        <category term="uipreview" scheme="http://roller.apache.org/ns/tags/" />
        <category term="wip" scheme="http://roller.apache.org/ns/tags/" />
        <summary type="html">&lt;p&gt;&lt;i&gt;This is the fourth in my series of Web Integration Patterns. Check out the intro at this URL &lt;a href=&quot;http://rollerweblogger.org/roller/entry/web_integration_patterns&quot;&gt;http://rollerweblogger.org/roller/entry/web_integration_patterns&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Synopsis&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Enhance links shown in HTML pages so that users can hover, mouse-over, or use some other gesture, to view a preview of the resource at the other end of the link.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Motivations&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make it convenient for a user to get information about a link but without having to navigate to the link and without having to leave the current web page in the browser.&lt;/li&gt;
&lt;li&gt;Make applications appear to be part of one integrated whole by enabling them to delegate to each other&amp;#39;s user interfaces for preview display.&lt;/li&gt;
&lt;/ul&gt;</summary>
        <content type="html">&lt;p&gt;&lt;i&gt;This is the fourth in my series of Web Integration Patterns. Check out the intro at this URL &lt;a href=&quot;http://rollerweblogger.org/roller/entry/web_integration_patterns&quot;&gt;http://rollerweblogger.org/roller/entry/web_integration_patterns&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Synopsis&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Enhance links shown in HTML pages so that users can hover, mouse-over, or use some other gesture, to view a preview of the resource at the other end of the link.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Motivations&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make it convenient for a user to get information about a link but without having to navigate to the link and without having to leave the current web page in the browser.&lt;/li&gt;
&lt;li&gt;Make applications appear to be part of one integrated whole by enabling them to delegate to each other&amp;#39;s user interfaces for preview display.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Complements&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://rollerweblogger.org/roller/entry/wip_links&quot;&gt;Links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Delegated Resource Creation &amp;amp; Selection&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://rollerweblogger.org/roller/entry/wip_common_navigation&quot;&gt;Common Navigation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This pattern allows users to view a preview of links that are displayed in a web page. This preview might be a simple tool-tip with plain-text, a more rich JavaScript-driven display with hyper-text and graphics, or it might be a thumbnail view of the page at the other end of the link.&lt;/p&gt;

&lt;p&gt;Resource Preview works well for web applications that use the &lt;a href=&quot;http://rollerweblogger.org/roller/entry/wip_links&quot;&gt;Links&lt;/a&gt; pattern for integration and use links to establish relationships between resources. If a user is looking at a Bug Report, for example, they might see a list of links to associated resources like attachments to the bug, test cases impacted by the bug, etc. The user can hover over links and see a preview with key information for each link, without leaving the current web page that they are on. Below are three different approaches to applying the Resource Preview pattern in web applications.&lt;/p&gt;

&lt;h3&gt;Approach #1: Preview Site offers previews to other applications&lt;/h3&gt;

&lt;p&gt;With this approach, there is a special preview site that crawls a set of web sites and creates Resource Previews of the web pages of those sites. Then, web sites that wish to display previews on links use some special JavaScript magic to display those previews. An example of this preview site approach is &lt;a href=&quot;http://www.snap.com/&quot;&gt;Snap.com&lt;/a&gt;&#146;s &lt;a href=&quot;http://www.snap.com/snapshots.php&quot;&gt;Snap-Shots&lt;/a&gt; service. Anybody with a web site can sign up for the service, get some special HTML code that can be added to their site to display a graphical and thumbnail-style preview whenever a user hovers over a link.&lt;/p&gt; 

&lt;p&gt;Here&#146;s an example of a Snap.com preview on the company&#146;s blog:&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/d5be1c22-5263-4286-a025-6fc2aa7f4c44&quot; alt=&quot;Snap.com preview&quot;&gt;

&lt;p&gt;The advantages of the preview site approach are participating sites don&#146;t have to do anything except for adding a small bit of JavaScript code to enable previews. The disadvantage is that the automatically generated previews often can&#146;t offer more than a page title, thumbnail image and perhaps a short excerpt from the page being previewed. Also, it&#146;s interesting to note that  there was a &lt;a href=&quot;http://thenextweb.com/2008/01/26/snapcom-to-critics-you-wanna-step-outside/&quot;&gt;backlash&lt;/a&gt; against Snap-Shots and some people thought they were distracting and gimmicky. Regardless of that criticism, this approach to Resource Previews is not very interesting from a Web Integration Patterns point of view because the focus is making one site more useful and interactive, and not integrating with others.&lt;/p&gt;

&lt;h3&gt;Approach #2: Application creates and displays previews as needed&lt;/h3&gt;

&lt;p&gt;With this approach, an application that needs to provide preview creates the previews that it needs and take case of displaying them. The best known examples of this approach are probably the preview features built into Microsoft&#146;s Bing and Google&#146;s search engine. This approach is also not very interesting as a WIP because its all about making one site more useful, not integrating with others.&lt;/p&gt;

&lt;p&gt;Here&#146;s an example of a Resource Preview in Microsoft Bing:&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/46c0d83d-597e-4dad-8eaa-1ada5e933795&quot; alt=&quot;Bing preview&quot;&gt;

&lt;h3&gt;Approach #3: Applications offer previews of their own resources&lt;/h3&gt;

&lt;p&gt;This approach is to enable web applications provide previews of their own resources and make them available via a simple protocol. The best example of this approach is &lt;a href=&quot;http://open-services.net/bin/view/Main/OslcCoreUiPreview&quot;&gt;OSLC UI Preview&lt;/a&gt;, which is part of the &lt;a href=&quot;http://open-services.net&quot;&gt;OSLC specifications&lt;/a&gt;. The OSLC specs are designed to enable integration between ALM tools, but can be applied to integrating web applications of almost any stripe. Applications that implement OSLC UI Preview provide a UI Preview for each resource, one that provides a summary of the resource and links to large and small previews of the resource. &lt;/p&gt;

&lt;p&gt;Here&#146;s an example of an &lt;a href=&quot;http://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/OslcCompactPreviewTooltips&quot;&gt;OSLC UI Preview from FusionForge&lt;/a&gt;, an open source ALM suite:&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/ad5008ea-2010-4873-9140-fdad5d87c2fc&quot; alt=&quot;FusionForge preview&quot;&gt;

&lt;p&gt;Here&#146;s an example of a Resource Preview from &lt;a href=&quot;https://jazz.net/projects/rational-team-concert/&quot;&gt;IBM Rational Team Concert&lt;/a&gt;, which also implements the OSLC UI Preview spec:&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/95919538-b750-4ba8-b96f-272f5b020d46&quot; alt=&quot;RTC preview&quot;&gt;

&lt;p&gt;There are several advantages to this approach. Preview-providing applications have complete control over the content and appearance of previews for their resources. Preview-consuming applications don&#146;t have to create and format them, they just display what comes back from the provider. No special preview site is needed to enable previews. Another advantage to this approach to Resource Previews is the OSLC UI Preview specification, which defines an open and standard way to provide and consume previews.&lt;/p&gt;

&lt;h3&gt;Wrapping up&lt;/h3&gt;

&lt;p&gt;I&amp;#39;ve explained what I call the Resource Pattern and three different ways that I&amp;#39;ve seen it used. Resource Preview is a good way to add value to the &lt;a href=&quot;http://rollerweblogger.org/roller/entry/wip_links&quot;&gt;Links&lt;/a&gt; pattern and to make links even more useful. The best way to implement this pattern is to ask all web applications that want to integrate to offer Resource Previews via a standard protocol such as OSLC UI Preview, and to display them whenever a user hovers over a link.&lt;/p&gt;
</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/oslc_core_spec_final</id>
        <title type="html">OSLC Core v2 specification now FINAL</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/oslc_core_spec_final"/>
        <published>2011-06-01T14:38:13+00:00</published>
        <updated>2011-06-01T21:38:47+00:00</updated> 
        <category term="IBM" label="IBM" />
        <category term="asf" scheme="http://roller.apache.org/ns/tags/" />
        <category term="linkeddata" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <category term="rest" scheme="http://roller.apache.org/ns/tags/" />
        <category term="wip" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/04fe2c5b-9719-4e13-9221-70a0645b48e0&quot; align=&quot;right&quot; hspace=&quot;5&quot;&gt;
I&amp;#39;ve been working on the OSLC Core specification for about 1.5 years now as workgroup lead, and &lt;a href=&quot;http://open-services.net&quot;&gt;OSLC&lt;/a&gt; fits squarely under the &amp;quot;open web technologies&amp;quot; and &lt;a href=&quot;http://rollerweblogger.org/roller/entry/web_integration_patterns&quot;&gt;Web Integration Patterns&lt;/a&gt; topics of this blog, so I&amp;#39;m blogging this happy news. &lt;/p&gt;

&lt;p&gt;Here&amp;#39;s the announcement From the OSLC Core Workgroup mailing list:&lt;/p&gt;

&lt;pre&gt;
From: Dave Johnson
To: oslc-core (a) open-services.net, community (a) open-services.net
Subject: OSLC Core v2 specification now FINAL

Today [1], I&amp;#39;m very happy to announce that the OSLC Core v2
specification is FINAL.

The OSLC Core v2 specification [2] defines a set of REST and Linked
Data-based patterns, resources and protocols for integration of application 
and product lifecycle resources (ALM and PLM). It&amp;#39;s designed to be the
foundation for all other OSLC domain specifications and there are now
three final OSLC specifications that are based on the Core, those
being the OSLC Change Management (CM) [3], OSLC Quality Management
(QM) [4] and OSLC Requirements Management (RM) [5] specs.

I&amp;#39;d like to thank all of the members of the OSLC Core Workgroup and
community for their hard work, critical thinking and ability to work
together in such a productive and pleasant way. Also, special thanks
to those OSLC domain workgroups who rebased their work on the Core and
development teams that provided excellent feedback along the way.

Thanks,
- Dave

--
David M. Johnson
OSLC Core Workgroup Lead
IBM Rational Software


[1] Move to final was proposed last week, along with a small set of
changes which have since been applied to the specification. 
[2] &lt;a href=&quot;http://open-services.net/bin/view/Main/OslcCoreSpecification&quot;&gt;OslcCoreSpecification&lt;/a&gt;
[3] &lt;a href=&quot;http://open-services.net/bin/view/Main/CmSpecificationV2&quot;&gt;CmSpecificationV2&lt;/a&gt;
[4] &lt;a href=&quot;http://open-services.net/bin/view/Main/QmSpecificationV2&quot;&gt;QmSpecificationV2&lt;/a&gt;
[5] &lt;a href=&quot;http://open-services.net/bin/view/Main/RmSpecificationV2&quot;&gt;RmSpecificationV2&lt;/a&gt;
&lt;/pre&gt;

&lt;p&gt;I really do have another &lt;a href=&quot;http://rollerweblogger.org/roller/entry/web_integration_patterns&quot;&gt;Web Integration Patterns&lt;/a&gt; post on the way shortly, so stay tuned.&lt;/p&gt;</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/re_rdf_and_opensocial</id>
        <title type="html">re: RDF and OpenSocial</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/re_rdf_and_opensocial"/>
        <published>2010-12-03T08:22:48+00:00</published>
        <updated>2010-12-03T16:22:48+00:00</updated> 
        <category term="Social Software" label="Social Software" />
        <category term="jazz" scheme="http://roller.apache.org/ns/tags/" />
        <category term="linkeddata" scheme="http://roller.apache.org/ns/tags/" />
        <category term="opensocial" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <category term="rdf" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;This is the closest thing to a blog post that I&amp;#39;ve written lately, a post to the &lt;a href=&quot;http://groups.google.com/group/opensocial-and-gadgets-spec/topics&quot;&gt;OpenSocial specification group&lt;/a&gt; on aligning OpenSocial with RDF and Linked Data:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is a topic of interest to me, so I&amp;#39;ll try to elaborate. 

&lt;p&gt;First, I want to point out that RDF is not a representation, it&amp;#39;s a way to model data and it&amp;#39;s multiple ways to represent that data (in 
XML, JSON, etc.). I think the real question is: how do we enable OpenSocial to hook into the RDF-based web of &amp;quot;Linked Data&amp;quot; that is 
rapidly growing up around scientific data, government open data and the academic world. I&amp;#39;m not going to go into the benefits of Linked 
Data in this post, but I will disclose that I work for a company that uses RDF as a common data model to enable loosely coupled integration across our web application products (see also Jazz Integration Architecture [1] and OSLC [2]). We&amp;#39;d like to be able to integrate with OpenSocial services in the same ways. &lt;/p&gt;

&lt;p&gt;I&amp;#39;ll explain the basics of RDF.  RDF is way to model web data and ways to represent that data in XML, JSON, Turtle, etc. The RDF data model is simple, we have resources identified by URIs and property values associated with those resources. Resources can have types, each type is identified by a URI. Property types have URIs too. Once you have defined your data model in terms of RDF types and properties, you can represent resources and their properties using RDF representations. There&amp;#39;s RDF/XML for XML, there&amp;#39;s RDFa for embedding properties in HTML. There&amp;#39;s are JSON representations too, but not a standard for JSON yet.&lt;/p&gt;

&lt;p&gt;So, to bring OpenSocial in-line with the world of Linked Data, we would define each class of OpenSocial objects as an RDF type, with a URI. We would define each OpenSocial property as an RDF property, with a URI. In some cases, we&amp;#39;ll want to use existing properties, like the Dublin Core title, name, etc., and in some cases we&amp;#39;ll want to define entirely new types and properties. &lt;/p&gt;

&lt;p&gt;As a starting point, I think we would do the following: &lt;/p&gt;

&lt;p&gt;* In OpenSocial v2, we would define all OpenSocial objects and properties as RDF types in the OpenSocial Specs. This means simply 
assigning a URI to every class and every property we define, using standard properties where appropriate and defining new ones as needed. Object and property names would rename the same and we&amp;#39;d have what is essentially an RDF mapping built into the spec. Existing OpenSocial representation formats would stay the same, but we&amp;#39;d add some new RDF representations.&lt;/p&gt;

&lt;p&gt;* We&amp;#39;d introduce an optional new OpenSocial spec that services MAY implement: the OpenSocial RDF Specification. The specification would simply require that a service provide RDF representations of it&amp;#39;s resources via content-negotiation. The service could offer RDF/XML or HTML with RDFa, JSON/RDF or all of the above.&lt;/p&gt;

&lt;p&gt; That&amp;#39;s a starting point and I think we could come up with some other ideas if we thought more about use cases. Anybody else interested in aligning the worlds of OpenSocial and Linked Data? &lt;/p&gt;
&lt;/p&gt;&lt;/blockquote&gt;

Link: &lt;a href=&quot;http://groups.google.com/group/opensocial-and-gadgets-spec/browse_thread/thread/20f62d627003509b#&quot;&gt;RDF and OpenSocial&lt;/a&gt;
</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/jra_19796_rest_api_for</id>
        <title type="html">[#JRA-19796] REST API for JIRA</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/jra_19796_rest_api_for"/>
        <published>2010-05-11T18:20:48+00:00</published>
        <updated>2010-07-10T17:08:52+00:00</updated> 
        <category term="IBM" label="IBM" />
        <category term="atlassian" scheme="http://roller.apache.org/ns/tags/" />
        <category term="jira" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/04fe2c5b-9719-4e13-9221-70a0645b48e0&quot; alt=&quot;oslc logo&quot; style=&quot;float:right;&quot;&gt;

&lt;p&gt;It&amp;#39;s kind of surprising to me that &lt;a href=&quot;http://www.atlassian.com/software/jira/&quot;&gt;JIRA&lt;/a&gt; does not have a &amp;quot;REST API.&amp;quot; Looking on the bright side, this may be an opportunity for &lt;a href=&quot;http://open-services.net/&quot;&gt;Open Services for Lifecycle Collaboration (OSLC)&lt;/a&gt; to show its value, so back in March I made a little pitch in the appropriate JIRA issue:&lt;/p&gt; 

&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://jira.atlassian.com/browse/JRA-19796&quot;&gt;JIRA-19796 - REST API for JIRA&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Dave Johnson added a comment  - 10/Mar/10 9:24 AM - edited&lt;/p&gt;
&lt;p&gt;You should consider making the JIRA REST API conformant with the Open Services for Lifecycle Collaboration (OSLC) interface for Change Management (OSLC-CM). This would allow JIRA to integrate with ALM tools from IBM, Oracle, Rally, SourceGear, etc. The Mylyn folks are already involved. Here&amp;#39;s the link to the OSLC-CM home page: &lt;a href=&quot;http://open-services.net/bin/view/Main/CmHome&quot;&gt;http://open-services.net/bin/view/Main/CmHome&lt;/a&gt;. OSLC-CM v1 is the current spec and work on v2 is underway. It&amp;#39;s an open effort and we&amp;#39;d love JIRA and/or JIRA users to join in and help us define v2.&lt;/p&gt;
&lt;/blockquote&gt;
</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/speaking_at_innovate2010</id>
        <title type="html">Talking OSLC at Innovate 2010</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/speaking_at_innovate2010"/>
        <published>2010-04-28T07:57:21+00:00</published>
        <updated>2010-06-07T14:30:14+00:00</updated> 
        <category term="IBM" label="IBM" />
        <category term="conferences" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <category term="rational" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;I haven&amp;#39;t mentioned it yet here on my blog, but I&amp;#39;ve been working as the spec lead for the Open Services for Lifecycle Collaboration (OSLC) since January of this year.&lt;/p&gt;

&lt;p&gt;I hope to blog about OSLC more later, but now I&amp;#39;m writing to tell you about a talk that I&amp;#39;ll be doing with Rational Chief Architect John Wiegand at &lt;a href=&quot;http://www.ibm.com/software/rational/innovate&quot;&gt;Innovate 2010 The Rational Software Conference&lt;/a&gt; in Early June. Here are the details:&lt;/p&gt;

&lt;blockquote&gt;
Session: &lt;b&gt;ALM-2210B: Open Services (OSLC) and Jazz: Working Together&lt;/b&gt;&lt;br&gt;&lt;br&gt;
When: Mon, 7/Jun, 3:00 PM - 4:00 PM&lt;br&gt;
Where: Dolphin - Northern Salon E4&lt;br&gt;
&lt;br&gt;
&lt;p&gt;Rational proposed the Open Services for Lifecycle Collaboration (OSLC) initiative at the Rational Software Conference in 2008 to make life better for software delivery teams by easing the way tools can be used in combination. Two years later, we are gratified to see an active and open community making this vision a reality. This presentation will explain the challenge of tool integration, how the OSLC community is addressing the challenge, and how Jazz builds atop OSLC to deliver an open lifecycle platform&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For more information on OSLC, visit &lt;a href=&quot;http://open-services.net&quot;&gt;http://open-services.net&lt;/a&gt;&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;UPDATED: scheduled change - talk is now 3PM to 4PM.&lt;/p&gt;

&lt;p&gt;Interested in attending Innovate 2010? You can &lt;a href=&quot;http://www.ibm.com/software/rational/innovate&quot;&gt;register here&lt;/a&gt;.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/a877b15d-ba87-4441-b871-5158b436b9e4&quot; alt=&quot;innovate 2010 logo&quot;&gt;






</content>
    </entry>
    <entry>
        <id>https://rollerweblogger.org/roller/entry/latest_links49</id>
        <title type="html">Latest Links: OpenSocial and OSLC</title>
        <author><name>Dave Johnson</name></author>
        <link rel="alternate" type="text/html" href="https://rollerweblogger.org/roller/entry/latest_links49"/>
        <published>2009-06-09T16:00:03+00:00</published>
        <updated>2009-06-10T04:34:06+00:00</updated> 
        <category term="Links" label="Links" />
        <category term="opensocial" scheme="http://roller.apache.org/ns/tags/" />
        <category term="oslc" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://fstutzman.com/2009/05/27/archive-of-facebook-radio-show/&quot;&gt;Stutzman on WUNC&amp;#39;s the State of Things&lt;/a&gt;&lt;br&gt; Stutzman and others on the etiquette, the addiction and the future of Facebook&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.readwriteweb.com/archives/is_twitter_really_that_big.php&quot;&gt;Is Twitter Really That Big?&lt;/a&gt;&lt;br&gt; 40% of Twitter users haven&amp;#39;t tweeted since 1st day, 25% not following anybody&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=IeqKZfIK568&quot;&gt;YouTube - Towards Privacy-aware OpenSocial Applications&lt;/a&gt;&lt;br&gt; Talk by Kun Liu of IBM Research on privacy scoring and applications&lt;/li&gt;

&lt;/ul&gt;&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.atlassian.com/opensocial/videos/google-io.jsp&quot;&gt;Google I/O video - Atlassian and OpenSocial&lt;/a&gt;&lt;br&gt; using OpenSocial to connect enterprise apps and power developer dashboards.&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.atlassian.com/opensocial/videos.jsp&quot;&gt;Atlassian - OpenSocial Videos&lt;/a&gt;&lt;br&gt; Atlassian has gone ga ga for Gadgets&lt;/li&gt;

&lt;/ul&gt;&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=f9zz83Gs5lY&amp;amp;hd=1&quot;&gt;YouTube - What is New in Rational Team Concert 2.0 Web UI&lt;/a&gt;&lt;br&gt; from Dejan Glozic, Team Concert Web UI and Dashboards Lead&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.mainsoft.com/products/document_collaboration_rational_jazz.aspx&quot;&gt;Mainsoft Document Collaboration for Rational Jazz&lt;/a&gt;&lt;br&gt; connects Rational Team Concert to your corporate collaboration infrastructure.&lt;/li&gt;

&lt;/ul&gt;&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://open-services.net/html/Home.html&quot;&gt;The Open Services for Lifecycle Collaboration (OSLC) initiative&lt;/a&gt;&lt;br&gt;creating open interfaces for software development services: requirements, change requests, user stores, test cases and more.&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;https://www.ibm.com/developerworks/mydeveloperworks/blogs/scott/entry/abrams_zetie_and_kersten_on_first_fruits_of_the_oslc&quot;&gt;dW podcasts: Abrams, Zetie and Kerston on OSLC&lt;/a&gt;&lt;br&gt;Interview with some of the folks behind OSLC.&lt;/li&gt;
&lt;/ul&gt;
</content>
    </entry>
</feed>

