<?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: Experiencing server-side OSGi with Equinox</title>
	<atom:link href="http://dani.calidos.com/2008/12/27/experiencing-server-side-osgi-with-equinox/feed/" rel="self" type="application/rss+xml" />
	<link>http://dani.calidos.com/2008/12/27/experiencing-server-side-osgi-with-equinox/</link>
	<description></description>
	<lastBuildDate>Mon, 02 May 2011 08:34:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: tom</title>
		<link>http://dani.calidos.com/2008/12/27/experiencing-server-side-osgi-with-equinox/comment-page-1/#comment-394</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://dani.calidos.com/?p=50#comment-394</guid>
		<description>I will try to describe what I neeed to do :

- I got a servlet getting an information ( integers) from an HTML form.

- I forward that info to the BridgeServlet.

- I need the BridgeServlet to start a specific bundle that can &quot;handle&quot; the info (doing basic calculation). --&gt; starting the bundle is not a problem (as you said it&#039;s done by the framework). However, the problem is how to transmit the info (integer) from the servlet to the bundle.</description>
		<content:encoded><![CDATA[<p>I will try to describe what I neeed to do :</p>
<p>- I got a servlet getting an information ( integers) from an HTML form.</p>
<p>- I forward that info to the BridgeServlet.</p>
<p>- I need the BridgeServlet to start a specific bundle that can &#8220;handle&#8221; the info (doing basic calculation). &#8211;&gt; starting the bundle is not a problem (as you said it&#8217;s done by the framework). However, the problem is how to transmit the info (integer) from the servlet to the bundle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dani</title>
		<link>http://dani.calidos.com/2008/12/27/experiencing-server-side-osgi-with-equinox/comment-page-1/#comment-392</link>
		<dc:creator>dani</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://dani.calidos.com/?p=50#comment-392</guid>
		<description>Well, basically the Equinox framework will start it for you.

Inside the bridge installation you can find the config.ini file where you can specify all sorts of info such as which bundles to load, start, the order in which they do (watch the dependencies!), etc.</description>
		<content:encoded><![CDATA[<p>Well, basically the Equinox framework will start it for you.</p>
<p>Inside the bridge installation you can find the config.ini file where you can specify all sorts of info such as which bundles to load, start, the order in which they do (watch the dependencies!), etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://dani.calidos.com/2008/12/27/experiencing-server-side-osgi-with-equinox/comment-page-1/#comment-387</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://dani.calidos.com/?p=50#comment-387</guid>
		<description>Hi, 

What I don&#039;t understand is how can a servlet call the bridgeservlet to start an OSGi bundle.

I mean I know how to do it manually by using the OSGi prompt inside the server console. But, what if I need to call the bundle from my servlet.

Thanks in advance,</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>What I don&#8217;t understand is how can a servlet call the bridgeservlet to start an OSGi bundle.</p>
<p>I mean I know how to do it manually by using the OSGi prompt inside the server console. But, what if I need to call the bundle from my servlet.</p>
<p>Thanks in advance,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

