<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Java Plugin Framework Wishlist</title>
	<atom:link href="http://www.mjohnston.com/2009/09/a-java-plugin-framework-wishlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjohnston.com/2009/09/a-java-plugin-framework-wishlist/</link>
	<description>Making the internet a better place through open source</description>
	<lastBuildDate>Mon, 12 Jul 2010 16:25:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sudhir</title>
		<link>http://www.mjohnston.com/2009/09/a-java-plugin-framework-wishlist/comment-page-1/#comment-311</link>
		<dc:creator>Sudhir</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjohnston.com/?p=48#comment-311</guid>
		<description>I am looking for a similar solution too. I have experience of drupal, so I know how excellent plugin framework it has. you can do almost any thing.. infact most of parts of core drupal comes as core plugins. I too was thinking tht where is the java alternative.</description>
		<content:encoded><![CDATA[<p>I am looking for a similar solution too. I have experience of drupal, so I know how excellent plugin framework it has. you can do almost any thing.. infact most of parts of core drupal comes as core plugins. I too was thinking tht where is the java alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Blewitt</title>
		<link>http://www.mjohnston.com/2009/09/a-java-plugin-framework-wishlist/comment-page-1/#comment-222</link>
		<dc:creator>Alex Blewitt</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjohnston.com/?p=48#comment-222</guid>
		<description>Actually, OSGi already does this. 

You can either (a) start up an OSGi engine inside a Servlet, thus deploying it as a war to an existing setup, or (b) bring up the OSGi servlet handler to slow you to install servlets (and URL prefixes) into an existing app. 

Once up, in either case it&#039;s fairly trivial to define services which enable your app to be built in a modular fashion. You can use vanilla OSGi services, the Eclipse extension registry, or combinations of both. 

And if that doesn&#039;t suit your exact needs, it&#039;s simple enough to write a bundle that does handle it; for example, the declarative services and blueprint service take sone of these out if your hands and Into the realms of Spring-like functionality.</description>
		<content:encoded><![CDATA[<p>Actually, OSGi already does this. </p>
<p>You can either (a) start up an OSGi engine inside a Servlet, thus deploying it as a war to an existing setup, or (b) bring up the OSGi servlet handler to slow you to install servlets (and URL prefixes) into an existing app. </p>
<p>Once up, in either case it&#8217;s fairly trivial to define services which enable your app to be built in a modular fashion. You can use vanilla OSGi services, the Eclipse extension registry, or combinations of both. </p>
<p>And if that doesn&#8217;t suit your exact needs, it&#8217;s simple enough to write a bundle that does handle it; for example, the declarative services and blueprint service take sone of these out if your hands and Into the realms of Spring-like functionality.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
