<?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"
	>
<channel>
	<title>Comments for a cup of java</title>
	<atom:link href="http://javabeanz.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://javabeanz.wordpress.com</link>
	<description>Here's your cup of hot java. Enjoy it.</description>
	<pubDate>Fri, 04 Jul 2008 02:35:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on About JavaBeanz by Subin</title>
		<link>http://javabeanz.wordpress.com/about-javabeanz/#comment-26</link>
		<dc:creator>Subin</dc:creator>
		<pubDate>Fri, 27 Jun 2008 06:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/about-javabeanz/#comment-26</guid>
		<description>Hi,

Sorry for a late reply. Right now I dont have a code snippet to help you. Pls check http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/ where you can find how to create a Pie chart with custom colors. You can follow the same way to achieve custom colored bar charts. (There has to have something like a BarRenderer).

Subin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for a late reply. Right now I dont have a code snippet to help you. Pls check <a href="http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/" rel="nofollow">http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/</a> where you can find how to create a Pie chart with custom colors. You can follow the same way to achieve custom colored bar charts. (There has to have something like a BarRenderer).</p>
<p>Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About JavaBeanz by cwsns6</title>
		<link>http://javabeanz.wordpress.com/about-javabeanz/#comment-25</link>
		<dc:creator>cwsns6</dc:creator>
		<pubDate>Mon, 23 Jun 2008 17:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/about-javabeanz/#comment-25</guid>
		<description>Hi Subin,

Expert Level: Beginner

Your code for JFreeChart were of great help to me. I still have some questions. I am using JFreeChart to display on a JSP page. I have done that successfully. But how do I get the plotarea for a CategoryPlot to display on the center of the screen? Could you please help me with that? Also how do I change the color of the Bars in the BAR Chart? Please help.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Subin,</p>
<p>Expert Level: Beginner</p>
<p>Your code for JFreeChart were of great help to me. I still have some questions. I am using JFreeChart to display on a JSP page. I have done that successfully. But how do I get the plotarea for a CategoryPlot to display on the center of the screen? Could you please help me with that? Also how do I change the color of the Bars in the BAR Chart? Please help.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Friends&#8217; blogs by Subin</title>
		<link>http://javabeanz.wordpress.com/friends-blogs/#comment-22</link>
		<dc:creator>Subin</dc:creator>
		<pubDate>Fri, 19 Oct 2007 12:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/friends-blogs/#comment-22</guid>
		<description>Hmmm.... Thanx. BTW where are you working? I'm looking forward to hear more from you.

Subin</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;. Thanx. BTW where are you working? I&#8217;m looking forward to hear more from you.</p>
<p>Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Different ways to create objects in Java by Subin</title>
		<link>http://javabeanz.wordpress.com/2007/09/13/different-ways-to-create-objects/#comment-21</link>
		<dc:creator>Subin</dc:creator>
		<pubDate>Fri, 19 Oct 2007 06:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/09/13/different-ways-to-create-objects/#comment-21</guid>
		<description>Hi Amar,

Thank you for this one. I wish to hear more from you :)

Subin</description>
		<content:encoded><![CDATA[<p>Hi Amar,</p>
<p>Thank you for this one. I wish to hear more from you <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Different ways to create objects in Java by amareswar</title>
		<link>http://javabeanz.wordpress.com/2007/09/13/different-ways-to-create-objects/#comment-20</link>
		<dc:creator>amareswar</dc:creator>
		<pubDate>Thu, 18 Oct 2007 11:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/09/13/different-ways-to-create-objects/#comment-20</guid>
		<description>one more is through creation of object using classloader

like this.getClass().getClassLoader().loadClass("com.amar.myobject").newInstance();</description>
		<content:encoded><![CDATA[<p>one more is through creation of object using classloader</p>
<p>like this.getClass().getClassLoader().loadClass(&#8221;com.amar.myobject&#8221;).newInstance();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Friends&#8217; blogs by Lijin</title>
		<link>http://javabeanz.wordpress.com/friends-blogs/#comment-19</link>
		<dc:creator>Lijin</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/friends-blogs/#comment-19</guid>
		<description>Subin, Good blog frnd. I also gone thru ur site as well as psl blog... :)

And let me tell you one more thing. Im also from kerala...kochi....then north Paravooor.... :)

take care</description>
		<content:encoded><![CDATA[<p>Subin, Good blog frnd. I also gone thru ur site as well as psl blog&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And let me tell you one more thing. Im also from kerala&#8230;kochi&#8230;.then north Paravooor&#8230;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>take care</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating PieChart using JFreeChart (using plot) by Subin</title>
		<link>http://javabeanz.wordpress.com/2007/06/27/generating-piechart-using-jfreechart-using-plot/#comment-15</link>
		<dc:creator>Subin</dc:creator>
		<pubDate>Mon, 06 Aug 2007 06:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/06/27/generating-piechart-using-jfreechart-using-plot/#comment-15</guid>
		<description>Hi,

I have posted a code snippet to generate a Pie Chart with custom colors. Please find it here: http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/


Subin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have posted a code snippet to generate a Pie Chart with custom colors. Please find it here: <a href="http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/" rel="nofollow">http://javabeanz.wordpress.com/2007/08/06/creating-pie-charts-using-custom-colors-jfreechart/</a></p>
<p>Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating PieChart using JFreeChart (using plot) by hooknc</title>
		<link>http://javabeanz.wordpress.com/2007/06/27/generating-piechart-using-jfreechart-using-plot/#comment-14</link>
		<dc:creator>hooknc</dc:creator>
		<pubDate>Fri, 03 Aug 2007 16:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/06/27/generating-piechart-using-jfreechart-using-plot/#comment-14</guid>
		<description>Great example.

Can you show an example of changing the color of the pie chart?</description>
		<content:encoded><![CDATA[<p>Great example.</p>
<p>Can you show an example of changing the color of the pie chart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issues need to be tackled while developing J2ME applications by Subin</title>
		<link>http://javabeanz.wordpress.com/2007/07/16/issues-need-to-be-tackled-while-developing-j2me-applications/#comment-12</link>
		<dc:creator>Subin</dc:creator>
		<pubDate>Wed, 25 Jul 2007 10:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/07/16/issues-need-to-be-tackled-while-developing-j2me-applications/#comment-12</guid>
		<description>Wow! So you kept your promise.

So here goes my thoughts:
1. Multi-window concept is nothing but the use of multiple windows in an application just like what we do with Java Swing, SWT etc. What I was trying to say, there should be a proper UI design for a J2ME application to make it more usable to the user.

2. Yup, J2ME has its file connection APIs. Now there is a PDAP (PDA Profile) which does it for us. But I am not sure about which all handsets support that. Its JSR 75. There is two sepecification requests in JSR 75. PIM &#38; File Connection.

And RMS is not a file system. RMS can be considered as a record management system which can be a much scaled down version of a DBMS.

Thanks &#38; Regards,
Subin</description>
		<content:encoded><![CDATA[<p>Wow! So you kept your promise.</p>
<p>So here goes my thoughts:<br />
1. Multi-window concept is nothing but the use of multiple windows in an application just like what we do with Java Swing, SWT etc. What I was trying to say, there should be a proper UI design for a J2ME application to make it more usable to the user.</p>
<p>2. Yup, J2ME has its file connection APIs. Now there is a PDAP (PDA Profile) which does it for us. But I am not sure about which all handsets support that. Its JSR 75. There is two sepecification requests in JSR 75. PIM &amp; File Connection.</p>
<p>And RMS is not a file system. RMS can be considered as a record management system which can be a much scaled down version of a DBMS.</p>
<p>Thanks &amp; Regards,<br />
Subin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issues need to be tackled while developing J2ME applications by anushar83</title>
		<link>http://javabeanz.wordpress.com/2007/07/16/issues-need-to-be-tackled-while-developing-j2me-applications/#comment-11</link>
		<dc:creator>anushar83</dc:creator>
		<pubDate>Wed, 25 Jul 2007 09:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://javabeanz.wordpress.com/2007/07/16/issues-need-to-be-tackled-while-developing-j2me-applications/#comment-11</guid>
		<description>Hi,
   After reading this article Iam confused to some extend. First of all Iam unable to get the context of multi window. Moreover about the File system support, I believe J2ME has file connection APIs.I think JSR75 explians about this.J2ME supports File system along with the RMS record store.
Regards,
Me</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   After reading this article Iam confused to some extend. First of all Iam unable to get the context of multi window. Moreover about the File system support, I believe J2ME has file connection APIs.I think JSR75 explians about this.J2ME supports File system along with the RMS record store.<br />
Regards,<br />
Me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
