<?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: Apache MINA based Server Application Architecture</title>
	<atom:link href="http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/</link>
	<description>From Programmer, For Programmers</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: aizaz</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-12413</link>
		<dc:creator>aizaz</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-12413</guid>
		<description>Hi I am trying to send a POJO object from server to client. Could you kinldy tell me how to do this?

I am currently using buffer.putObject(new pojo.POJO());

while on client side I am failed to called messageReceived() method and .getMessage() ruturns null also buffer says it should be greater than 4 : 0
find complete code at
http://apachejava.blogspot.com/2010/03/apache-mina-udp-server-send-messages-to.html</description>
		<content:encoded><![CDATA[<p>Hi I am trying to send a POJO object from server to client. Could you kinldy tell me how to do this?</p>
<p>I am currently using buffer.putObject(new pojo.POJO());</p>
<p>while on client side I am failed to called messageReceived() method and .getMessage() ruturns null also buffer says it should be greater than 4 : 0<br />
find complete code at<br />
<a href="http://apachejava.blogspot.com/2010/03/apache-mina-udp-server-send-messages-to.html" rel="nofollow">http://apachejava.blogspot.com/2010/03/apache-mina-udp-server-send-messages-to.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Web site design</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-5256</link>
		<dc:creator>Dave Web site design</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-5256</guid>
		<description>In the client server architecture., when the data is transferred between client and server how the data looks in the application layer point of view?</description>
		<content:encoded><![CDATA[<p>In the client server architecture., when the data is transferred between client and server how the data looks in the application layer point of view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-830</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Thu, 22 Jan 2009 17:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-830</guid>
		<description>Yup MINA should do the job. Check out this page to know what people use MINA for http://mina.apache.org/testimonials.html</description>
		<content:encoded><![CDATA[<p>Yup MINA should do the job. Check out this page to know what people use MINA for <a href="http://mina.apache.org/testimonials.html" rel="nofollow">http://mina.apache.org/testimonials.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-720</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-720</guid>
		<description>Hi Ashish,
I am working on a Multi-player Turn based Game Server.Do you think MINA is the correct solution for this ???? please advice.</description>
		<content:encoded><![CDATA[<p>Hi Ashish,<br />
I am working on a Multi-player Turn based Game Server.Do you think MINA is the correct solution for this ???? please advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-474</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-474</guid>
		<description>MINA should be great. Will save a lot of your effort. Good Luck!</description>
		<content:encoded><![CDATA[<p>MINA should be great. Will save a lot of your effort. Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manish</title>
		<link>http://www.ashishpaliwal.com/blog/2008/10/apache-mina-based-server-application-architecture/comment-page-1/#comment-472</link>
		<dc:creator>manish</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ashishpaliwal.com/blog/?p=45#comment-472</guid>
		<description>Hello Ashish,

I am making a backup software, in which all the files to backed up are stored on a file server on the internet. I thinking of using apache mina to create a small server which will accept files to backup from the client software. Please give you advice on weather to using apache mina or something other solution for uploading files.</description>
		<content:encoded><![CDATA[<p>Hello Ashish,</p>
<p>I am making a backup software, in which all the files to backed up are stored on a file server on the internet. I thinking of using apache mina to create a small server which will accept files to backup from the client software. Please give you advice on weather to using apache mina or something other solution for uploading files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
