<?xml version="1.0" encoding="us-ascii"?>
<rss version="2.0" xml:base="http://www.cmswatch.com" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
   <channel>
      <title>CMS Watch JBoss Feed</title>
      <link>http://www.cmswatch.com</link>
      <description>CMS Watch headlines about JBoss</description>
      <language>en-us</language>
      <lastBuildDate>Tue, 13 May 2008 09:06:33 -0400</lastBuildDate>
      <dc:creator>editor@cmswatch.com (Tony Byrne)</dc:creator>
      <dc:rights>Copyright 2005, CMS Watch</dc:rights>
      <dc:publisher>CMS Watch</dc:publisher>
      <image>
         <title>CMS Watch</title>
         <url>http://www.cmswatch.com/images/cmswatch_logo.gif</url>
         <link>http://www.cmswatch.com</link>
         <width>82</width>
         <height>36</height>
         <description>CMS Watch logo</description>
      </image>
      <item>
         <title>JBoss DNA: using JCR to make metadata behave</title>
         <description>The &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss&lt;/a&gt; folks have launched an ambitious 
  new open-source project that is so breathtaking in scope, it defies easy categorization, 
  even though (ironically) it is largely about categorization.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://labs.jboss.com/dna/&quot;&gt;JBoss DNA&lt;/a&gt; is (according to the project 
  website) &amp;quot;a repository and set of tools that make it easy to capture, version, 
  analyze, and understand the fundamental building blocks of information.&amp;quot; 
  Notably, the key enabling technology for the project is the &lt;a href=&quot;http://jcp.org/en/jsr/detail?id=283&quot;&gt; 
  Java Content Repository specification&lt;/a&gt; (JSR-283).&lt;/p&gt;

&lt;p&gt;The project description goes on to say: &amp;quot;As models, service and process 
  definitions, schemas, source code, and other artifacts are added to the repository, 
  JBoss DNA 'sequences' the makeup of these components and extracts their structure 
  and interdependencies. Users can then search, analyze, visualize, report, and 
  modify the repository's content using the terminology and structures they are 
  familiar with. Such domain-specific solutions can be created with little or 
  no programming. Sharing this information is possible through Eclipse plugins, 
  web applications, and REST servers.&amp;quot;&lt;/p&gt;

&lt;p&gt;If you're still not getting it, there is a useful &lt;a href=&quot;http://labs.jboss.com/file-access/default/members/dna/freezone/docs/jboss_dna_intro_2008-02.pdf&quot;&gt;slide 
  show&lt;/a&gt; on the &lt;a href=&quot;http://labs.jboss.com/&quot;&gt;JBoss Labs site.&lt;/a&gt; The system 
  is transactional, event-driven, and rules-based, and (of course) it leverages 
  a long list of well-known open-source building blocks and industry standards. 
  Basically, what it does (if I understand it right) is allow you to discover 
  and manage dependencies and semantic relationships between bits of info that 
  most of us would otherwise call metadata. &lt;/p&gt;

&lt;p&gt;A core primitive in the JBoss DNA system is the &lt;a href=&quot;http://labs.jboss.org/wiki/DNA/Sequencers&quot;&gt;Sequencer&lt;/a&gt;, 
  which is essentially a custom event handler that fires when you insert a content 
  item into the repository. It executes rules (which you write in a domain-specific 
  rules language) against the item in question, to extract atomic bits of information 
  about it. In other words, a sequencer does autoextraction of metadata. (Why 
  don't they just say that? Why the cutesy bioengineering lingo?) According to 
  the project's leaders, sequencers are planned for .zip archives, Java bytecode, 
  WSDL, UML, and database &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_Definition_Language&quot;&gt;DDLs&lt;/a&gt;, 
  among other targets.&lt;/p&gt;

&lt;p&gt;Autoextraction of metadata is a noble goal, of course. In fact it is becoming a key capability in many corners of the content-management world (DAM in particular). But there are problems with the JBoss DNA vision, not least of which is the fact that metadata extraction is notoriously tricky business (and inferring taxonomic relationships gets even trickier). Visualization of this kind of information is also challenging (ask any &lt;a href=&quot;http://www.edwardtufte.com/tufte/&quot;&gt; Edward Tufte&lt;/a&gt; fan), a subject on which JBoss DNA is silent. &lt;/p&gt;

&lt;p&gt;But the greater issue with the JBoss DNA project is that the problem space, 
  as envisioned by the project's creators, is hopelessly broad (King Kong could 
  not get his arms around it) and the DNA &lt;a href=&quot;http://labs.jboss.org/wiki/DNA/Architecture&quot;&gt;reference 
  architecture&lt;/a&gt; is bewilderingly baroque, encompassing federation of repositories, 
  a Publishing Server that implements the &lt;a href=&quot;http://www.ietf.org/rfc/rfc5023.txt&quot;&gt;Atom 
  Publishing Protocol&lt;/a&gt;, WebDAV support, pluggable analytics, connectors of 
  all kinds, and scads more. The number of moving parts is large and the footprint 
  will doubtless be massive. The factoring is distinctly J2EE circa 2005, in the 
  most obnoxious sense. If there is one thing IT departments don't need at this 
  point, it's yet another kitchen-sink Java EE architecture to deal with. &lt;/p&gt;

&lt;p&gt;Earlier, I referred to JBoss DNA as ambitious. Perhaps &lt;em&gt;audacious&lt;/em&gt; is a better word. To be sure, many sublime achievements in this world began as audacious dreams. But it is true, also, that audacious endeavors sometimes (maybe most of the time) end up as giant, smoke-filled craters; and JBoss DNA, for all its noble goals, already seems in danger of following that trajectory.</description>
         <link>http://www.cmswatch.com/Trends/1189-JBoss-DNA:-using-JCR-to-make-metadata-behave?source=RSS</link>
         <category>Enterprise Search</category>
         <author>kthomas@cmswatch.com(Kas Thomas)</author>
         <pubDate>Sat, 22 Mar 2008 12:04:00 -0400</pubDate>
      </item>
      <item>
         <title>JBoss Portal gets a bit more decoupled (soon)</title>
         <description>In news from last month's &lt;a href=&quot;http://www.jbossworld.com/&quot;&gt;JBoss World&lt;/a&gt; 
conference, &lt;a href=&quot;http://cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss Portal&lt;/a&gt; 
will as of Version 2.7, due out in Q3 2008, use a &lt;a href=&quot;http://labs.jboss.com/wiki/JBPC_Home&quot;&gt;new portlet container&lt;/a&gt; 
that supports the &lt;a href=&quot;http://www.cmswatch.com/Trends/732-Most-commercial-portal-vendors-behind-new-portlet-standard&quot;&gt;Portlet 
2.0 specification&lt;/a&gt; (JSR 286). Also the portal platform no longer requires JBoss 
Application Server (AS).&lt;/p&gt; 
&lt;p&gt;Support for more application platforms is particularly significant as this 
  enables customers to leverage their existing platform investments, rather than 
  forcing them to also adopt the JBoss AS. Support for more application servers 
  has been on the roadmap for JBoss Portal since January 2007, when BEA WebLogic 
  Server was mentioned and expected due out in Q3 2007. Note, however, that with 
  this news, still only Tomcat will be supported as an alternative to JBoss AS.&lt;/p&gt;
&lt;p&gt;Other open source enterprise portals, e.g. &lt;a href=&quot;http://cmswatch.com/Portal/Vendors/Liferay&quot;&gt;Liferay&lt;/a&gt;, 
  already support 14 different application platforms, including BEA, IBM, and 
  Oracle. On the commercial side, interestingly most major portal vendors only 
  support their very own platform, e.g., IBM, Microsoft, Oracle, and SAP.&lt;/p&gt;
&lt;p&gt;When a portal software supplier only supports its own application server platform, 
  it certainly seems to contradict the idea of loosely coupled software. As a 
  buyer you need to understand that in 2008, selecting an enterprise portal platform 
  might lock you into a specific application server.</description>
         <link>http://www.cmswatch.com/Trends/1187-JBoss-Portal-gets-a-bit-more-decoupled-(soon)?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Fri, 21 Mar 2008 13:54:00 -0400</pubDate>
      </item>
      <item>
         <title>Enterprise Portal Marketplace: 2008 Vendor Risk Profile</title>
         <description>It is all too easy to identify vendors for your shortlist based on their supposed &amp;quot;leadership&amp;quot; status in the market.  But CMS Watch contributing analyst Janus Boye argues that CIOs, procurement officers, and other technology leaders considering investments in enterprise portals should carefully examine the risk profile of prospective vendors to help identify the right &amp;quot;fit&amp;quot; for their needs.</description>
         <link>http://www.cmswatch.com/Feature/173-Portals-2008?source=RSS</link>
         <category></category>
         <author>jb@boyeit.dk(Janus Boye)</author>
         <pubDate>Thu, 17 Jan 2008 00:01:00 -0500</pubDate>
      </item>
      <item>
         <title>New JBoss Portal 2.6 integrates with....Google Gadgets</title>
         <description>Earlier this week open source vendor Red Hat finally &lt;a href=&quot;http://labs.jboss.com/announcement/&quot;&gt;released&lt;/a&gt; the new version 2.6 of &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss Portal&lt;/a&gt;. I've previously commented on the &lt;a href=&quot;http://www.cmswatch.com/Trends/735-Usability-enhancements-in-JBoss-Portal-2.6&quot;&gt;usability improvements&lt;/a&gt; and the &lt;a href=&quot;http://www.cmswatch.com/Trends/774-JBoss-Portal-2.6-available-to-developers&quot;&gt;developer release&lt;/a&gt;. What's new since the last dot-release is a &lt;a href=&quot;http://news.yahoo.com/s/infoworld/20070702/tc_infoworld/89873&quot;&gt;much hyped integration with Google Gadgets&lt;/a&gt;, similar to &lt;a href=&quot;http://www.cmswatch.com/Trends/826-IBM-catching-up-with-outside-world&quot;&gt;recent moves&lt;/a&gt; by software giant &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/IBM&quot;&gt;IBM&lt;/a&gt;. As readers of the updated review in the &lt;i&gt;&lt;a href=&quot;http://www.cmswatch.com/Portal/Report/&quot;&gt;Enterprise Portals Report&lt;/a&gt;&lt;/i&gt; know, the new JBoss Portal release still lacks several key features -- such as search, collaboration, and integration -- that can be found in other competing offerings, including other open source platforms. If you're located outside the USA, you should also note that the product is internationalized, but not localized. Finally: If you're &lt;a href=&quot;http://www.cmswatch.com/Trends/955-The-Portal---SOA-divide&quot;&gt;interested in SOA&lt;/a&gt;, you'll find that the product runs exclusively on the JBoss Application Server.</description>
         <link>http://www.cmswatch.com/Trends/963-New-JBoss-Portal-2.6-integrates-with....Google-Gadgets?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Wed,  4 Jul 2007 13:28:00 -0400</pubDate>
      </item>
      <item>
         <title>Marketplace Realities: A European Perspective</title>
         <description>Janus Boye examines the content technology landscape from the perspective of a European customer, and finds much of concern (beta software, inexperience, confusing terminology), but much to laud (better accessibility, widespread choice) as well...</description>
         <link>http://www.cmswatch.com/Feature/155-European-Market?source=RSS</link>
         <category></category>
         <author>jb@boyeit.dk(Janus Boye)</author>
         <pubDate>Thu, 14 Dec 2006 17:06:00 -0500</pubDate>
      </item>
      <item>
         <title>JBoss Portal 2.6 available to developers</title>
         <description>Earlier this week &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss&lt;/a&gt; announced an &lt;a href=&quot;http://jboss.org/jbossBlog/blog/rrusso/?permalink=JBoss_Portal_2_6DR1_Ninja_Released.txt&quot;&gt;early snapshot release of JBoss Portal 2.6&lt;/a&gt;, targeted to developers. As &lt;a href=&quot;http://www.cmswatch.com/Trends/735-Usability-enhancements-in-JBoss-Portal-2.6&quot;&gt;previously mentioned&lt;/a&gt; there will be quite a few user interface enhancements to the upcoming version including personal dashboards, drag-n-drop windows, and a reworked portlet UI. JBoss seems on target for a Q1 2007 release, and with such significant changes it is sensible to run a long beta. Missing from the available documentation is anything on how to upgrade. In a related and provocative posting, Chris Shipley, maker of the annual &lt;a href=&quot;http://www.demo.com/&quot;&gt;DEMO conference&lt;/a&gt;, asked &quot;&lt;a href=&quot;http://www.demo.com/demoletter/is_beta_the_new_vapor.php&quot;&gt;Is Beta the new Vapor?&lt;/a&gt;&quot; This seems relevant to ask at a time when beta releases are increasingly being adopted by buyers. Remember: A beta release is not the same quality as a final release.</description>
         <link>http://www.cmswatch.com/Trends/774-JBoss-Portal-2.6-available-to-developers?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Sun, 29 Oct 2006 12:45:00 -0500</pubDate>
      </item>
      <item>
         <title>A new standard for portlet repositories</title>
         <description>The enterprise portal teams at &lt;a 

href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss&lt;/a&gt; and &lt;a 

href=&quot;http://www.cmswatch.com/Portal/Vendors/Sun&quot;&gt;Sun&lt;/a&gt; have jointly &lt;a 

href=&quot;http://jboss.org/jbossBlog/blog/rrusso/?permalink=The_Portlet_Repositor

y_Protocol.txt&quot;&gt;announced the start of a new protocol for communicating with portlet 
repositories&lt;/a&gt;. According to the JBoss blog posting, &quot;the idea for a standard 
repository protocol came after discussions with Sun over the interoperability 
of disparate portlet repositories with many portal vendors (as you know, they 
also have a portlet repository), and how we could offer a standard medium of communication 
between all players involved.&quot; As readers of the &lt;i&gt;&lt;a href=&quot;http://www.cmswatch.com/Portal/Report/&quot;&gt;Enterprise 
Portals Report&lt;/a&gt;&lt;/i&gt; know, most vendors have their very own repositories to 
store portlets. These can be quite a mixed bag. The &lt;a href=&quot;https://prp.dev.java.net/&quot;&gt;Portlet 
Repository Protocol&lt;/a&gt; standard intends to simplify the often underestimated 
and very time-consuming task of portal administration. If successful, the standard 
should enable administrators to make use of portlets from a myriad of different 
repositories from within one portal. </description>
         <link>http://www.cmswatch.com/Trends/766-A-new-standard-for-portlet-repositories?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Wed, 18 Oct 2006 08:49:00 -0400</pubDate>
      </item>
      <item>
         <title>Usability enhancements in JBoss Portal 2.6</title>
         <description>Based on a &lt;a href=&quot;http://jboss.org/jbossBlog/blog/rrusso/?permalink=JBoss_Portal_2_6_Usability_Enhancements_Proposal.txt&quot;&gt;recent thread on the JBoss blog&lt;/a&gt;, it seems there will be quite a few user interface enhancements to the upcoming version 2.6 of &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss Portal&lt;/a&gt;. They've used a wiki as well as a forum to have an open discussion in the community about the changes. The wiki page contains &lt;a href=&quot;http://wiki.jboss.org/wiki/Wiki.jsp?page=Portal_UI&quot;&gt;nice screenshots&lt;/a&gt; of the suggested enhancements. They are nice little improvements, but unfortunately the universal dashboard interface seems to remain. Usability is important, but as readers of the &lt;a href=&quot;http://www.cmswatch.com/Portal/Report/&quot;&gt;&lt;i&gt;Enterprise Portals Report&lt;/i&gt;&lt;/a&gt; know, JBoss Portal is quite a young and thin product, lacking in native search, collaboration and personalization. This could mean costly upgrades down the road. The recent &lt;a href=&quot;http://www.cmswatch.com/Trends/659-RedHat-acquires-JBoss&quot;&gt;acquisition by RedHat&lt;/a&gt; would only seem to make this more likely.</description>
         <link>http://www.cmswatch.com/Trends/735-Usability-enhancements-in-JBoss-Portal-2.6?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Tue, 15 Aug 2006 03:38:00 -0400</pubDate>
      </item>
      <item>
         <title>Portal Kudos and Shortcomings -- Summer, 2006</title>
         <description>Segmenting the portal software marketplace by putting products into boxes on charts is a popular exercise among pundits. But CMS Watch contributing analyst Janus Boye argues that for buyers, a meaningful vendor breakdown must describe how well the various offerings fit actual requirements across specific business scenarios.  See how Janus compares the major portal products in the marketplace today...</description>
         <link>http://www.cmswatch.com/Feature/147-Portal-Marketplace?source=RSS</link>
         <category></category>
         <author>jb@boyeit.dk(Janus Boye)</author>
         <pubDate>Thu, 27 Jul 2006 15:24:00 -0400</pubDate>
      </item>
      <item>
         <title>RedHat acquires JBoss</title>
         <description>Ending months of speculation, Linux distributor &lt;a href=&quot;http://news.com.com/2100-7344_3-6059558.html?tag=6059558&amp;subj=news&quot;&gt;RedHat 
  will acquire the open source Java company JBoss&lt;/a&gt;. As &lt;a href=&quot;http://www.cmswatch.com/Portal/Report/&quot;&gt;&lt;em&gt;Enterprise 
  Portal Report&lt;/em&gt;&lt;/a&gt; readers know, &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/JBoss&quot;&gt;JBoss 
  Portal&lt;/a&gt; runs on almost any operating system, but only with the JBoss application 
  server. With JBoss Portal potentially bundled with Red Hat in the future, many 
  customers will ask if JBoss will suffice for their portal use-cases, instead 
  of an additional investment in another product such as &lt;a href=&quot;http://www.cmswatch.com/Portal/Vendors/IBM&quot;&gt;IBM 
  WebSphere Portal&lt;/a&gt;. However, our research found JBoss Portal coming up a bit 
  short in functionality. As a side note: JBoss executive Mark Fleury had &lt;a href=&quot;http://rollerweblogger.org/page/roller?entry=jboss_sanitized_blogs_before_aquisition&quot;&gt;previously 
  ridiculed Red Hat in an intemperate blog entry&lt;/a&gt;, but apparently this was 
  nicely cleaned up before the acquisition.</description>
         <link>http://www.cmswatch.com/Trends/659-RedHat-acquires-JBoss?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Tue, 11 Apr 2006 17:01:00 -0400</pubDate>
      </item>
      <item>
         <title>JBoss announces Portal 2.2</title>
         <description>The version-number indicates a point-release, but &lt;a href=&quot;http://home.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view&amp;amp;newsId=20051207005356&amp;amp;newsLang=en&quot;&gt;the 
  recent release&lt;/a&gt; of open-source JBoss Portal includes significant 
  new functionality, such as nested navigation, interportlet communication, 
  search engine friendly URLs, failover, and clustering. The growing JBoss community 
  should not underestimate this upgrade.</description>
         <link>http://www.cmswatch.com/Trends/599-JBoss-announces-Portal-2.2?source=RSS</link>
         <category>Enterprise Portals</category>
         <author>info@jboye.dk(Janus Boye)</author>
         <pubDate>Wed, 21 Dec 2005 18:29:00 -0500</pubDate>
      </item>

   </channel>
</rss>

