<?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: Spring Integration Samples</title>
	<atom:link href="http://blog.springsource.org/2007/12/21/spring-integration-samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Paresh</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-176022</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Tue, 07 Sep 2010 05:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-176022</guid>
		<description>Hi Mark,
As per your suggestion I have created a post on the forum 

http://forum.springsource.org/showthread.php?p=317952#post317952

Could you please look into it.

Your help will be appreciated !!</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
As per your suggestion I have created a post on the forum </p>
<p><a href="http://forum.springsource.org/showthread.php?p=317952#post317952" rel="nofollow">http://forum.springsource.org/showthread.php?p=317952#post317952</a></p>
<p>Could you please look into it.</p>
<p>Your help will be appreciated !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fisher</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-175389</link>
		<dc:creator>Mark Fisher</dc:creator>
		<pubDate>Wed, 25 Aug 2010 04:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-175389</guid>
		<description>@Paresh the code/configuration that you tried to submit has been escaped, so it&#039;s not visible here. Can you please ask your question in the forum: http://forum.springsource.org/forumdisplay.php?f=42

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>@Paresh the code/configuration that you tried to submit has been escaped, so it&#039;s not visible here. Can you please ask your question in the forum: <a href="http://forum.springsource.org/forumdisplay.php?f=42" rel="nofollow">http://forum.springsource.org/forumdisplay.php?f=42</a></p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-175386</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Wed, 25 Aug 2010 03:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-175386</guid>
		<description>One quick question 
I am using something like this


		
	


In a clustered enviormnet &amp; a web application (deployed on weblogic 10.0), I would like to know whether its going to create 3 threads for each HttpRequest or its going to have a pool of 3 threads irrespective of the number of HttpRequest
Please try to respond as early as possible.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>One quick question<br />
I am using something like this</p>
<p>In a clustered enviormnet &amp; a web application (deployed on weblogic 10.0), I would like to know whether its going to create 3 threads for each HttpRequest or its going to have a pool of 3 threads irrespective of the number of HttpRequest<br />
Please try to respond as early as possible.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fisher</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-175112</link>
		<dc:creator>Mark Fisher</dc:creator>
		<pubDate>Fri, 13 Aug 2010 16:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-175112</guid>
		<description>@Manoj can you please post the question in a bit more detail on the forum:
http://forum.springsource.org/forumdisplay.php?f=42

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>@Manoj can you please post the question in a bit more detail on the forum:<br />
<a href="http://forum.springsource.org/forumdisplay.php?f=42" rel="nofollow">http://forum.springsource.org/forumdisplay.php?f=42</a></p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-174768</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-174768</guid>
		<description>Hi Mark,

Thanks, I have gone through the samples that are very much helpful to understand the Spring Integration framework.

We are trying to use Spring Integration framework for our application, where we have one Service to respond all requests.
We want to give asynchronous call to the Service. Service should process the request in parallel.

We have tried to using Channel, Queue and ServiceActivatior but it seems request is processing in sequential manner. 
as mentioned in URL http://blog.springsource.com/2009/02/13/982/


      


Let me give you the background of what we want to achieve

for (int i =0; i&lt;=3; i  ){
Obj1 = method1() ;// some processing which takes 20secs
}

We know that this block is iterating for 3 times. Now if we execute this for loop it will take approximately
60 secs (since its a sequential call). We want to have a parallel call to this method1(), which would reduce
the execution time significantly.

Could you please suggest us how we can achieve parallel processing by using Spring integration.jar .    

Regards,
MAnoj Sinha</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks, I have gone through the samples that are very much helpful to understand the Spring Integration framework.</p>
<p>We are trying to use Spring Integration framework for our application, where we have one Service to respond all requests.<br />
We want to give asynchronous call to the Service. Service should process the request in parallel.</p>
<p>We have tried to using Channel, Queue and ServiceActivatior but it seems request is processing in sequential manner.<br />
as mentioned in URL <a href="http://blog.springsource.com/2009/02/13/982/" rel="nofollow">http://blog.springsource.com/2009/02/13/982/</a></p>
<p>Let me give you the background of what we want to achieve</p>
<p>for (int i =0; i&lt;=3; i  ){<br />
Obj1 = method1() ;// some processing which takes 20secs<br />
}</p>
<p>We know that this block is iterating for 3 times. Now if we execute this for loop it will take approximately<br />
60 secs (since its a sequential call). We want to have a parallel call to this method1(), which would reduce<br />
the execution time significantly.</p>
<p>Could you please suggest us how we can achieve parallel processing by using Spring integration.jar .    </p>
<p>Regards,<br />
MAnoj Sinha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fisher</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-174742</link>
		<dc:creator>Mark Fisher</dc:creator>
		<pubDate>Mon, 02 Aug 2010 13:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-174742</guid>
		<description>@Manoj it sounds like you might not have the proper JARs on your classpath. The XSDs are located within their corresponding JARs. I would recommend grabbing the latest versions of the samples where everything is defined in a Maven POM. You can checkout the samples using this command: svn co https://src.springsource.org/svn/spring-integration/trunk/spring-integration-samples .

Hope that helps.
-Mark</description>
		<content:encoded><![CDATA[<p>@Manoj it sounds like you might not have the proper JARs on your classpath. The XSDs are located within their corresponding JARs. I would recommend grabbing the latest versions of the samples where everything is defined in a Maven POM. You can checkout the samples using this command: svn co <a href="https://src.springsource.org/svn/spring-integration/trunk/spring-integration-samples" rel="nofollow">https://src.springsource.org/svn/spring-integration/trunk/spring-integration-samples</a> .</p>
<p>Hope that helps.<br />
-Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-174740</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-174740</guid>
		<description>Hi Mark,


We are trying to go through the sample project available on Spring website. We have configure the sample project (oddeven,quote) in MyEcclipse and trying to execute the project. while executing the program we are getting the following Error.


cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#039;channel&#039;.

Can you please help us to  solve this problem.

Regards,
Manoj</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>We are trying to go through the sample project available on Spring website. We have configure the sample project (oddeven,quote) in MyEcclipse and trying to execute the project. while executing the program we are getting the following Error.</p>
<p>cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#039;channel&#039;.</p>
<p>Can you please help us to  solve this problem.</p>
<p>Regards,<br />
Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Zhurakousky</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-140828</link>
		<dc:creator>Oleg Zhurakousky</dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-140828</guid>
		<description>[quote]
Mark,
How would I get a Cobol application connected to Spring Integration?
[/quote]
I am assuming you are talking about IBM Cobol. IBM has CICS Transaction Gateway which has connector API allowing you to integrate Java with Cobol.</description>
		<content:encoded><![CDATA[<p>[quote]<br />
Mark,<br />
How would I get a Cobol application connected to Spring Integration?<br />
[/quote]<br />
I am assuming you are talking about IBM Cobol. IBM has CICS Transaction Gateway which has connector API allowing you to integrate Java with Cobol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uma</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-140787</link>
		<dc:creator>Uma</dc:creator>
		<pubDate>Mon, 12 Jan 2009 23:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-140787</guid>
		<description>Is the decision between Spring Integration and Mule
one or the other? Or is Spring Integration designed to
accomodate other ESBs such as Mule and ServiceMix?

What are the pros/cons of Mule vs Spring Integration?

Tx, /U</description>
		<content:encoded><![CDATA[<p>Is the decision between Spring Integration and Mule<br />
one or the other? Or is Spring Integration designed to<br />
accomodate other ESBs such as Mule and ServiceMix?</p>
<p>What are the pros/cons of Mule vs Spring Integration?</p>
<p>Tx, /U</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SpringSource Team Blog &#187; Implementing Enterprise Integration Patterns part 0</title>
		<link>http://blog.springsource.org/2007/12/21/spring-integration-samples/comment-page-1/#comment-106599</link>
		<dc:creator>SpringSource Team Blog &#187; Implementing Enterprise Integration Patterns part 0</dc:creator>
		<pubDate>Mon, 19 May 2008 19:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/12/21/spring-integration-samples/#comment-106599</guid>
		<description>[...] Open up HelloWorldDemo and run as Java application. If you&#039;ve done this before you&#039;ll see the changes in syntax. [...]</description>
		<content:encoded><![CDATA[<p>[...] Open up HelloWorldDemo and run as Java application. If you&#39;ve done this before you&#39;ll see the changes in syntax. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

