<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://osgi.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>OSGi Zone - Comments for &quot;Towards a mainstream Open Source OSGi application server?&quot;</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source</link>
 <description>Comments for &quot;Towards a mainstream Open Source OSGi application server?&quot;</description>
 <language>en</language>
<item>
 <title>As said in the article,</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-1791</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;As said in the article, JOnAS 5.0 relies on a pure OSGi architecture. Main advantages are dynamic services enabling to reconfigure them at runtime, JEE/OSGi gateway, extensibility, pluggability. Furthermore, with EasyBeans (JOnAS&#039;s EJB3 container, http://www.easybeans.net), EJB3 modules can be deployed as OSGi bundles. &lt;/p&gt;&lt;p&gt;You&#039;ll get more information in the white paperavailable on the JOnAS web site here : http://wiki.jonas.objectweb.org/xwiki/bin/download/Main/Documentation/JOnAS5_WP.pdf&lt;/p&gt;</description>
 <pubDate>Wed, 12 Mar 2008 04:58:31 -0400</pubDate>
 <dc:creator>pelletib</dc:creator>
 <guid isPermaLink="false">comment 1791 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>Towards Spring Application</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-364</link>
 <description>&lt;!--paging_filter--&gt;Towards Spring Application Server? Does history repeat itself? Is someone going to write a book called &amp;quot;Enterprise Java Development without Spring&amp;quot; soon?</description>
 <pubDate>Wed, 30 Jan 2008 17:23:59 -0500</pubDate>
 <dc:creator>rpgdnd</dc:creator>
 <guid isPermaLink="false">comment 364 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>@fg82183Geronimo is only</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-345</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@fg82183&lt;/p&gt;&lt;p&gt;Geronimo is only now starting to move towards OSGi, http://blog.hogstrom.org/?p=17.  How then, can something like WebSphere get its OSGi support from Geronimo?  WebSphere uses Equinox which comes from the Eclipse Foundation. &lt;/p&gt;&lt;p&gt;Equinox is open source but I fail to see how that is relevant.  Software licensing doesn&#039;t change its functionality.  If I deploy, for example, a .war to WebSphere, I can not access WebSphere&#039;s OSGi services from my app.  This makes the fact that WebSphere use OSGi absolutely meaningless to an application developer.  Yes I could deploy an OSGi bundle to WebSphere by placing it in WebSphere&#039;s /plugin directory (the same you deploy plugins to Eclipse) but how our the incompetent system administrators in our org going to manage my OSGi bundle let alone deploy it? &lt;/p&gt;</description>
 <pubDate>Wed, 30 Jan 2008 13:13:32 -0500</pubDate>
 <dc:creator>mheath</dc:creator>
 <guid isPermaLink="false">comment 345 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>I didn&#039;t know about that.</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-311</link>
 <description>&lt;!--paging_filter--&gt;I didn&#039;t know about that. Good point!</description>
 <pubDate>Wed, 30 Jan 2008 06:06:00 -0500</pubDate>
 <dc:creator>sarbogast</dc:creator>
 <guid isPermaLink="false">comment 311 at http://osgi.dzone.com</guid>
</item>
<item>
 <title> Ahem, WEbsphere uses</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-297</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt; Ahem, WEbsphere uses Apache Geronimo for their OSGi..last tiem I  checkled Apache Geronimo was opensoruce.. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Fred Grott(aka shareme) sometimes a JavaZone(JavaLobby) and EclipseZone contributor. Top visited blog on Jroller.com at:
http://www.jroller.com/shareme/&lt;/p&gt;</description>
 <pubDate>Tue, 29 Jan 2008 23:55:36 -0500</pubDate>
 <dc:creator>fg82183</dc:creator>
 <guid isPermaLink="false">comment 297 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>Maybe it won&#039;t, but if you</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-272</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Maybe it won&#039;t, but if you look at Rod&#039;s blog you will see they have people commiting to Apache projects.  &lt;/p&gt;&lt;p&gt; Btw, I&#039;ve asked this question on another forum. &lt;/p&gt;</description>
 <pubDate>Tue, 29 Jan 2008 13:03:53 -0500</pubDate>
 <dc:creator>mknutty</dc:creator>
 <guid isPermaLink="false">comment 272 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>I know that WebSphere 6.1</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-271</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I know that WebSphere 6.1 is built on Equinox but is there any way for the applications I deploy to WebSphere to gain access to Equinox services?  I haven&#039;t seen any documentation for this.  The only way I know of to deploy OSGi components to WebSphere is to copy the OSGi bundle to the WebSphere plugins directory (the same way Eclipse plug-ins are deployed).  There not much utility here from the appliction developer point of view.&lt;/p&gt;&lt;p&gt; Am I missing something?  Is there some way I can take advantage of OSGi and it&#039;s dynamic reloading from my web applications that are deployed to WebSphere? &lt;/p&gt;</description>
 <pubDate>Tue, 29 Jan 2008 12:42:02 -0500</pubDate>
 <dc:creator>mheath</dc:creator>
 <guid isPermaLink="false">comment 271 at http://osgi.dzone.com</guid>
</item>
<item>
 <title>SpringSource didn&#039;t acquire</title>
 <link>http://osgi.dzone.com/news/towards-mainstream-open-source#comment-270</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;SpringSource didn&#039;t acquire Tomcat, it acquired expertise. I don&#039;t think it will cause such an overhaul in Tomcat&#039;s internals. And even if SpringSource decided to build a OSGi deployment platform (what is not likely), it would probably happen at the level of Spring, in an application server-independent manner.&lt;/p&gt;&lt;p&gt;This is just the beginning of OSGi on the server. As initiatives such as &lt;a href=&quot;http://www.eclipse.org/equinox/server/&quot;&gt;Server-Side Equinox&lt;/a&gt; mature, they will surely provide convenient means for deploying modules dinamically. &lt;/p&gt;</description>
 <pubDate>Tue, 29 Jan 2008 11:51:54 -0500</pubDate>
 <dc:creator>ronaldtm</dc:creator>
 <guid isPermaLink="false">comment 270 at http://osgi.dzone.com</guid>
</item>
</channel>
</rss>
