<?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: Building Your Equinox OSGi Application Server &#8211; Part 3</title>
	<atom:link href="http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/</link>
	<description>Eclipse Equinox OSGi</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:17:31 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: arez</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-10976</link>
		<dc:creator>arez</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-10976</guid>
		<description>Very interesting. Is there a possbility to add start level and add auto start features the way it is done in PDE?</description>
		<content:encoded><![CDATA[<p>Very interesting. Is there a possbility to add start level and add auto start features the way it is done in PDE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Carlos Moreira da Costa</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-3688</link>
		<dc:creator>Luis Carlos Moreira da Costa</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-3688</guid>
		<description>Thanks for tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-3343</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-3343</guid>
		<description>Ok, why do you always have to stumble with the answer 5 minutes after posting a question that makes you look stupid?  Any way,  I was deploying in Tomcat, and my webapp was cached under temp.  Clearing the temp directory made my bundles available.</description>
		<content:encoded><![CDATA[<p>Ok, why do you always have to stumble with the answer 5 minutes after posting a question that makes you look stupid?  Any way,  I was deploying in Tomcat, and my webapp was cached under temp.  Clearing the temp directory made my bundles available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-3342</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 26 Jan 2010 02:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-3342</guid>
		<description>Hi,

Thanks for the tutorial.  I tried to follow the steps in part 3, created my own feature and added a single plugin.  Added the feature to the product, and exported the product.  I can see my plugin in the plugins directory and my feature in the features directory.  However, when I start tomcat I can&#039;t see my plugin when i run &quot;ss&quot; from the osgi prompt.  Is there anyway to get more debuging?

Thanks a lot,

Andres</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the tutorial.  I tried to follow the steps in part 3, created my own feature and added a single plugin.  Added the feature to the product, and exported the product.  I can see my plugin in the plugins directory and my feature in the features directory.  However, when I start tomcat I can&#8217;t see my plugin when i run &#8220;ss&#8221; from the osgi prompt.  Is there anyway to get more debuging?</p>
<p>Thanks a lot,</p>
<p>Andres</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Zoppello</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-2762</link>
		<dc:creator>Andrea Zoppello</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-2762</guid>
		<description>Hi Scott,

Very nice series.... it help a lot to install and deploy the servlet bridge features.

BTW the approach used in the bridge.war file downlodable from equinox wiki pages use a slightly different approach:

1) The &quot;simple configurator&quot; is not used there
2) In the bridge.war from the wiki pages the &quot;extension bundle&quot; is automatically generated.... why did you choose
a different approach???

BTW i&#039;m also interested too to know how this works under the hood, in particular to understand
how this happens and the detailed steps... from code development to deployments...

Just my two cents but one of the problems with the servlet-bridge is that it use ( in my opinion ) a confusing
packaging schema... so it&#039;s very hard to understand which is the stuff that go in webapp, and which is the equinox
counterpart and how to work...


I&#039;m writing these because i&#039;m trying to implement a solution where i could register in my webapp an an object that let me to call osgi services installed in equinox that are not &quot;servlets&quot; but services that implements my interface &quot;org.myapp.IMyInterface&quot; for example and i&#039;m encountering problems in developments and to setup the build and deployment environment to do that...

Thx 
Andrea</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Very nice series&#8230;. it help a lot to install and deploy the servlet bridge features.</p>
<p>BTW the approach used in the bridge.war file downlodable from equinox wiki pages use a slightly different approach:</p>
<p>1) The &#8220;simple configurator&#8221; is not used there<br />
2) In the bridge.war from the wiki pages the &#8220;extension bundle&#8221; is automatically generated&#8230;. why did you choose<br />
a different approach???</p>
<p>BTW i&#8217;m also interested too to know how this works under the hood, in particular to understand<br />
how this happens and the detailed steps&#8230; from code development to deployments&#8230;</p>
<p>Just my two cents but one of the problems with the servlet-bridge is that it use ( in my opinion ) a confusing<br />
packaging schema&#8230; so it&#8217;s very hard to understand which is the stuff that go in webapp, and which is the equinox<br />
counterpart and how to work&#8230;</p>
<p>I&#8217;m writing these because i&#8217;m trying to implement a solution where i could register in my webapp an an object that let me to call osgi services installed in equinox that are not &#8220;servlets&#8221; but services that implements my interface &#8220;org.myapp.IMyInterface&#8221; for example and i&#8217;m encountering problems in developments and to setup the build and deployment environment to do that&#8230;</p>
<p>Thx<br />
Andrea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Lewis</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-2659</link>
		<dc:creator>Scott Lewis</dc:creator>
		<pubDate>Thu, 20 Aug 2009 23:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-2659</guid>
		<description>Hi Chris,

Enhancement request created:  https://bugs.eclipse.org/bugs/show_bug.cgi?id=287250</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Enhancement request created:  <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287250" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=287250</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-2658</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Thu, 20 Aug 2009 21:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-2658</guid>
		<description>Scott, can you file an enhancement request for this? I believe it just requires me fixing the validation code in PDE.

I believe right now, you aren&#039;t allowed to change the extension from &quot;.zip&quot; ... correct?</description>
		<content:encoded><![CDATA[<p>Scott, can you file an enhancement request for this? I believe it just requires me fixing the validation code in PDE.</p>
<p>I believe right now, you aren&#8217;t allowed to change the extension from &#8220;.zip&#8221; &#8230; correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Lewis</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-2655</link>
		<dc:creator>Scott Lewis</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-2655</guid>
		<description>Hello Udo.

RE: having to do these steps after changing java code.  If you wish, you can use the dynamic install/update method using p2 as described in the second post...and this makes it unnecessary to rebuild, reexport, rename.  If, however, you wish to rebuild the entire app server, then yes the steps are necessary.   I&#039;m intent on opening a PDE enhancement request to create a war file directly from within the export wizard (rather than zip).  If you would like to do this (open an enhancement request against PDE), please do so</description>
		<content:encoded><![CDATA[<p>Hello Udo.</p>
<p>RE: having to do these steps after changing java code.  If you wish, you can use the dynamic install/update method using p2 as described in the second post&#8230;and this makes it unnecessary to rebuild, reexport, rename.  If, however, you wish to rebuild the entire app server, then yes the steps are necessary.   I&#8217;m intent on opening a PDE enhancement request to create a war file directly from within the export wizard (rather than zip).  If you would like to do this (open an enhancement request against PDE), please do so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udo</title>
		<link>http://eclipsesource.com/blogs/2009/08/20/building-your-equinox-osgi-application-server-part-3/comment-page-1/#comment-2651</link>
		<dc:creator>Udo</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsesource.com/blogs/?p=2757#comment-2651</guid>
		<description>I have to do these steps (especially the rename job) every time I changed some Java code in one of my bundles?</description>
		<content:encoded><![CDATA[<p>I have to do these steps (especially the rename job) every time I changed some Java code in one of my bundles?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

