<?xml version="1.0" encoding="utf-8"?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="https://rollerweblogger.org/roller-ui/styles/rss.xsl" media="screen"?><rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
  <title>Blogging Roller</title>
  <link>https://rollerweblogger.org/roller/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://rollerweblogger.org/roller/feed/entries/rss?tags=lotusconnections" />
  <description>Dave Johnson on open web technologies, social software and software development</description>
  <language>en-us</language>
  <copyright>Copyright 2026</copyright>
  <lastBuildDate>Mon, 18 May 2026 08:23:39 +0000</lastBuildDate>
  <generator>Apache Roller 6.1.5</generator>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/wip_common_navigation</guid>
    <title>WIP: Common Navigation</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/wip_common_navigation</link>
    <pubDate>Sun, 27 Mar 2011 10:08:44 +0000</pubDate>
    <category>Web Development</category>
    <category>asf</category>
    <category>jazz</category>
    <category>lotusconnections</category>
    <category>patterns</category>
    <category>ux</category>
    <category>wip</category>
<atom:summary type="html">&lt;p style=&quot;font-style:italic;&quot;&gt;
This is the second 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;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;
Synopsis&lt;/p&gt;

&lt;p&gt;Make separate web sites and applications appear to be one by using common user interface elements for navigation.&lt;/p&gt;
</atom:summary><description>&lt;p style=&quot;font-style:italic;&quot;&gt;
This is the second 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;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;Synopsis&lt;/p&gt;

&lt;p&gt;Make separate web sites and applications appear to be one by using common user interface elements for navigation.&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;
Motivations&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Provide easy navigation between integrated web sites &amp;amp; applications.&lt;/li&gt;
&lt;li&gt;Make separate web sites appear to be one and parts of the same overall user interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;
Related patterns&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;/ul&gt;

&lt;p&gt;This pattern is an extension of the Links pattern. The idea is to use links combined with common user interface (UI) elements, as a way to provide navigation between integrated sites and to make the separate sites appear to be parts of a whole application. This pattern is usually implemented via a banner with links, a tabs or some other type of menu component.&lt;/p&gt;

&lt;p&gt;To make this work, somebody has to create the common navigation, give it an attractive design, decide which web sites or applications are included in the navigation. Consequently, this pattern works well for a set of web sites owned by the same organization, or a suite of packaged web applications.&lt;/p&gt;

&lt;h3&gt;Pros and Cons&lt;/h3&gt;

&lt;p&gt;The advantages of Common Navigation are that it works, it does make separate web sites seem to be part of one integrated whole and it&amp;#39;s relatively easy to implement. One disadvantage of this approach is that the Common Navigation elements can either conflict with, in a visual sense, or distract from the web sites themselves. But if you&amp;#39;re selling a suite of web applications, you&amp;#39;ve got control of whole design and you can solve this problem.&lt;/p&gt;

&lt;h3&gt;Examples&lt;/h3&gt;

&lt;p&gt;Here are some examples of Common Navigation that I see almost everyday. The first is Google.&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;Common Navigation in Google web applications&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://gmail.com&quot;&gt;Google Mail&lt;/a&gt;, Calendar and other Google apps all share a Common Navigation bar across the top of the page. Google decides which apps appear in the menu, and the tech blogs whine whenever an item is moved or removed from the line-up. This is  a pretty shallow integration: just links to applications and no more.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/50121a6f-4e8a-43a6-a13a-b01e11a1ca6c&quot;&gt;

&lt;p&gt;Now, let&amp;#39;s see a deeper example.&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;Common Navigation in IBM Lotus Connections&lt;/p&gt;

&lt;p&gt;IBM &lt;a href=&quot;http://www.ibm.com/software/lotus/products/connections/&quot;&gt;Lotus Connections&lt;/a&gt; is a suite of social software applications including social networking, blogs, wiki, forums, file sharing and etc. As you can see below, Common Navigation is used to provide links, not just to applications, but into specific parts of applications. For example, the Latest Entries page in the Blogs app, and the Wikis that I own vs. Public Wikis.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/6284aed1-5625-4ae3-b387-b5e7ad5ba47d&quot;&gt;

&lt;p&gt;Next, another suite example.&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;Common Navigation in IBM Rational Team Concert&lt;/p&gt;

&lt;p&gt;IBM Rational&amp;#39;s Jazz-based products use Common Navigation, but with a project-orientation, showing a user&amp;#39;s project&amp;#39;s within each application. You can see this below in &lt;a href=&quot;http://jazz.net/projects/rational-team-concert/&quot;&gt;Rational Team Concert&lt;/a&gt;. A development project spans different applications and may have requirements managed by one web application, defects tracked by another, test cases managed by a third and so on. Each user sees the right menu for their projects.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/79dbc845-bfab-42a7-80b5-72f449394072&quot;&gt;

&lt;p&gt;Next, an example that&amp;#39;s not a suite of web applications.&lt;/p&gt;

&lt;p style=&quot;font-weight:bold;&quot;&gt;Common Navigation in StumleUpon&lt;/p&gt;

&lt;p&gt;Another example is &lt;a href=&quot;http://www.stumbleupon.com/&quot;&gt;StumbleUpon&lt;/a&gt;. When you use StumbleUpon, you see the banner at the top of every page. You press the Stumble! button and a you see a randomly selected web page from anywhere on the web, or from some specific category of web site, and you still see the StumbleUpon banner. The StumbleUpon banner makes the whole web seem like one big site, deigned for &amp;quot;stumbling&amp;quot; around and sharing the things you find with friends.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/mediaresource/8a8b1e37-75e9-44fe-a1d4-494bdd2298e1&quot;&gt;

&lt;h3&gt;Wrapping up&lt;/h3&gt;

&lt;p&gt;I wasn&amp;#39;t sure that Common Navigation really deserved its own pattern, as it&amp;#39;s really just a simple and obvious application of the Links pattern, but I think this works. As always, feedback is welcome. What did I get wrong? What did I leave out?&lt;/p&gt;

&lt;p&gt;Next up: Web Annotations.&lt;/p&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/social_connector_for_rational_team</guid>
    <title>Social Connector for Rational Team Concert</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/social_connector_for_rational_team</link>
    <pubDate>Wed, 16 Jun 2010 12:00:00 +0000</pubDate>
    <category>IBM</category>
    <category>ibm</category>
    <category>jazz</category>
    <category>lotusconnections</category>
    <category>rational</category>
    <category>teamconcert</category>
<description>&lt;p&gt;Mainsoft&amp;#39;s &lt;a href=&quot;http://jazz.net/projects/rational-team-concert/&quot;&gt;Team Concert&lt;/a&gt; to &lt;a href=&quot;http://www.ibm.com/software/lotus/products/connections/&quot;&gt;Lotus Connections&lt;/a&gt; integration is getting better and better. I know this because I spent about 12 hours last week offering demos of the product at Innovate 2010. The except below is from a &lt;a href=&quot;http://jazz.net/blog/index.php/2010/06/07/social-connector-for-rtc-community-preview&quot;&gt;blog post&lt;/a&gt; on Jazz.net about the newest preview release. You can try it now. There&amp;#39;s a download link at the end of the post and, like Team Concert, it&amp;#39;s nice and easy to install and configure.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Build a Community around Your Project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Growing a social network around a software project brings developers up to speed faster. New hires and teams that are added to a core team will find all the information they need in a central Lotus Connections community, including blogs, forums, wikis, file repositories, and bookmarks. These collaboration systems offer a broad teamwork base for any software project. For example, wikis can hold product specifications, blogs can be used to publish roadmaps to a wider audience, forums can be used to gather feedback from beta testers, and a file repository hosts nightly builds with download statistics and commentary features.&lt;/p&gt;

&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;305&quot; src=&quot;http://jazz.net/blog/wp-content/uploads/2010/06/social-network-small.png&quot; title=&quot;social network small&quot; width=&quot;498&quot;&gt;&lt;/p&gt;

&lt;p&gt;Creating a new Lotus Connections community, or linking to an existing one, only takes a couple of clicks.  The administrator sets the Lotus Connections community in the Social Network tab under project management.&lt;/p&gt;

&lt;p&gt;Once the project community is created, all project members are added to it and as new developers join the project, they automatically become members of the project community.&lt;/p&gt;

&lt;img height=&quot;1&quot; src=&quot;http://feeds.feedburner.com/~r/SnoopdavesSharedItemsInGoogleReader/~4/8igU48YW4dw&quot; width=&quot;1&quot;&gt;&lt;/blockquote&gt;

&lt;a href=&quot;http://jazz.net/blog/index.php/2010/06/07/social-connector-for-rtc-community-preview&quot;&gt;Read more...&lt;/a&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/lotus_knows_howard_stern</guid>
    <title>Lotus knows Howard Stern</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/lotus_knows_howard_stern</link>
    <pubDate>Thu, 29 Apr 2010 07:34:33 +0000</pubDate>
    <category>IBM</category>
    <category>lotus</category>
    <category>lotusconnections</category>
    <category>socialsoftware</category>
<description>&lt;p&gt;It&amp;#39;s cool and just a little weird at the same time to see IBM&amp;#39;s social/collab software offerings get some praise from Jeff Jarvis via the Howard Stern show and &amp;quot;Howard&amp;#39;s geek guru, IBM&amp;#39;s Jeff Schick.&amp;quot;&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://www.buzzmachine.com/2010/04/27/sternshow-digital-farts/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+buzzmachine+%28BuzzMachine%29#&quot;&gt;Jeff Jarvis&lt;/a&gt;: Now as for Lotus: In their office, Jeff Schick and a colleague generously spent a few hours giving me a tour of what they can do. I&#146;ll concede: It&#146;s impressive. What impressed me is that IBM integrated the functions of the collaborative, social internet &#151; email, Twitter, wikis, LinkedIn, Facebook, Facebook Connect, directories, blogs, calendars, Skype, bookmarks, tagging &#151; in a way that I wish they would all interroperate: click on a name and get everything about them (contact, place, tags, bookmarks); pull together people in calls or calendars just by dragging them; see how people are sharing your documents; see how people are connected. &lt;/p&gt;
&lt;p&gt;Only thing is, IBM had to essentially recreate the internet and all these functions to do that, both so they could integrate it all and so that it could operate behind corporate firewalls. We internet snobs make fun of that, but I understand why they do that. But as we talk about how our internet should operate &#151; how open standards for identity, for example, should work &#151; the irony is that we could look at the interlocked IBM platforms to see the promise of it. It&#146;s closed, for a reason, but it shows what an open structure would look like if it operated on truly open standards. I wonder whether there&#146;s an opportunity for IBM to offer these functions at a retail level. &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;...just noticed that Ed Brill has a post w/comments on this same topic: &lt;a href=&quot;http://www.edbrill.com/ebrill/edbrill.nsf/dx/have-you-been-following-the-why-does-howard-stern-use-notes-discussion&quot;&gt;Have you been following the &amp;quot;why does Howard Stern use Notes&amp;quot; discussion?&lt;/a&gt;.&lt;/p&gt;</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/the_jazz_connection</guid>
    <title>The Jazz Connection</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/the_jazz_connection</link>
    <pubDate>Mon, 4 Jan 2010 18:25:58 +0000</pubDate>
    <category>IBM</category>
    <category>apacheroller</category>
    <category>jazz</category>
    <category>lotusconnections</category>
    <category>rational</category>
<description>&lt;img src=&quot;http://rollerweblogger.org/roller/resource/RationaJazz_148x78.jpg&quot; style=&quot;padding:4px;align:right;&quot;&gt;

&lt;p&gt;Here&amp;#39;s something I&amp;#39;ve been closely involved with during my entire IBM career (almost 9 months now): making software development more social by integrating Rational Team Concert and Lotus Connections.&lt;/p&gt;

&lt;p&gt;In case you don&amp;#39;t know, &lt;a href=&quot;http://www.ibm.com/software/awdtools/rtc&quot;&gt;Team Concert&lt;/a&gt; is Rational&amp;#39;s &amp;quot;complete agile collaborative development environment&amp;quot; with integrated source code control, issue tracking, build management and very slick Eclipse and web-based client UIs -- it&amp;#39;s a collaborative environment for software developers. Lotus Connections is IBM&amp;#39;s comprehensive social software suite with blogs (Roller based!), wikis, social bookmarking, forums, file sharing, social networking and more -- an environment for more general collaboration.&lt;/p&gt;

&lt;img src=&quot;http://rollerweblogger.org/roller/resource/connections-logo.jpg&quot; style=&quot;padding:4px;align:left;&quot;&gt;

&lt;p&gt;IBM partner Mainsoft has developed an integration between Team Concert and Connections and it&amp;#39;s &lt;a href=&quot;http://jazz.net/blog/index.php/2009/12/15/lotus-connections-integration-with-rational-team-concert-technology-preview-now-available&quot;&gt;now available as a tech preview&lt;/a&gt;. The product makes it easy for developers to hook a a software development project up to a Lotus Connections and enable software developers to collaborate with the much wider community of folks involved with a software project including end users, subject matter experts, executives and other stakeholders. As you can see from the &lt;a href=&quot;https://jazz.net/projects/rational-team-concert/features/social&quot;&gt;list of features&lt;/a&gt;, it&amp;#39;s a pretty tight integration.&lt;/p&gt;

&lt;p&gt;If you want to learn more about the integration, check out the links I referenced above. There&amp;#39;s also a short podcast available at Developer Works and there will be sessions at &lt;a href=&quot;http://www.ibm.com/software/lotus/events/lotusphere2010&quot;&gt;Lotusphere 2010&lt;/a&gt; this month and (with luck) at Rational&amp;#39;s &lt;a href=&quot;http://www.ibm.com/software/rational/innovate/&quot;&gt;Innovate 2010&lt;/a&gt; Conference in June.&lt;/p&gt;








</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/latest_links45</guid>
    <title>Latest Links: August 11, 2009</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/latest_links45</link>
    <pubDate>Tue, 11 Aug 2009 21:12:00 +0000</pubDate>
    <category>Links</category>
    <category>blogging</category>
    <category>chrome</category>
    <category>eclipse</category>
    <category>googlewave</category>
    <category>lotusconnections</category>
    <category>opensocial</category>
<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.scripting.com/stories/2009/08/10/scobleYourBlogStillLovesYo.html&quot;&gt;Your blog still loves you&lt;/a&gt;&lt;br&gt;&amp;quot;it&amp;#39;s time to use the web again to store our ideas, and instead of relying on Silicon Valley companies to link our stuff together, let&amp;#39;s just use the Internet.&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://www.zdnetasia.com/news/hardware/0,39042972,62056726,00.htm?scid=rss_z_nw&quot;&gt;ZDNet Asia: &amp;#39;Ferociously loyal&amp;#39; users to stand by Sun&lt;/a&gt;&lt;br&gt;&amp;quot;47,000 enterprise customers and a ferociously loyal customer base&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://lotusconnectionsblog.com/blog/connblog.nsf/dx/full-house-lotus-connections-2.5-video-demos&quot;&gt;The Connections Blog: Full house! Lotus Connections 2.5 video demos&lt;/a&gt;&lt;br&gt; screen-casts for 8 of the Lotus Connections components&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blog.chromium.org/2009/08/google-chrome-developer-tools-for.html&quot;&gt;Chromium Blog: Google Chrome Developer Tools for Eclipse Users&lt;/a&gt;&lt;br&gt;&amp;quot;Set breakpoints, inspect variables and evaluate expressions from within Eclipse&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://blogs.zdnet.com/Hinchcliffe/?p=560&quot;&gt;First impressions of Google Wave | Enterprise Web 2.0 | ZDNet.com&lt;/a&gt;&lt;br&gt;&amp;quot;won&amp;#39;t be ejecting existing enterprise collab tools from the workplace any time soon&amp;quot;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;http://groups.google.com/group/opensocial-container/browse_thread/thread/f5267471f5070231?pli=1&quot;&gt;Shindig-based OpenSocial Container from Lockheed Martin&lt;/a&gt;&lt;br&gt; &amp;quot;written in Java and is based on open source projects such as GWT, Hibernate...&amp;quot;&lt;/li&gt;

&lt;/ul&gt;
</description>  </item>
  <item>
    <guid isPermaLink="true">https://rollerweblogger.org/roller/entry/first_impressions</guid>
    <title>First impressions</title>
    <dc:creator>Dave Johnson</dc:creator>
    <link>https://rollerweblogger.org/roller/entry/first_impressions</link>
    <pubDate>Thu, 30 Apr 2009 22:10:58 +0000</pubDate>
    <category>General</category>
    <category>ibm</category>
    <category>jazz</category>
    <category>lotusconnections</category>
<atom:summary type="html">I&amp;#39;ve been at IBM for one month now and I&amp;#39;m just now starting to settle in and make some progress. I&amp;#39;m going to try to work some blogging back into my schedule and tell you about what I&amp;#39;m doing at work. For starters, here&amp;#39;s a quick summary of my first impressions.&amp;nbsp;</atom:summary><description>&lt;p&gt;I&amp;#39;ve been at IBM for one month now and I&amp;#39;m just now starting to settle in and make some progress. I&amp;#39;m going to try to work some blogging back into my schedule and tell you about what I&amp;#39;m doing at work. For starters, here&amp;#39;s a quick summary of my first impressions.&lt;/p&gt;

&lt;h4&gt;People&lt;/h4&gt;

&lt;p&gt;I&amp;#39;m working in IBM&amp;#39;s &lt;a href=&quot;http://ibm.com/software/rational/&quot;&gt;Rational&lt;/a&gt; division, home of software development tools from compilers and SCM systems to UML modeling tools and IDEs. The developers I&amp;#39;ve met in person here have been smart, mostly young and very web savvy folk working on Jazz and emerging technologies.&lt;/p&gt;

&lt;p&gt;I&amp;#39;ve been pretty happy to find the same culture of transparency that I found at Sun, at least in the groups I&amp;#39;ve interacted with. The &lt;a href=&quot;http://jazz.net&quot;&gt;Jazz&lt;/a&gt; team shares everything via &lt;a href=&quot;https://jazz.net/blog&quot;&gt;blogs&lt;/a&gt;, &lt;a href=&quot;http://jazz.net/wiki/&quot;&gt;wikis&lt;/a&gt;, makes source control and issue tracking available to the public even though it is not an open source project. I&amp;#39;ve found IBM&amp;#39;s centrally hosted internal blogs, social bookmarking and community sites, many of which are powered by &lt;a href=&quot;https://www.ibm.com/developerworks/lotus/products/connections/&quot;&gt;Lotus Connections&lt;/a&gt;, to be really useful. So far, the &amp;quot;corporate culture&amp;quot; isn&amp;#39;t really all that different than what I saw in Sun, but I&amp;#39;ve only been here a month.&lt;/p&gt;

&lt;h4&gt;Software&lt;/h4&gt;

&lt;p&gt;All of the software I use on a daily basis has changed. I feel like I&amp;#39;m living in an alternate universe. I&amp;#39;m using Lotus Notes for email, calendar and SameTime instant messaging instead of Mac Mail, Calendar and GTalk. I&amp;#39;m using Eclipse and Websphere instead of Netbeans and Glassfish, DB2 instead of MySQL and blogging with Lotus Connections instead of plain old Roller. I&amp;#39;m adjusting pretty well I think; took me about a month. I&amp;#39;ve heard lots of complaints about Notes in IBM and elsewhere, but it is nice to have everybody hooked into integrated mail, calendar and instant messaging. At Sun everybody seemed to be using a slightly different set of communication tools.&lt;/p&gt;

&lt;p&gt;My first assignments involve &lt;a href=&quot;https://jazz.net/learn/&quot;&gt;Jazz&lt;/a&gt; (see also &lt;a href=&quot;http://www.rodenas.org/blog/2009/04/20/from-the-eclipse-platform-to-the-ibm-rational-jazz-platform/&quot;&gt;From the Eclipse Platform to Jazz&lt;/a&gt;), which is new architecture and foundation for Rational&amp;#39;s product line. &lt;a href=&quot;http://www.ibm.com/rational/rtc&quot;&gt;Rational Team Concert&lt;/a&gt; (RTC) and two other products so far are built on Jazz which provides a repository, source code control, integrated bug tracking as well as infrastructure for &lt;a href=&quot;https://jazz.net/development/DevelopmentItem.jsp?&amp;amp;href=content/project/plans/jia-overview/index.html&quot;&gt;RESTful web services&lt;/a&gt; interfaces and an Ajax-based clients ends. The Web UI and the Eclipse UI are great and that&amp;#39;s what makes RTC a pleasure to use. And unlike pretty much every other piece of software I&amp;#39;ve dealt with here Jazz is very easy to install.&lt;/p&gt;

&lt;p&gt;The Jazz internals are pretty interesting too and another alternate universe for me. The architecture is basically the Eclipse plugin architecture, powered by the &lt;a href=&quot;http://www.eclipse.org/equinox/&quot;&gt;Equinox OSGi container&lt;/a&gt; and running in Eclipse, in a Servlet Container and in the browser. The whole system is made up of OSGi bundles and each bundle is also an Eclipse plugin. This is true for the Java code and the Dojo-powered JavaScript code in the web-client because Jazz includes the necessary &lt;a href=&quot;http://billhiggins.us/weblog/2008/10/10/frameworks-and-building-blocks/&quot;&gt;infrastructure for JavaScript OSGi bundles&lt;/a&gt;. I&amp;#39;ve got to become an expert on this stuff, and fast.&lt;/p&gt;

&lt;h4&gt;Office&lt;/h4&gt;

&lt;p&gt;Big changes here as well. I&amp;#39;ve been working from home for almost 5 years so it&amp;#39;s great to have local co-workers and an office. IBM has a couple of huge complexes in the Research Triangle Park (RTP), which is about a 20 minute drive for me. The building I&amp;#39;m in is basically a giant cube farm, but it&amp;#39;s modern, set in the woods with lots of windows and the cubes are very nice, as cubes go. The cafeteria is reasonable and about like the one at Sun&amp;#39;s California campuses. Much of the Jazz team works here in RTP, which is convenient for me, but my immediate co-workers on the CTO team are scattered around the country. Like Sun, most folks seem to do a mix of office and work-from-home and I&amp;#39;m doing the same.&lt;/p&gt;

&lt;p&gt;You can probably tell already that I like the job a lot and I haven&amp;#39;t even told you what I&amp;#39;m working on yet. I&amp;#39;ll have to start telling you about that in a later post.&lt;/p&gt;</description>  </item>
</channel>
</rss>