<?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: Integrating Apache MINA with Spring</title>
	<atom:link href="http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/</link>
	<description>From Programmer, For Programmers</description>
	<lastBuildDate>Mon, 09 Jan 2012 04:02:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-40424</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Mon, 11 Jul 2011 11:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-40424</guid>
		<description>I have no clue how this can be done. Probably you need to implement a IoFilter that does the job for you, by integrating with Spring security API&#039;s. Or look at existing integrations and tweak them to use your IoFilter.

Please do share your findings.

Good Luck !</description>
		<content:encoded><![CDATA[<p>I have no clue how this can be done. Probably you need to implement a IoFilter that does the job for you, by integrating with Spring security API&#8217;s. Or look at existing integrations and tweak them to use your IoFilter.</p>
<p>Please do share your findings.</p>
<p>Good Luck !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajjad</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-40423</link>
		<dc:creator>Sajjad</dc:creator>
		<pubDate>Mon, 11 Jul 2011 11:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-40423</guid>
		<description>Is it possible to use spring security while TCP/IP  commnuication using MINA, if yes then how ? please help me.</description>
		<content:encoded><![CDATA[<p>Is it possible to use spring security while TCP/IP  commnuication using MINA, if yes then how ? please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilango</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-22390</link>
		<dc:creator>ilango</dc:creator>
		<pubDate>Tue, 23 Nov 2010 14:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-22390</guid>
		<description>I was wondering if it might be possible to integrate the above code into a Spring based MVC webapp running on Tomcat or websphere
Great article. Thanks.</description>
		<content:encoded><![CDATA[<p>I was wondering if it might be possible to integrate the above code into a Spring based MVC webapp running on Tomcat or websphere<br />
Great article. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-21036</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Thu, 28 Oct 2010 04:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-21036</guid>
		<description>A good suggestion. Its been on my to-do list for long, let me see how soon can I make it to MINA User Guide</description>
		<content:encoded><![CDATA[<p>A good suggestion. Its been on my to-do list for long, let me see how soon can I make it to MINA User Guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek Šabo</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-21025</link>
		<dc:creator>Marek Šabo</dc:creator>
		<pubDate>Thu, 28 Oct 2010 00:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-21025</guid>
		<description>I see this is an old post but nevertheless, would it be possible to provide a simple example how to integrate mina app with webbap using guice so it would run on tomcat? Webapp already uses guice and as author suggested he could write a howto - I would very much appreciate just the vital example of it. 

Regards,</description>
		<content:encoded><![CDATA[<p>I see this is an old post but nevertheless, would it be possible to provide a simple example how to integrate mina app with webbap using guice so it would run on tomcat? Webapp already uses guice and as author suggested he could write a howto &#8211; I would very much appreciate just the vital example of it. </p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Hazlewood</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-8129</link>
		<dc:creator>Les Hazlewood</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-8129</guid>
		<description>Oops - my XML example didn&#039;t show correctly.  Let&#039;s try again with brackets instead: 

[bean class=&quot;org.apache.mina.transport.socket.nio.NioSocketAcceptor&quot;
          init-method=&quot;bind&quot; destroy-method=&quot;unbind&quot;/]
    ...
    [property name=&quot;sessionConfig.tcpNoDelay&quot; value=&quot;true&quot;/]
    ...
[/bean]

Ashish, please feel free to edit/consolidate my comments so this shows proper XML if you have the ability to do so.

Regards,

Les</description>
		<content:encoded><![CDATA[<p>Oops &#8211; my XML example didn&#8217;t show correctly.  Let&#8217;s try again with brackets instead: </p>
<p>[bean class="org.apache.mina.transport.socket.nio.NioSocketAcceptor"<br />
          init-method="bind" destroy-method="unbind"/]<br />
    &#8230;<br />
    [property name="sessionConfig.tcpNoDelay" value="true"/]<br />
    &#8230;<br />
[/bean]</p>
<p>Ashish, please feel free to edit/consolidate my comments so this shows proper XML if you have the ability to do so.</p>
<p>Regards,</p>
<p>Les</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Hazlewood</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-8128</link>
		<dc:creator>Les Hazlewood</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-8128</guid>
		<description>@Declan and Ashish,

Spring supports nested property configuration by using OGNL path expressions.  For example, if you wanted to change the &#039;tcpNoDelay&#039; property of the NioSocketAcceptor&#039;s nested SessionConfig instance:


    ...
    
    ...


Naturally the default,no-arg constructor of whatever bean you&#039;re instantiating must ensure that any beans referenced via a OGNL expression are non-null (the NioSocketAcceptor does indeed ensure this for its internal SessionConfig instance). No coding necessary :)

Using the nested property technique above, I think you can easily satisfy almost all of your Mina Spring-configuration needs.

Here is the Spring doco reference:

http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-compound-property-names

Regards,

Les</description>
		<content:encoded><![CDATA[<p>@Declan and Ashish,</p>
<p>Spring supports nested property configuration by using OGNL path expressions.  For example, if you wanted to change the &#8216;tcpNoDelay&#8217; property of the NioSocketAcceptor&#8217;s nested SessionConfig instance:</p>
<p>    &#8230;</p>
<p>    &#8230;</p>
<p>Naturally the default,no-arg constructor of whatever bean you&#8217;re instantiating must ensure that any beans referenced via a OGNL expression are non-null (the NioSocketAcceptor does indeed ensure this for its internal SessionConfig instance). No coding necessary <img src='http://www.ashishpaliwal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Using the nested property technique above, I think you can easily satisfy almost all of your Mina Spring-configuration needs.</p>
<p>Here is the Spring doco reference:</p>
<p><a href="http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-compound-property-names" rel="nofollow">http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-compound-property-names</a></p>
<p>Regards,</p>
<p>Les</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Hazlewood</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-8107</link>
		<dc:creator>Les Hazlewood</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-8107</guid>
		<description>@serge

You don&#039;t need to worry about this - Spring uses a LinkedHashMap implementation for map definitions by default which does retain definition order.

- Les</description>
		<content:encoded><![CDATA[<p>@serge</p>
<p>You don&#8217;t need to worry about this &#8211; Spring uses a LinkedHashMap implementation for map definitions by default which does retain definition order.</p>
<p>- Les</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serge</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-1320</link>
		<dc:creator>serge</dc:creator>
		<pubDate>Thu, 26 Feb 2009 18:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-1320</guid>
		<description>Hi Ashish

  We need the chain filters in a certain order, so a Map is not appropriate !

By.</description>
		<content:encoded><![CDATA[<p>Hi Ashish</p>
<p>  We need the chain filters in a certain order, so a Map is not appropriate !</p>
<p>By.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/comment-page-1/#comment-509</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=198#comment-509</guid>
		<description>To be true, I don&#039;t have an answer right now. Let me check and get back to you.</description>
		<content:encoded><![CDATA[<p>To be true, I don&#8217;t have an answer right now. Let me check and get back to you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

