<?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: Using Spring Integration in Osgi platform</title>
	<atom:link href="http://blog.esofthead.com/using-spring-integration-in-osgi-platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/</link>
	<description>The official blog of eSoftHead Company</description>
	<lastBuildDate>Mon, 15 Aug 2011 06:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nice bags</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-1434</link>
		<dc:creator>nice bags</dc:creator>
		<pubDate>Tue, 24 May 2011 15:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-1434</guid>
		<description>Ok really, usually I don’t comment on your posts but I really need to ask something. I noticed that when I try to post a comment the page after I click the button is blank. Is that because of some spamfilter? If so what is it? Also where can I download it, I would like to try it on my own blog! Would be much appreciated. Regards, Jenni</description>
		<content:encoded><![CDATA[<p>Ok really, usually I don’t comment on your posts but I really need to ask something. I noticed that when I try to post a comment the page after I click the button is blank. Is that because of some spamfilter? If so what is it? Also where can I download it, I would like to try it on my own blog! Would be much appreciated. Regards, Jenni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-350</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 12 Sep 2010 20:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-350</guid>
		<description>Hi Kshitiz,
    Sorry for late response. Regards to your question:
&quot;To make that notification server an isolated black box, I m thinking to expose its functionality ...&quot;

    I think notification server does not have any business functionality to make the application loose coupling. You can make your pub/sub interoperability by using Json/XML format (you can do that with Spring JMS or even with pure JMS by yourself)

    I do think this architecture model could be suitable for your project :)
    

Hai</description>
		<content:encoded><![CDATA[<p>Hi Kshitiz,<br />
    Sorry for late response. Regards to your question:<br />
&#8220;To make that notification server an isolated black box, I m thinking to expose its functionality &#8230;&#8221;</p>
<p>    I think notification server does not have any business functionality to make the application loose coupling. You can make your pub/sub interoperability by using Json/XML format (you can do that with Spring JMS or even with pure JMS by yourself)</p>
<p>    I do think this architecture model could be suitable for your project <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kshitiz</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-342</link>
		<dc:creator>Kshitiz</dc:creator>
		<pubDate>Fri, 03 Sep 2010 10:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-342</guid>
		<description>posting the architecture again:

External systems..Restful APIs on Tomcat.. Spring Integration acting as lightweight ESB.. ActiveMQ (+MySql for message persistence and tomcat i.e. not the ‘embedded’ jetty).. Spring Integration.. Restful APIs.. External systems</description>
		<content:encoded><![CDATA[<p>posting the architecture again:</p>
<p>External systems..Restful APIs on Tomcat.. Spring Integration acting as lightweight ESB.. ActiveMQ (+MySql for message persistence and tomcat i.e. not the ‘embedded’ jetty).. Spring Integration.. Restful APIs.. External systems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kshitiz</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-341</link>
		<dc:creator>Kshitiz</dc:creator>
		<pubDate>Fri, 03 Sep 2010 10:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-341</guid>
		<description>Hi,

Thanks for the informative post!

I am aiming to create a notification server (a pub/sub and p2p model) and excited to use Spring Integration&#039;s features. To make that notification server an isolated black box, I m thinking to expose its functionality thru rest based APIs. Since ActiveMQ is highly configurable so probably going to use it for the message management part.

Do You think that it&#039;s a feasible &amp; a wise decision to go for an architecture like this considering scalability &amp; extensibilty ?

External systems  Restful APIs on Tomcat  Spring Integration acting as lightweight ESB  ActiveMQ (+MySql for message persistence and tomcat i.e. not the &#039;embedded&#039; jetty)  Spring Integration  Restful APIs  External systems

What all pros &amp; cons do you suggest in this scenario.....

Many thanks,
Kshitiz</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the informative post!</p>
<p>I am aiming to create a notification server (a pub/sub and p2p model) and excited to use Spring Integration&#8217;s features. To make that notification server an isolated black box, I m thinking to expose its functionality thru rest based APIs. Since ActiveMQ is highly configurable so probably going to use it for the message management part.</p>
<p>Do You think that it&#8217;s a feasible &amp; a wise decision to go for an architecture like this considering scalability &amp; extensibilty ?</p>
<p>External systems  Restful APIs on Tomcat  Spring Integration acting as lightweight ESB  ActiveMQ (+MySql for message persistence and tomcat i.e. not the &#8216;embedded&#8217; jetty)  Spring Integration  Restful APIs  External systems</p>
<p>What all pros &amp; cons do you suggest in this scenario&#8230;..</p>
<p>Many thanks,<br />
Kshitiz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaaira buckner</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-281</link>
		<dc:creator>shaaira buckner</dc:creator>
		<pubDate>Sun, 23 May 2010 07:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-281</guid>
		<description>Haha, Just wanted to respond. I thoroughly loved your post. Keep up the great work. ;-)</description>
		<content:encoded><![CDATA[<p>Haha, Just wanted to respond. I thoroughly loved your post. Keep up the great work. <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigitalXstream</title>
		<link>http://blog.esofthead.com/using-spring-integration-in-osgi-platform/comment-page-1/#comment-161</link>
		<dc:creator>DigitalXstream</dc:creator>
		<pubDate>Sat, 22 Aug 2009 07:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/using-spring-integration-in-osgi-environment/#comment-161</guid>
		<description>Nice writing style. Looking forward to reading more from you. Actually I am also related from Digitalxsteam that is your one stop online source for complete &lt;a href=&quot;http://www.digitalxstream.com/backend.aspx&quot; rel=&quot;nofollow&quot;&gt;Back End Application Solutions&lt;/a&gt;. We provide all types of e-business solutions with satisfaction. For details, please visit on our website.</description>
		<content:encoded><![CDATA[<p>Nice writing style. Looking forward to reading more from you. Actually I am also related from Digitalxsteam that is your one stop online source for complete <a href="http://www.digitalxstream.com/backend.aspx" rel="nofollow">Back End Application Solutions</a>. We provide all types of e-business solutions with satisfaction. For details, please visit on our website.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

