<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/wordpress-mu-1.2.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Writing a bundle-based server application</title>
	<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/</link>
	<description>Wayne Beaton's blog about Eclipse.</description>
	<pubDate>Fri, 16 May 2008 21:05:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.4</generator>

	<item>
		<title>By: Blog bookmarks 03/02/2008 &#171; My Diigo bookmarks</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-849</link>
		<author>Blog bookmarks 03/02/2008 &#171; My Diigo bookmarks</author>
		<pubDate>Sun, 02 Mar 2008 05:32:07 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-849</guid>
		<description>[...] Eclipse hints, tips, and random musings » Blog Archive » Writing a bundle-based server application [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Eclipse hints, tips, and random musings » Blog Archive » Writing a bundle-based server application [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Beaton</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-847</link>
		<author>Wayne Beaton</author>
		<pubDate>Fri, 29 Feb 2008 14:53:51 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-847</guid>
		<description>Hey Alex. You're quite right that server-based != servlet-based. However, strictly speaking, the title is totally correct; the entry talks about building *a* bundle-based server, and an HTTP server certainly qualifies...</description>
		<content:encoded><![CDATA[<p>Hey Alex. You&#8217;re quite right that server-based != servlet-based. However, strictly speaking, the title is totally correct; the entry talks about building *a* bundle-based server, and an HTTP server certainly qualifies&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSGi server side and servlets &#171; Codecurl - David Black</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-846</link>
		<author>OSGi server side and servlets &#171; Codecurl - David Black</author>
		<pubDate>Fri, 29 Feb 2008 14:38:16 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-846</guid>
		<description>[...] Eclipse runtime folks are beavering away on Equinox and server side focused tooling. Wayne has more details. I&#8217;m looking forward to trying this [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Eclipse runtime folks are beavering away on Equinox and server side focused tooling. Wayne has more details. I&#8217;m looking forward to trying this [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Blewitt</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-845</link>
		<author>Alex Blewitt</author>
		<pubDate>Fri, 29 Feb 2008 13:17:51 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-845</guid>
		<description>Wayne,

You might want to re-title this as 'web server' rather than 'server'. After all, plenty of other servers exist in an OSGi environment other than those that speak HTTP. You might also want to touch base with Simon and mention the same thing - after all, server-side is a location, not a prescription. 

Alex</description>
		<content:encoded><![CDATA[<p>Wayne,</p>
<p>You might want to re-title this as &#8216;web server&#8217; rather than &#8217;server&#8217;. After all, plenty of other servers exist in an OSGi environment other than those that speak HTTP. You might also want to touch base with Simon and mention the same thing - after all, server-side is a location, not a prescription. </p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Francis</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-842</link>
		<author>Mike Francis</author>
		<pubDate>Fri, 29 Feb 2008 00:08:56 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-842</guid>
		<description>Wayne/Patrick

If you are looking for OSGi server side clustering/resilience, scale out, etc you should take a look at the Newton project (www.codecauldron.org) and the commercial distributed OSGi runtime product called Infiniflow (www.paremus.com) which builds on top of Newton. There is transparent support for Spring Dynamic Modules too.

We will be at ElipseCon in the exhibition area and we have a couple of talks and are involved in a BOF.

Regards
Mike (Paremus)</description>
		<content:encoded><![CDATA[<p>Wayne/Patrick</p>
<p>If you are looking for OSGi server side clustering/resilience, scale out, etc you should take a look at the Newton project (www.codecauldron.org) and the commercial distributed OSGi runtime product called Infiniflow (www.paremus.com) which builds on top of Newton. There is transparent support for Spring Dynamic Modules too.</p>
<p>We will be at ElipseCon in the exhibition area and we have a couple of talks and are involved in a BOF.</p>
<p>Regards<br />
Mike (Paremus)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Beaton</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-840</link>
		<author>Wayne Beaton</author>
		<pubDate>Thu, 28 Feb 2008 22:20:45 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-840</guid>
		<description>Wassim, I could just as easily have been running Apache HTTP Server on Windows. Come to think of it, last time I had this sort of problem on Windows, the problem was that Windows didn't seem to think it was a problem and let me reuse the port anyway. Hilarity ensued.

Patrick, the Jetty engine used by Eclipse is a real servlet engine that's used in lots of different places. Likewise, there are a lot of people doing interesting server stuff with Equinox. I've only just started looking into this space, and I'm not aware of any specific clustering solutions that exist yet. OSGi server is still relatively young, so this is something that will likely develop with time. That said, not everybody needs clustering, HA, failover, etc. in their solutions. If you do, you probably still (at least today) want the weight and resources of a commercial entity and product behind you.

As I dig further into this, hopefully I will get some interesting stories to tell...</description>
		<content:encoded><![CDATA[<p>Wassim, I could just as easily have been running Apache HTTP Server on Windows. Come to think of it, last time I had this sort of problem on Windows, the problem was that Windows didn&#8217;t seem to think it was a problem and let me reuse the port anyway. Hilarity ensued.</p>
<p>Patrick, the Jetty engine used by Eclipse is a real servlet engine that&#8217;s used in lots of different places. Likewise, there are a lot of people doing interesting server stuff with Equinox. I&#8217;ve only just started looking into this space, and I&#8217;m not aware of any specific clustering solutions that exist yet. OSGi server is still relatively young, so this is something that will likely develop with time. That said, not everybody needs clustering, HA, failover, etc. in their solutions. If you do, you probably still (at least today) want the weight and resources of a commercial entity and product behind you.</p>
<p>As I dig further into this, hopefully I will get some interesting stories to tell&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Roumanoff</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-839</link>
		<author>Patrick Roumanoff</author>
		<pubDate>Thu, 28 Feb 2008 21:39:49 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-839</guid>
		<description>That's fantastic to be able to leverage the servlet API from within a bundle. But what are the real life applications of an "OSGi server" outside serving local page to the help system?

Server side java has been around for a long time and we have come to expect scalability (eg clustering) and High Availability almost out of the box.

After being exposed to OSGi on the client side, I am really willing to take it to the server side, but without features such as clustering, I am going to have a hard time explaining to those ops guys why this new technology is so much better than [insert your favorite app server with clustering capability].</description>
		<content:encoded><![CDATA[<p>That&#8217;s fantastic to be able to leverage the servlet API from within a bundle. But what are the real life applications of an &#8220;OSGi server&#8221; outside serving local page to the help system?</p>
<p>Server side java has been around for a long time and we have come to expect scalability (eg clustering) and High Availability almost out of the box.</p>
<p>After being exposed to OSGi on the client side, I am really willing to take it to the server side, but without features such as clustering, I am going to have a hard time explaining to those ops guys why this new technology is so much better than [insert your favorite app server with clustering capability].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wassim Melhem</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-838</link>
		<author>Wassim Melhem</author>
		<pubDate>Thu, 28 Feb 2008 21:12:15 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-838</guid>
		<description>There is a solid operating system out of the state of Washington called Windows.  You should try it.</description>
		<content:encoded><![CDATA[<p>There is a solid operating system out of the state of Washington called Windows.  You should try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek Pospychala</title>
		<link>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-837</link>
		<author>Jacek Pospychala</author>
		<pubDate>Thu, 28 Feb 2008 20:12:15 +0000</pubDate>
		<guid>http://dev.eclipse.org/blogs/wayne/2008/02/28/writing-a-bundle-based-server-application/#comment-837</guid>
		<description>thanks Wayne, looks exactly what I was talking about in http://dev.eclipse.org/newslists/news.eclipse.technology.eep/msg00010.html
can't wait to see the article.

I wonder what are your thoughts on the rest of ideas posted in that email, too bad EEP went to review before taking discussion.</description>
		<content:encoded><![CDATA[<p>thanks Wayne, looks exactly what I was talking about in <a href="http://dev.eclipse.org/newslists/news.eclipse.technology.eep/msg00010.html" rel="nofollow">http://dev.eclipse.org/newslists/news.eclipse.technology.eep/msg00010.html</a><br />
can&#8217;t wait to see the article.</p>
<p>I wonder what are your thoughts on the rest of ideas posted in that email, too bad EEP went to review before taking discussion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
