<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dan Toczala&#039;s Blog</title>
	<atom:link href="http://dtoczala.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dtoczala.wordpress.com</link>
	<description>One Jazz professional&#039;s perspective....</description>
	<lastBuildDate>Wed, 04 Jan 2012 20:36:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dtoczala.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/03c2f8802b7e2836c387affd1a1fd671?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Dan Toczala&#039;s Blog</title>
		<link>http://dtoczala.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dtoczala.wordpress.com/osd.xml" title="Dan Toczala&#039;s Blog" />
	<atom:link rel='hub' href='http://dtoczala.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Jazz Performance Part 1 &#8211; Is my Network Causing me Pain?</title>
		<link>http://dtoczala.wordpress.com/2011/11/17/390/</link>
		<comments>http://dtoczala.wordpress.com/2011/11/17/390/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 03:55:08 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=390</guid>
		<description><![CDATA[Note: This is the first in a series of blog entries on Jazz Server performance.  Links to additional blog entries appear at the bottom of this blog. I have spent the past couple of weeks doing some interesting investigation into some performance issues and some system tuning with one of our customers.  It has been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=390&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>Note</strong>: This is the first in a series of blog entries on Jazz Server performance.  Links to additional blog entries appear at the bottom of this blog.<br />
</em></p>
<p>I have spent the past couple of weeks doing some interesting investigation into some performance issues and some system tuning with one of our customers.  It has been a really interesting exercise for me, and like most of the times that I work on things like this, I have been learning a lot.  There are a lot of things that exist out there that can help you check the operational health of your Jazz infrastructure.  Some of these I knew about, some of these I didn&#8217;t know about, and some of these I knew about but had forgotten.  Now let&#8217;s look at some basic techniques that just about anyone can use to identify issues in their Jazz infrastructure, and improve performance.</p>
<h3>No Software Needed &#8211; Using Metronome to Gauge Network Throughput and Latency</h3>
<p>The Jazz architecture is based on a set of Jazz servers located in some central location, like a data center.  You communicate to these servers using either the RTC Eclipse Client, or through your web browser.  This communication occurs over your network, and the speed and throughput of your network has a direct impact on the performance of the Jazz tools.  Slow or low-bandwidth networks will make the use of ANY web based application slow and painful.</p>
<h4>What it Does</h4>
<p>There is a great little tool included with your RTC Eclipse client, called Metronome.  Now I know what you are going to say, &#8220;Our performance with the Eclipse client is fine, we just have some web client issues&#8221;.  Metronome can help with those as well!!  The tool does a repeated ping test to the Jazz server, which gives you a range of ping times and a more accurate indication of latency in your network.  Networks with high latency will demonstrate poor performance, with either the Web client or the Eclipse client.</p>
<p>The tool will also do an upload and subsequent download of a 2MB file to the RTC server.  This gives you an indication of the network bandwidth that you have available to you.  This is important, since you may have a fast network, or a network with large bandwidth, but if the network is fully loaded, the effective speed of your transactions will be slower.  So don&#8217;t be fooled by a gigabit backbone, or a muscular NIC card.  use Metronome to find out what your throughput REALLY is.</p>
<p>If your performance is poor in the Eclipse client, the tool provides a lot of information which you can use to help you determine where you might be experiencing issues.  Read more details about the Metronome tool, and some of the other information that it provides, in the Jazz.net article <a href="https://jazz.net/blog/index.php/2008/02/01/the-jazz-metronome-tool-keeps-us-honest/"><strong>The Jazz metronome tool keeps us honest</strong></a>.</p>
<h4>How to Get Your Data</h4>
<p>Metronome comes packaged with your RTC Eclipse client in RTC 3.x.  Once you have the Eclipse client launched, connect to your RTC server.  Then from the menu bar select <strong>Window</strong> -&gt; <strong>Preferences</strong>.  In the resulting dialog, navigate to <strong>Team</strong> -&gt; <strong>Jazz Source Control</strong>, and check the box for the Metronome tool.</p>
<p><a href="http://dtoczala.files.wordpress.com/2011/11/metronome.png"><img class="aligncenter size-full wp-image-391" title="Metronome" src="http://dtoczala.files.wordpress.com/2011/11/metronome.png?w=500&#038;h=481" alt="" width="500" height="481" /></a></p>
<p>Now you will see a small metronome icon at the bottom of your Eclipse client.  <a href="http://dtoczala.files.wordpress.com/2011/11/metronomeicon.png"><img class="aligncenter size-full wp-image-392" title="MetronomeIcon" src="http://dtoczala.files.wordpress.com/2011/11/metronomeicon.png?w=500" alt=""   /></a></p>
<p>Double click on the icon, and select the connect that you want to test.  You will now see the Metronome results and guidance dialog.  Click on the <strong>Connection</strong> tab, and then click the <strong>Test Connection Speed</strong> button at the top of the dialog.  After the tests have run, you should then be able to see your results.  There is also some guidance on the types of results that you should expect to see.</p>
<p><a href="http://dtoczala.files.wordpress.com/2011/11/metronomeresults.png"><img class="aligncenter size-full wp-image-393" title="MetronomeResults" src="http://dtoczala.files.wordpress.com/2011/11/metronomeresults.png?w=500&#038;h=456" alt="" width="500" height="456" /></a></p>
<h4>What I See</h4>
<p>I get pretty good performance with my laptop accessing the Jazz.net server.  When connected to my home network, with my cable modem, I get ping times in the range of 80ms &#8211; 120ms.  Anything below 200ms will give you acceptable travelling performance, and if you can stay below 100ms you should see acceptable performance.  Values greater than 200ms indicate that you will experience slower performance due to network latency issues.  Talk to you network administrator and try to get your client machine &#8220;closer&#8221; (from a network perspective) to the RTC server.</p>
<p>For the effective upload/download speed, I see for 10KB/s &#8211; 15KB/s for my upload speed, and a range of 80KB/s &#8211; 100KB/s for my download speed.  This seems consistent with what I see when I use either my Eclipse or Web client.  Downloading files is fairly responsive, but uploads of files (attachments, code, blog postings with lots of diagrams) can be a bit slow.  We like to see upload/download speeds in the 60KB/s range for what would be considered acceptable performance.  If you are not seeing this, you can either look to increase the effective network bandwidth, or move your Jazz infrastructure to a less &#8220;noisy&#8221; part of your network.  In my case, all I can do is curse my ISP, and broadband cable technology in general.</p>
<p>One thing to note is that your results will vary depending on when you run the tool.  If you see good performance in the early morning (when nobody is loading up the corporate network), but poor performance at lunchtime (as everyone in the office watches their favorite YouTube videos), run metronome at those times and note the differences in the values returned.  The key thing to remember is that while a single measurement will not prove or disprove adequate network performance, it can help you understand your actual network performance better.</p>
<h3>Other Things to Try</h3>
<p>You can also use the <strong><a href="http://netalyzr.icsi.berkeley.edu/" target="_blank">Netalyzer</a> </strong>tool from Berkley labs.  This tool does an analysis of your network performance, and will give you an idea of what kind of performance you are seeing.  It is not just a simple dumb speed test (like<strong> <a href="http://www.speedtest.net/" target="_blank">Speedtest</a></strong>), or a simple ping measurement, it does a full assessment of the performance of your browser/network.  It is a web based tool that runs a Java applet within your browser.  It worked on Firefox for me, although my Chrome browser had some issues with it.  The output is great, and does a great job explaining everything.  Here is a look at what I saw when I ran it from my home office.</p>
<p><a href="http://dtoczala.files.wordpress.com/2011/11/netalyzr.png"><img class="aligncenter size-full wp-image-423" title="Netalyzr Output from my Home Office" src="http://dtoczala.files.wordpress.com/2011/11/netalyzr.png?w=500&#038;h=380" alt="" width="500" height="380" /></a>Interestingly enough, it pointed out that my ISP has a poorly performing DNS server, and over buffers packet traffic.  That refers to <strong><a href="http://queue.acm.org/detail.cfm?id=2076798" target="_blank">Buffer Bloat</a></strong>, a common issue today with network performance on the Internet.  I was impressed with the information provided by the tool &#8211; it took roughly 3 minutes to pull all of this together.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/390/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=390&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/11/17/390/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>

		<media:content url="http://dtoczala.files.wordpress.com/2011/11/metronome.png" medium="image">
			<media:title type="html">Metronome</media:title>
		</media:content>

		<media:content url="http://dtoczala.files.wordpress.com/2011/11/metronomeicon.png" medium="image">
			<media:title type="html">MetronomeIcon</media:title>
		</media:content>

		<media:content url="http://dtoczala.files.wordpress.com/2011/11/metronomeresults.png" medium="image">
			<media:title type="html">MetronomeResults</media:title>
		</media:content>

		<media:content url="http://dtoczala.files.wordpress.com/2011/11/netalyzr.png" medium="image">
			<media:title type="html">Netalyzr Output from my Home Office</media:title>
		</media:content>
	</item>
		<item>
		<title>Concerned partner, or intrusive tool vendor?  Tell me.</title>
		<link>http://dtoczala.wordpress.com/2011/11/10/concerned-partner-or-intrusive-tool-vendor-tell-me/</link>
		<comments>http://dtoczala.wordpress.com/2011/11/10/concerned-partner-or-intrusive-tool-vendor-tell-me/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 00:25:13 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=384</guid>
		<description><![CDATA[This week I have been involved in a series of discussions about the upgrade of the Jazz products from their 2.x versions to the 3.x versions.  As we discussed some of the challenges that our customers have faced, and the impact that an improved upgrade process would have, we were at a loss for being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=384&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week I have been involved in a series of discussions about the <strong><a href="https://jazz.net/library/article/698" target="_blank">upgrade of the Jazz products from their 2.x versions to the 3.x versions</a></strong>.  As we discussed some of the <strong><a href="https://jazz.net/library/article/679" target="_blank">challenges that our customers have faced</a></strong>, and the impact that an improved upgrade process would have, we were at a loss for being able to assess the impact to ALL of our customers.  We know the customers that we have sold products to, but we don&#8217;t know how big their Jazz repositories are, we don&#8217;t know how many licenses have been deployed,  and we don&#8217;t know how the products have been deployed.  So we began to discuss how to best find out some basic information from our customers.  People began to discuss how we should best ask our customers for this information.</p>
<p>After a few minutes of discussion, it occurred to me that we were thinking about this all wrong.  Why should we constantly be calling our customers and asking them about their Jazz deployments?  The Jazz servers capture a number of statistics about themselves and the repositories that hold their artifacts.  You can see these in the <strong><a href="https://jazz.net/library/article/461#Maintenance_of_Jazz_Repositories" target="_blank">administrative reports available</a></strong> on your Jazz servers.  If we could somehow harvest this information from our customers who have deployed the Jazz solution, then we would be able to be more proactive about the advice and guidance that we give our customers.</p>
<p>My idea is to have a small task that runs each time the data warehouse jobs run (typically nightly).  With each run, a small email is written which contains some basic high level information, which then gets sent back to the Jazz team.  The email is in plain text, so customers can easily monitor (and scan) the information that is being sent out.  Each server would have a switch where they could configure if the emails are sent out at all (so customers could elect not to participate), and a setting to configure where the email is sent (for those customers that want to review the contents of the email before forwarding to the Jazz team).  The basic information to collect would be the following:</p>
<ul>
<li>License usage &#8211; average, and peak for each license type</li>
<li>Repository sizes</li>
<li>Number of application servers, type, and locations (ie. a customer may have one JTS, one RTC, and two RQM applications, in different data centers, deployed)</li>
<li>Type of application server used (Tomcat or WAS), and type of database used (DB2, Oracle, SQL Server)</li>
<li>Basic REST response times (as a rough measure of performance)</li>
<li>Potentially a series of simple performance metrics</li>
</ul>
<p>I would then propose that we make this information readily available on Jazz.net, with customer names obscured, so our customers would be able to see what other Jazz deployments look like.  Are there other customers using the full set of CLM tools?  How many other customers are using two RTC applications sharing the same JTS?  Are our repositories considered large?  In addition, we would be able to monitor customer situations and offer predictive help.  We might also find that customers using the full set of CLM tools have RTC repositories that grow at an average rate of 20% per year, while stand alone RTC repositories only grow at a rate of 15% per year.</p>
<p>So now I have a question for the people who read this blog.  <strong>Does this seem like a good idea for you and your organization? </strong> Does this seem like a vendor that is looking to work with it&#8217;s customers to monitor it&#8217;s deployed products to improve them, or an intrusive vendor seeking to grab and gather information for their own use?  Would you turn on this capability?  Would you find value in seeing these metrics on Jazz.net?  Are there things that I should include in my list of collected data?  Things I should take out?</p>
<p><strong>I am looking for feedback on this idea.</strong>  If I get enough support for this, I will try to promote it so that it is included in a future version of the Jazz products.  So don&#8217;t be shy &#8211; let me know what you think.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=384&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/11/10/concerned-partner-or-intrusive-tool-vendor-tell-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning to Use Rational Publishing Engine with Jazz</title>
		<link>http://dtoczala.wordpress.com/2011/10/20/learning-to-use-rational-publishing-engine-with-jazz/</link>
		<comments>http://dtoczala.wordpress.com/2011/10/20/learning-to-use-rational-publishing-engine-with-jazz/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 13:12:13 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=377</guid>
		<description><![CDATA[Last week I was out doing some work with customers and training a group of people on the CLM 2011 solution in general, and on the upgrade process for moving from RTC 2.x/RQM 2.x/RRC 2.x to CLM 2011.  I love doing these types of sessions because I often end up learning how people react to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=377&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I was out doing some work with customers and training a group of people on the CLM 2011 solution in general, and on the upgrade process for moving from RTC 2.x/RQM 2.x/RRC 2.x to CLM 2011.  I love doing these types of sessions because I often end up learning how people react to the various materials that my Jumpstart team creates (in this case it was the <strong><a href="https://jazz.net/library/article/662" target="_blank">CLM 2011 Upgrade Workshop</a></strong>).  i also end up learning new things that I never knew about.  That was the case again, and I thought that it might help some of you if I shared what I have learned.</p>
<p>During the class I made the point that the CLM solution is wonderful, and the integrations are powerful, but only if our customers are able to leverage these integrations to help improve the speed or quality of their software.  One way customers realize the benefits of this is through the real-time colaboartion enabled by being able to seamlessly jump from doing one thing, say code development, to another, maybe checking the requirements that you are developing code for.  the other way that customers realize this benefit is through improved cross-capability reporting.  Being able to report and correlate data from you change management, configuration management, requirements management and test management tools is a powerful thing.</p>
<p>So we discussed <strong><a href="https://jazz.net/downloads/RRDI/releases/1.0.2" target="_blank">Rational Reporting for Development Intelligence (RRDI)</a></strong>, and we discussed how this was something that any Jazz customer has the entitlement to use, and how critical it can be to the overall success of some of our Jazz customers.  Then we also spent some time discussing <strong><a href="http://www-01.ibm.com/software/awdtools/pubengine/" target="_blank">Rational Publishing Engine (RPE)</a></strong> and Rational Reporting for Document Generation (RRDG).  Since we don&#8217;t run into these so much, I had to admit that I didn&#8217;t know a lot about these, other then the fact that <strong><a href="https://jazz.net/projects/rational-requirements-composer/" target="_blank">Rational Requirments Composer (RRC)</a></strong> uses the RRDG reporting engine to execute some of it&#8217;s reports.  Needless to say, I wasn&#8217;t providing too many answers to the questions my class was throwing out there.  All I could do is relate what I knew from having gone through the <strong><a href="https://jazz.net/library/article/675" target="_blank">CLM 2011 Reporting Workshop</a></strong> (which is VERY good).</p>
<p>One of the other students in the class was able to rescue me, and provide some very good information on our reporting solutions.  He pointed out to me and the rest of the class that they could enable themselves very easily with RPE, using the online resources available to everyone.  He shared some links with us to some tutorials for using RPE.  I glanced at them briefly, found them useful, and figured that I should share them with the rest of the world:</p>
<ul>
<li><strong><a href="http://www.ibm.com/developerworks/wikis/display/rpe/RPE+-+RQM+Tutorial+v3" target="_blank">RPE and RQM Tutorial for version 3.x</a></strong></li>
<li><strong><a href="http://www.ibm.com/developerworks/wikis/display/rpe/RPE+-+RRC+3.0.1+v3" target="_blank">RPE and RRC Tutorial for version 3.x</a></strong></li>
</ul>
<p>So if you get a chance, run through these and let me know what you think.  I would be interested in hearing your feedback on how useful these tutorials are.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/377/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/377/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/377/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=377&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/10/20/learning-to-use-rational-publishing-engine-with-jazz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Jazz CLM and Open Source &#8211; Comparison and Strategy</title>
		<link>http://dtoczala.wordpress.com/2011/09/19/jazz-clm-and-open-source-comparison-and-strategy/</link>
		<comments>http://dtoczala.wordpress.com/2011/09/19/jazz-clm-and-open-source-comparison-and-strategy/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 16:33:08 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=366</guid>
		<description><![CDATA[I have not been blogging as much recently, my new position has kept me quite busy.  I have received multiple inquiries on how Jazz CLM compares to open source in the past couple of weeks, and I keep pointing people to some of my older blog posts on How Does Jazz Compare to Open Source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=366&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have not been blogging as much recently, my new position has kept me quite busy.  I have received multiple inquiries on how Jazz CLM compares to open source in the past couple of weeks, and I keep pointing people to some of my older blog posts on <strong><a title="How Does Rational Jazz Compare with Open Source Solutions" href="http://dtoczala.wordpress.com/2009/02/18/how-does-rational-jazz-compare-with-open-source-solutions/">How Does Jazz Compare to Open Source Solutions</a></strong> and <strong><a title="Jazz in the Real World" href="http://dtoczala.wordpress.com/2009/04/02/jazz-in-the-real-world/">Jazz in the Real World</a></strong>.  Both of those posts are quite old, so perhaps it is time to update them.</p>
<h3><strong>Comparing Open Source and Jazz CLM</strong></h3>
<p>Comparison of open source solutions and the Jazz CLM solution is extremely tough.  Where you end up seems to depend on your point of view, and in what you find to be important.  Open Source solutions appeal to smaller teams, because of the low cost of obtaining the tools in question (essentially $0 licensing), and the high degree of autonomy that teams have when deploying these tools.  In addition, when looking at this from just a software development team perspective, the tools do the job that they are intended for, are lightweight, and considered &#8220;good enough&#8221;.  The standard question is , &#8220;Why pay money for additional functionality which you will never use?&#8221;.  It is a valid point.</p>
<p>The Jazz CLM solution appeals to larger teams, and to people who deal with multiple software development teams.  When teams want to be able to share repository information, roll up software development metrics, and have visibility across multiple software projects/teams, then the Jazz CLM solution is a clear winner over open source solutions.  The integration of the data elements, and the visibility of information is much better with Jazz CLM.</p>
<p>You might have noticed that I am being very general at this point, and not going into specific functionality.  That is because the differences in developer desktop functionality are often quite minor.  People tend to like what they are comfortable with, and the relative &#8220;ease of use&#8221; and &#8220;look and feel&#8221; types of measures are extremely subjective and based largely on the experiences of the individual.</p>
<p>The broad general statement that you can use to differentiate Jazz CLM and just about every open source tool is that open source is cheaper to obtain, but the Jazz CLM offers more robust integrations and reporting capabilities.  This is a broad generalization, since in many cases the overall cost of ownership for Jazz CLM may be lower than open source, and also since a well crafted open source solution can offer adequate integrations and reporting capabilities.  The key here is determining the overall cost to your organization.  If you are building the infrastructure to integrate open source solutions, you will need to spend time/money both creating and maintaining these integrations.  If you are deploying to a large organization you should also factor in the administrative costs, in terms of overall tool administrators, as well as in terms of the amount of &#8220;self-service&#8221; administration done by each of the individual teams.  (see my blog posting <strong><a title="Jazz Hands – Administration and Cost of Ownership" href="http://dtoczala.wordpress.com/2009/08/06/jazz-hands-administration-and-cost-of-ownership/">Jazz Hands &#8211; Administration and Cost of Ownership</a></strong>)</p>
<p>One other cautionary statement.  Do your research, but consider your sources.  I am an employee of IBM, and I work on the Jazz development team.  You can Google blogs and articles on software development tools and get about 2000 different opinions.  Some love Jazz, some love open source, some love other commercial products.  Always read these things with an open mind, and consider the author.  Some of them you can trust to be fair and balanced (I hope that you have me in this category), while others will clearly have a highly biased view of things.</p>
<h3>Other Considerations When Comparing Jazz and Open Source</h3>
<p>Some of the other things that you need to consider when comparing Jazz and open source solutions can become quite important, and often they go unmentioned.  One of the key things that HAS to be considered are the interests of ALL of your stakeholders.  Software development environments impact many different levels of the organization, some directly, some indirectly.</p>
<p>Software developers and software testers are two core groups of stakeholders whose concerns need to be addressed.  Do the tools in question address their needs for automation, information sharing, and workflow management? How many of their opinions are based on objective measures, and how many are based on a level of comfort with a particular technology?</p>
<p>Software integrators and delivery teams also need to be considered. Can multiple development efforts be tracked and coordinated??  How can I tell the progress of the multiple teams whose software I depend on to deliver particular capabilities to the business?  Do I have visibility to the information that I need?</p>
<p>Your Operations team needs to be considered.  Can this solution be supported by a centralized service team?  Can the solution be easily deployed and scaled as needs change within the organization?  How easy is it to deploy and maintain the solution?  What SLA&#8217;s are expected?</p>
<p>Finally, your Management needs to be considered.  Sometimes they will be the driving force behind a decision, since they have to sign off on the purchase of licenses, hardware and network infrastructure to support a software development environment.  Will they be able to have the access to the information that they need?  Will they be able to satisfy any regulatory requirements?  Will they have transparent views and access to see how their development teams are doing?  Do they sufficiently understand the concerns of the other stakeholders?</p>
<p>Take all of your stakeholders into account before deciding on a course of action.  Weigh the costs and benefits of your approach to each group, and then clearly let them know what these costs and benefits are.  Regardless of your decision, and how it reflects the concerns of each group of stakeholders, ALL of your stakeholders will be more open and cooperative during the deployment of your solution if they understand the reasons for your choice, and they feel that their concerns were heard and understood.</p>
<h3>Strategic Considerations of Software Development Tooling</h3>
<p>The strategic considerations of what types of software development tools that you use, and how you deploy these tools to your organization are quite important.  So far in this article I have provided an overview of the things that you will want to consider, and some idea on some of the more common benefits of Jazz CLM and open source.</p>
<p>In my mind I like to look at the tools used to support a software development environment as an investment.  You are spending money on licenses, hardware, training, etc., in order to improve your software development capabilities.  Are you getting an adequate return on this investment?</p>
<p>The investing angle also helps me frame the entire conversation about if an organization should choose Jazz CLM or an open source stack of tools.  I would argue that you should use BOTH.  The Jazz CLM solution allows open source tools to be easily integrated into the Jazz environment.  This allows teams to choose the tools that best fit their needs, while maintaining the ability to provide reporting and visibility to the efforts of the software development teams.  You use the mix of tools that best fit your software development culture.</p>
<p>Like any investment portfolio, you need to be diversified.  It helps you avoid the risks associated with depending on a single company, technology, or approach.  You need to be free to try new technologies and approaches, without having to scrap your software development infrastructure every 5 years.  I recently read an article that talked about how new technologies have disrupted the industry in the past.  On Route 128 outside of Boston you can still see the shells of the old DEC and Wang headquarters.  During the 1980&#8242;s we all assumed that these vendors would always be around to support their products.  They are both long gone now.  Not relying on a single source for your solution will allow you flexibility in the future, and reduces the risks associated with the loss of support for any portion of your software development infrastructure.</p>
<p>Utilizing the Jazz CLM technologies mixed with open source, you reduce the risks of going with an IBM-only or open source-only approach.  If you choose tools that support the <strong><a href="http://open-services.net/">OSLC specification</a></strong>, you can also include tools and capabilities from other vendors as well.</p>
<p>I can hear your objections now &#8211; &#8220;We wanted to consolidate tools, to reduce costs and improve reporting and metrics!&#8221;.  With a Jazz CLM infrastructure you will get consistent metrics reporting, roll up of data, and transparency to the efforts of the software development teams. Now your administrative costs will increase with more tools (more things to train administrators and end users on), so I would not suggest adopting any open source tool with Jazz CLM.  I would select a strategic set of Jazz/open source/other vendor capabilities that will provide some real value to my teams.</p>
<h3>Conclusions</h3>
<p>So this article has discussed some of the tradeoffs and considerations that you need to be aware of when trying to decide between open source tools and Jazz CLM.  My argument is that these decisions need to be made with an understanding of the strategic implications of your decision, and an eye on reducing the long term risks of your decision.  The choice between open source and Jazz CLM is not an either/or proposition.  Having a mix of open source, the Jazz CLM technology and other vendor solutions (as long as they all are able to integrate via OSLC) allows teams to choose the appropriate tools for their particular task.  A healthy portfolio of software development tools and technologies should be diversified to reduce the risks associated with technological obsolescence and support for your solutions.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=366&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/09/19/jazz-clm-and-open-source-comparison-and-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Are You Upgrading Jazz to CLM 2011?</title>
		<link>http://dtoczala.wordpress.com/2011/08/09/are-you-upgrading-jazz-to-clm-2011/</link>
		<comments>http://dtoczala.wordpress.com/2011/08/09/are-you-upgrading-jazz-to-clm-2011/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 20:18:59 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=356</guid>
		<description><![CDATA[I have a lot of people who have been reaching out to me recently, and they are all asking the same question. &#8220;Where do I start when I want to upgrade to CLM 2011?&#8221;. Your first stop should be your local IBM Sales team.  They should be able to get you in touch with the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=356&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a lot of people who have been reaching out to me recently, and they are all asking the same question.</p>
<p><strong>&#8220;Where do I start when I want to upgrade to CLM 2011?&#8221;.</strong></p>
<p>Your first stop should be your local IBM Sales team.  They should be able to get you in touch with the right people inside of IBM to help you learn about, plan, and then execute your upgrade.  Keep in mind that this upgrade can be complex, and that you will need to make some choices that will impact your future options for scaling and the deployment of your solution.  So here is a list of what you really should do:</p>
<ul>
<li><strong>Contact your IBM sales team</strong> &#8211; they will hand you this same list, but they may also be able to provide you with up-to-date information and some assistance in the planning of your upgrade.</li>
<li><strong>Remember to READ upgrade directions CAREFULLY</strong> &#8211; Many people get into trouble when they skip steps, or go looking for specific answers and read things out of context!</li>
<li><strong>Read about</strong> <a href="https://jazz.net/library/article/686"><strong>URI stability</strong></a>, <strong>and the</strong> <strong><a href="https://jazz.net/library/article/679">Upgrade FAQ</a> </strong>-  Do this before you <strong>plan </strong>your upgrade, it will help you understand some of the reasons for how the upgrade is done, and what limitations you have during upgrade.  Plan your URI&#8217;s, and read Tim Berners-Lee&#8217;s article called <strong><a href="http://www.w3.org/Provider/Style/URI">Cool URI&#8217;s Don&#8217;t Change</a></strong>.</li>
<li><strong>Fill out the</strong> <strong><a href="https://www-304.ibm.com/software/support/trial/cst/forms/survey.wss?id=3238">upgrade assessment tool</a></strong> &#8211; This will help you understand your current Jazz environment, and help us understand your situation better.</li>
<li><strong>Run through the</strong> <strong><a href="https://jazz.net/library/article/662">upgrade workshop</a></strong> <strong>BEFORE</strong> <strong>you plan your upgrade</strong> -  This is CRITICAL &#8211; you will understand more about your options after doing this workshop.</li>
<li><strong>PLAN your upgrade</strong> &#8211; Work with IBM, we may be able to help you with this planning.</li>
<li><strong>Read the</strong> <a href="http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/index.jsp"><strong>Infocenter</strong></a> <strong>carefully</strong> &#8211; Make use of the <strong><a href="http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/index.jsp?topic=/com.ibm.jazz.install.doc/topics/roadmap_clm_upgrade.html">interactive upgrade guide</a></strong>.  (again, skipping steps will cause you to have problems!)</li>
<li><strong>TEST</strong> <strong>your upgrade</strong> &#8211; Do this to test out your execution of the upgrade, and so you can time the procedures needed.</li>
</ul>
<p>I know that this list may look large, but it is critical that your upgrade be done properly.  The question that I always seem to get when I present people with this list is, &#8220;OK, that is for your usual customers, but we are smart/in a hurry/adventurous.  What is the short version of things that we have to do?&#8221;.   <strong>THIS IS THE SHORT VERSION</strong>!!  The Jumpstart team spent months of testing effort helping to get the upgrade process as smooth as possible.  We also spent a lot of time developing the <strong><a href="https://jazz.net/library/article/662">upgrade workshop</a></strong>, and everyone who has used it thus far has remarked on how much better they understood and were able to perform their CLM upgrade.  It may take a while to go through it, but it is an <strong>essential</strong> part of planning for your upgrade.</p>
<p>So spend the time doing your homework and planning BEFORE you upgrade, and your upgrade experience will be smooth and uneventful.</p>
<p>I have to thank Jim Ruehlin (read his blog, <strong><a href="http://jazzpractices.wordpress.com/">Jazz Practices</a></strong>) for providing the inspiration for this post.  As we were talking about this topic this afternoon, it became something that I urgently had to get down on paper.  Jim is part of my Jumpstart team and (along with the rest of the Jumpstart team)  is one of the foremost experts around Jazz upgrades.</p>
<p>Added on 9/21/2011 &#8211; <strong>Additional info</strong>:  Check out Jim Ruehlin&#8217;s blog on URI&#8217;s, &#8220;<strong><a href="http://jazzpractices.wordpress.com/2011/07/21/you-cant-change-the-public-uri-really-you-cant/" target="_blank">You Can&#8217;t Change the Public URI. Really. You Can&#8217;t.</a></strong>&#8220;, and David Chadwick&#8217;s blog, &#8220;<strong><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/dchadwick/entry/public_urls_are_casted_in_stone_how_do_i_plan_for_the_future4?lang=en_us" target="_blank">Public URL&#8217;s are Cast in Stone &#8211; How Do I Plan for the Future?</a></strong>&#8220;</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=356&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/08/09/are-you-upgrading-jazz-to-clm-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Why should you care about OSLC?</title>
		<link>http://dtoczala.wordpress.com/2011/07/20/why-should-you-care-about-oslc/</link>
		<comments>http://dtoczala.wordpress.com/2011/07/20/why-should-you-care-about-oslc/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 06:04:20 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=348</guid>
		<description><![CDATA[Been spending this week in Australia talking to our customers and learning all about the &#8220;Land down under&#8220;.  It has been an interesting few days, and I still have a couple of more days left to go.  I did have one really interesting conversation with a customer that has stuck with me.  It was one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=348&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Been spending this week in <strong><a href="http://www.lonelyplanet.com/australia">Australia</a></strong> talking to our customers and learning all about the &#8220;<strong><a href="http://en.wikipedia.org/wiki/Down_Under">Land down under</a></strong>&#8220;.  It has been an interesting few days, and I still have a couple of more days left to go.  I did have one really interesting conversation with a customer that has stuck with me.  It was one of those conversations that you keep thinking about, it sticks in your head and nags you.  You keep replaying it in your mind, wondering why the conversation didn&#8217;t quite feel right.  Then it comes to you!!  You realize that you could have burned through the complexity if only you had uttered one sentence, asked that one question.  You spend about 10 minutes thinking about <strong><a href="http://www.funny-games.biz/pictures/313-loser2.html">what an idiot you are</a></strong>, and you decide to redeem yourself by writing a blog entry.  That happened to me this week.  This is that blog entry, and it all centered around OSLC.</p>
<p>I had been talking to a customer about the relative merits of the jazz platform, and how some of the core architectural decisions that we made have had some very profound impacts on our Jazz based products.  We spent some time discussing how the use of <strong><a href="http://www.w3.org/standards/semanticweb/data">linked data</a></strong> and <strong><a href="http://www.xfront.com/REST-Web-Services.html">REST</a></strong> based objects in our <strong><a href="https://jazz.net/about/about-jazz-platform.jsp">Jazz architecture</a></strong> has made it possible to have a robust and flexible framework for integrating software development tools.  They had an interesting issue that they wanted to explore.</p>
<p>They have a set of homegrown tools for their mainframe development environment, and they are looking at the <strong><a href="https://jazz.net/projects/clm/">Jazz CLM solution</a></strong> for their distributed (what they called their mid-range) development teams.  They had a lot of questions about <strong><a href="http://open-services.net/">OSLC</a></strong>, and were very interested in how easy or hard it would be to do an <strong><a href="http://open-services.net/adopt/">OSLC interface</a></strong> to their mainframe SCM systems.  How would they do it?  (Check out the <strong><a href="http://www.eclipse.org/proposals/technology.lyo/">Lyo project for Eclipse</a></strong>)  The reason they were interested is that they wanted to be able to reference change sets from both the mid-range development teams, as well as the mainframe development teams, when they had work items that had work that was required in both domains.</p>
<p>I shared with them some of the <strong><a href="http://open-services.net/learn/">concepts behind OSLC</a></strong>, as well offering them some use cases for this kind of work (like using a parent work item with child work items on either side of the mid-range/mainframe divide). Then we talked about flexibility of the Jazz environment, and the balance that you need to strike between having the power to modify and customize systems without limit, and the need to have systems that are easy to maintain and operate.  If that flexibility was without cost in terms of development and maintenance, then everyone would create their own custom software development environments.  We discussed how your development tools need to be good enough that they help speed your development, improve your quality, and enhance you collaboration, without having a high overhead expense associated with keeping them maintained and administered.</p>
<p>They kept coming back to the relative difficulty of producing an OSLC interface for their current mainframe SCM.  Without time to look at what they had in place, it was impossible for me to really tell them anything intelligent.  They seemed to be searching for an answer that I just couldn&#8217;t give them.  It was a good conversation, but it felt a bit unfinished.</p>
<p>It wasn&#8217;t until I <strong><a href="http://www.taxiscombined.com.au/index.htm">was in the cab</a></strong> on the way back to the hotel that I realized what I had failed to mention.  It didn&#8217;t really matter how much effort was required to create an OSLC interface for their mainframe system.  What matters is the relative cost of that interface.  If they wanted to do this on their own, without OSLC, then they would need to create something similar to OSLC.  Which means they would need to do that, AND the effort that they had been asking me about.  What other alternative is there if you want to link your data?  The value of OSLC is that it is already there, already proven, and can be used as a framework enabling communication between different software development tools, without worrying about any vendor specific or proprietary interfaces.</p>
<p>I guess the lesson here is that the REAL value of OSLC isn&#8217;t in the bits and bytes, but it is in the concept.  Tools should be able to discover each other other, determine services, and create links and relationships between their artifacts regardless of vendor or technology.  OSLC is the common language that software development tools can use to seamlessly communicate with each other, without brittle and hard to maintain point-to-point integrations.  You can either use what is already there, and has been proven, or take the time and expense of trying to create it yourself.  When you frame it in those terms, the problem seems much less daunting, and the answer seems a bit more obvious.</p>
<p>Now all I have to do is find those guys so I can tell them&#8230;&#8230;.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=348&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/07/20/why-should-you-care-about-oslc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Differences in Implementing Jazz with WebSphere and Tomcat</title>
		<link>http://dtoczala.wordpress.com/2011/07/06/differences-in-implementing-jazz-with-websphere-and-tomcat/</link>
		<comments>http://dtoczala.wordpress.com/2011/07/06/differences-in-implementing-jazz-with-websphere-and-tomcat/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 21:20:28 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=345</guid>
		<description><![CDATA[In recent weeks I keep on getting requests from customers to answer their questions on the differences between using WebSphere and Tomcat as the web server for their Jazz deployments.  So like always, if I have to answer something more than twice, I try to blog about it. So what are the differences between Tomcat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=345&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In recent weeks I keep on getting requests from customers to answer their questions on the differences between using WebSphere and Tomcat as the web server for their Jazz deployments.  So like always, if I have to answer something more than twice, I try to blog about it.</p>
<p>So what are the differences between Tomcat and WebSphere?  At the most simple level, Tomcat is open source, and WebSphere is an IBM product.  You can Google &#8220;WebSphere vs Tomcat&#8221;, and see articles that claim that <strong><a href="http://www.mulesoft.com/tomcat-websphere" target="_blank">Tomcat is much better</a></strong>, and others that claim that <strong><a href="http://www.redbooks.ibm.com/abstracts/redp0198.html" target="_blank">WebSphere is superior</a></strong>.  In what I have seen in practice, and what my customers have told me, WebSphere seems to scale better, and has better support for enterprise types of functionality (like clustering, identity and authentication, and so on).  Some like Tomcat for it&#8217;s simplicity, which is pretty nice.  I think that it probably boils down to what your experiences have been, and where your organization has expertise.</p>
<p>From a higher level, IBM is able to sell WebSphere because it has advanced capabilities that the open source alternatives do not have.  WebSphere is easier to administer, and allows you to deploy things in different profiles, which allows you to take down one Jazz application without impacting the other running applications.  Some other Jazz related things that you can do with WebSphere that are difficult (or impossible) with Tomcat:</p>
<ul>
<li>Single Sign On solutions are easier to support with WebSphere, and Tomcat does not support a distributed single sign on capability (if you have different web servers for the various Jazz products).</li>
<li>WebSphere has an Administration UI that greatly simplifies the following operations:</li>
<ul>
<li>Installation of applications</li>
<li>Stopping and starting those applications (on an individual basis)</li>
<li>The configuration of the JVM properties used by the applications</li>
<li>The setting up of a reverse proxy</li>
</ul>
<li>More flexibility with LDAP security and support, with an ability to map LDAP groups and roles to Jazz application groups</li>
<li>Ability to more easily use monitoring capabilities to observe web server performance</li>
</ul>
<p>In addition, some of the newer planned capabilities for the Jazz applications will be initially implemented on WebSphere.  Now I can&#8217;t tell you what those capabilities might be, but a quick look at our plans out on <strong><a href="http://jazz.net/" target="_blank">Jazz.net</a></strong> should give you some idea of what those might be.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=345&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/07/06/differences-in-implementing-jazz-with-websphere-and-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrating with Perforce with Jazz &#8211; It is possible!</title>
		<link>http://dtoczala.wordpress.com/2011/06/16/integrating-with-perforce-with-jazz-it-is-possible/</link>
		<comments>http://dtoczala.wordpress.com/2011/06/16/integrating-with-perforce-with-jazz-it-is-possible/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 14:26:02 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=339</guid>
		<description><![CDATA[Just read a great new article on IBM Developerworks by Ken Kumagai.  It&#8217;s titled Integrate Perforce configuration management with Rational Team Concert 3.0, and it is a long article explaining how you can integrate with Perforce and use Perforce as your SCM solution in the Jazz environment.  The article goes over some of the use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=339&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just read a great new article on IBM Developerworks by Ken Kumagai.  It&#8217;s titled <strong><a href="http://www.ibm.com/developerworks/rational/library/integrate-perforce-rational-team-concert/index.html" target="_blank">Integrate Perforce configuration management with Rational Team Concert 3.0</a></strong>, and it is a long article explaining how you can integrate with Perforce and use Perforce as your SCM solution in the Jazz environment.  The article goes over some of the use cases addressed by this solution, and it also provides guidance around the installation of the integration.  Ken does a great job of explaining how the integration is done, and provides the Perl scripts and plugin that are used to implement this integration.</p>
<p>Keep in mind that you will not have all of the functionality that you would have if you were using Jazz SCM, the integration just provides for the linking of Perforce changelists to Jazz work items.  This is not an integration that is done at the <strong><a href="http://open-services.net/primer/what_is_oslc.php" target="_blank">OSLC</a></strong> level.  For those customers that have an absolute need to keep Perforce as their SCM solution, this allows them to enjoy the advantages of the Jazz architecture without having to change SCM systems.</p>
<p>For those of you who don&#8217;t care about Perforce, the article is still informative.  It provides a nice example and reference implementation for the linking of other SCM solutions with the Jazz architecture.  Ken&#8217;s approach is something that you can use to link other tools and repositories into the jazz environment.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=339&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/06/16/integrating-with-perforce-with-jazz-it-is-possible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
		<item>
		<title>Innovate 2011 &#8211; Drop by the Jazz Cafe</title>
		<link>http://dtoczala.wordpress.com/2011/06/01/innovate-2011-drop-by-the-jazz-cafe/</link>
		<comments>http://dtoczala.wordpress.com/2011/06/01/innovate-2011-drop-by-the-jazz-cafe/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 12:28:24 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=325</guid>
		<description><![CDATA[It&#8217;s been a busy first half of the year for me, with a change in jobs, and the new CLM release.  This year I also get the pleasure of pulling together some subject matter experts for sessions at the Jazz Cafe, with a lot of help from Robin Garside.  I have an early copy of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=325&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a busy first half of the year for me, with a change in jobs, and the new CLM release.  This year I also get the pleasure of pulling together some subject matter experts for sessions at the Jazz Cafe, with a lot of help from Robin Garside.  I have an early copy of the schedule and agenda for the Jazz Cafe, being held again this year at <strong><a href="http://www-01.ibm.com/software/rational/innovate/">Innovate 2011</a></strong>, which you can check out below.</p>
<p>The Jazz Cafe is going to be much more interactive this year.  We have had customers give us very positive feedback on the informal help and conversations that they have had with our experts in the Jazz Cafe.  This year we will also be running our own miniature conference, with subjects covering a wide array of topics.  Even if you have questions on a topic that is not on the schedule, I strongly encourage you to drop by.  We will have members of the Jazz Jumpstart team available to answer questions and address your issues (even if they aren&#8217;t on the schedule, or if you missed one of our sessions).  We&#8217;ll also have some people just grabbing coffee and relaxing between sessions in the Jazz Cafe.</p>
<p>So be sure to drop by the Jazz Cafe to make connections with our experts, meet other Jazz users, exchange ideas and approaches to address software development issues, and just relax in an informal and creative atmosphere.  The Cafe will be open on Monday, Tuesday and Wednesday, from 9:45am to 11:00am, and again from 2:00pm to 4:00pm.</p>
<p>Here is a link to the schedule of events in the Jazz Cafe:</p>
<p><strong><a href="http://dtoczala.files.wordpress.com/2011/06/jazz_cafe_2011.pdf">Jazz_Cafe_2011</a></strong></p>
<p>Here is a quick look at it &#8211; but it might be small in your browser&#8230;.</p>
<p><a href="http://dtoczala.files.wordpress.com/2011/06/jazz_cafe_20111.png"><img class="aligncenter size-full wp-image-330" title="Jazz_Cafe_2011" src="http://dtoczala.files.wordpress.com/2011/06/jazz_cafe_20111.png?w=500&#038;h=647" alt="" width="500" height="647" /></a></p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=325&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/06/01/innovate-2011-drop-by-the-jazz-cafe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>

		<media:content url="http://dtoczala.files.wordpress.com/2011/06/jazz_cafe_20111.png" medium="image">
			<media:title type="html">Jazz_Cafe_2011</media:title>
		</media:content>
	</item>
		<item>
		<title>I Am Too Busy &#8211; Using RSS to Keep Up With Jazz News</title>
		<link>http://dtoczala.wordpress.com/2011/05/10/i-am-too-busy-using-rss-to-keep-up-with-jazz-news/</link>
		<comments>http://dtoczala.wordpress.com/2011/05/10/i-am-too-busy-using-rss-to-keep-up-with-jazz-news/#comments</comments>
		<pubDate>Tue, 10 May 2011 18:57:18 +0000</pubDate>
		<dc:creator>dtoczala</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://dtoczala.wordpress.com/?p=322</guid>
		<description><![CDATA[I have not had too many interesting blog postings lately because I have been up to my ears in work.  Like the rest of the Jazz team, I am working hard to prepare the next delivery of the Jazz tools.  I don&#8217;t have a lot of spare time these days, and one of those little [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=322&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have not had too many interesting blog postings lately because I have been up to my ears in work.  Like the rest of the Jazz team, I am working hard to prepare the next delivery of the Jazz tools.  I don&#8217;t have a lot of spare time these days, and one of those little things that I often rely on to help me stay connected to the Jazz community is RSS.  RSS is great, because with a feed reader I can consume news when I want.  I&#8217;m on Linux, so I just use the Liferea Feed Reader, and I subscribe to a bunch of different Jazz RSS feeds to help me stay on top of what is happening in the community.</p>
<p>What if you are new to the jazz world, and don&#8217;t have a collection of RSS feeds?  Don&#8217;t worry, a friend of mine has pulled together a collection of &#8220;essential&#8221; Jazz feeds for your RSS reader.  <strong><a href="https://www.ibm.com/developerworks/mydeveloperworks/profiles/html/profileView.do?key=a18a1b66-bc41-44c9-861a-639b57d2fffa&amp;lang=en" target="_blank">Darrel Rader</a></strong> works in the Rational brand with me, and he has collected a bunch of very good Jazz feeds into one bunch, in an OPML file that you can download and import into your own RSS feed reader.  Just click on this link for Darrel&#8217;s <strong><a href="https://www.ibm.com/developerworks/mydeveloperworks/files/form/anonymous/api/library/5a56c6ce-f441-4127-b27c-f0e3c2c79fba/document/5019ba51-d5c4-4669-9ce6-e441adcf8454/media/Jazz.net RSS Feed Set.opml" target="_blank">Jazz RSS Feeds</a></strong>.  It&#8217;s a great way for new users of the Jazz platform to  stay on top of current events, and noteworthy news.</p>
<p>I would provide some more help and guidance on different RSS feed readers to use (I use <a href="http://liferea.sourceforge.net/" target="_blank"><strong>Liferea</strong></a>, Darrel likes <a href="http://www.rssowl.org/" target="_blank"><strong>RSSOwl</strong></a>, and there is an <a href="https://addons.mozilla.org/en-US/firefox/addon/opml-support/" target="_blank"><strong>OPML addon for Firefox</strong></a>), and how to import the OPML file, but like I said, I am insanely busy.  Just download Darrel&#8217;s feeds, look at some of the FAQ&#8217;s and help with your favorite RSS reader, and begin to feel more connected.  It shouldn&#8217;t take you longer than 10 or 15 minutes to set up.</p>
<br />Filed under: <a href='http://dtoczala.wordpress.com/category/software-development/'>Software Development</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dtoczala.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dtoczala.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dtoczala.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dtoczala.wordpress.com&amp;blog=6569395&amp;post=322&amp;subd=dtoczala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dtoczala.wordpress.com/2011/05/10/i-am-too-busy-using-rss-to-keep-up-with-jazz-news/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab777c57d9a5acebb7dfef4294428de2?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">dtoczala</media:title>
		</media:content>
	</item>
	</channel>
</rss>
