<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Programming Blog</title>
	<link>http://www.roseindia.net/blog</link>
	<description>Programmer's Blog</description>
	<pubDate>Mon, 24 Nov 2008 17:53:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Dateformat Example</title>
		<link>http://www.roseindia.net/blog/2008/11/24/dateformat-example/</link>
		<comments>http://www.roseindia.net/blog/2008/11/24/dateformat-example/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Dateformat Example]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/11/24/dateformat-example/</guid>
		<description><![CDATA[Dateformat Example
The Java Dateformat class is used to format the date/time in Java applications. You can use the Dateformat class while generating the report to format the date/time in required format.
To format a date for the current Locale, use one of the static factory methods:
String myString = DateFormat.getDateInstance().format(myDate);
DateFormat provides many class methods for obtaining default [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Dateformat Example</strong></p>
<p>The Java Dateformat class is used to format the date/time in Java applications. You can use the Dateformat class while generating the report to format the date/time in required format.</p>
<p>To format a date for the current Locale, use one of the static factory methods:</p>
<p>String myString = DateFormat.getDateInstance().format(myDate);</p>
<p>DateFormat provides many class methods for obtaining default date/time formatters based on the default or a given locale and a number of formatting styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are provided in the method description.</p>
<p><strong>Here is the example of Dateformat class:</strong></p>
<ul>
<li><a href="http://roseindia.net/tutorialsearch/?t=Dateformat"><strong>Dateformat</strong></a></li>
<li><a href="http://roseindia.net/tutorialsearch/?t=Dateformat example"><strong>Dateformat example</strong></a></li>
<li><a href="http://roseindia.net/tutorialsearch/?t=Dateformat tutorial"><strong>Dateformat tutorial</strong></a></li>
<li><a href="http://www.roseindia.net/jsp/date-formater-jsp.shtml"><strong>Date Formatter in JSP</strong></a></li>
</ul>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/11/24/dateformat-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bufferedreader example</title>
		<link>http://www.roseindia.net/blog/2008/11/24/bufferedreader-example/</link>
		<comments>http://www.roseindia.net/blog/2008/11/24/bufferedreader-example/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:25:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bufferedreader example]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/11/24/bufferedreader-example/</guid>
		<description><![CDATA[Bufferedreader example
Here we have provided the best links for Bufferedreader class examples. You can use Bufferedreader class for buffering while reading the streams.
The Bufferedreader  class reads  the text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
Here are the example links of Bufferedreader class

Bufferedreader example
Bufferedreader [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Bufferedreader example</strong></p>
<p>Here we have provided the best links for Bufferedreader class examples. You can use Bufferedreader class for buffering while reading the streams.</p>
<p>The Bufferedreader  class reads  the text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.</p>
<p>Here are the example links of Bufferedreader class</p>
<ul>
<li><strong><a href="http://www.codingdiary.com/developers/developers/diary/javaapi/java/io/SampleCode/BufferedReaderreadyExampleCode.html">Bufferedreader example</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=Bufferedreader tutorial">Bufferedreader tutorial</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=Bufferedreader">Bufferedreader</a></strong></li>
</ul>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/11/24/bufferedreader-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AWT basics</title>
		<link>http://www.roseindia.net/blog/2008/11/24/awt-basics/</link>
		<comments>http://www.roseindia.net/blog/2008/11/24/awt-basics/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[AWT basics]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/11/24/awt-basics/</guid>
		<description><![CDATA[AWT basics
Are you looking for the AWT Basics to help you learn AWT quickly? Here we have provided you the links to our AWT tutorials.
AWT stands for abstract window toolkit, which is used to develop platform-independent windowing, graphics, and user-interface for the desktop application using Java technology.
Now a day’s developers are using Swing components instead [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AWT basics</strong></p>
<p>Are you looking for the AWT Basics to help you learn AWT quickly? Here we have provided you the links to our AWT tutorials.</p>
<p>AWT stands for abstract window toolkit, which is used to develop platform-independent windowing, graphics, and user-interface for the desktop application using Java technology.</p>
<p>Now a day’s developers are using Swing components instead of AWT to develop good GUI for windows applications.</p>
<p><strong>Here are the links to AWT Tutorials:</strong></p>
<ul>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT">AWT</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT documentation">AWT documentation</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT example">AWT example</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT manual">AWT manual</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT tutorial">AWT tutorial</a></strong></li>
<li><strong><a href="http://roseindia.net/tutorialsearch/?t=AWT tutorials">AWT tutorials</a></strong></li>
</ul>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/11/24/awt-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Args tutorial</title>
		<link>http://www.roseindia.net/blog/2008/11/24/args-tutorial/</link>
		<comments>http://www.roseindia.net/blog/2008/11/24/args-tutorial/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:01:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Args tutorial]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/11/24/args-tutorial/</guid>
		<description><![CDATA[Args tutorial
Are you looking for Args tutorial in Java Technolog?
Args represents the command line arguments in the Java program. You can pass any number of the parameters through the args variable.
I this example we will show how to use the Java Args.
Learn about Java Args Tutorial.
Thanks
]]></description>
			<content:encoded><![CDATA[<p><strong>Args tutorial</strong></p>
<p>Are you looking for Args tutorial in Java Technolog?</p>
<p>Args represents the command line arguments in the Java program. You can pass any number of the parameters through the args variable.</p>
<p>I this example we will show how to use the <a href="http://www.roseindia.net/java/beginners/cmnd-line-arguments.shtml">Java Args</a>.</p>
<p>Learn about <a href="http://www.roseindia.net/java/beginners/cmnd-line-arguments.shtml">Java Args Tutorial</a>.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/11/24/args-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Args example</title>
		<link>http://www.roseindia.net/blog/2008/11/24/java-args-example/</link>
		<comments>http://www.roseindia.net/blog/2008/11/24/java-args-example/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:56:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Java Example]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/11/24/java-args-example/</guid>
		<description><![CDATA[Java Args example
In your main method you can pass the arguments using args[] parameters. The args[] parameter can take any number of command line parameters.
Each argument is identified by a space. For example you  can type following command on command prompt to call the java program:
C:\&#62;java MyProgram param1 param2 param3
In the above code we are [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold">Java Args example</span><br />
In your main method you can pass the arguments using args[] parameters. The args[] parameter can take any number of command line parameters.</p>
<p>Each argument is identified by a space. For example you  can type following command on command prompt to call the java program:<br />
C:\&gt;java MyProgram param1 param2 param3</p>
<p>In the above code we are trying to execute the MyProgram java program passing the parameters “param1 param2 param3”.</p>
<p>Search for more <a href="http://www.roseindia.net/tutorialsearch/?t=args+example" title="Java Args Example">Java args example</a>.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/11/24/java-args-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delhi Population by District</title>
		<link>http://www.roseindia.net/blog/2008/10/17/delhi-population-by-district/</link>
		<comments>http://www.roseindia.net/blog/2008/10/17/delhi-population-by-district/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:52:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Delhi]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/10/17/delhi-population-by-district/</guid>
		<description><![CDATA[Delhi Population by District
Are you looking for the District wise population distribution in Delhi? Here  we have collected the information and presented in easy to read format.
Delhi is the Capital of India and people from various parts of the country  are coming to Delhi due to various reasons. In most of the cases [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Delhi Population by District</strong></p>
<p>Are you looking for the District wise population distribution in Delhi? Here  we have collected the information and presented in easy to read format.</p>
<p>Delhi is the Capital of India and people from various parts of the country  are coming to Delhi due to various reasons. In most of the cases people come to  Delhi to find a good job. After getting the job people stay in the Delhi and  this way the population of Delhi is growing day-by-day.</p>
<p>Due to good job opportunities and high living standards the population of  Delhi is increasing daily.</p>
<p><font color="#000000">Population &amp; Population Density in Delhi Districts  wise.</font></p>
<p><center></p>
<p align="left">
<table lotus_anchor="B34..I45" cellpadding="1" cellspacing="0" frame="hsides" rules="row">
<tr>
<td lotus_celltype="LABEL" align="left" bgcolor="#ffffff" height="60" valign="top" width="180"><font lotus_size="12" color="#000000"><strong>District</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="90"><font lotus_size="12" color="#000000"><strong>2001            Population</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="90"><font lotus_size="12" color="#000000"><strong>1991            Population</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="90"><font lotus_size="12" color="#000000"><strong>Change</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="90"><font lotus_size="12" color="#000000"><strong>Area            in KM2</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="81"><font lotus_size="12" color="#000000"><strong>Area            in SqMi</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="90"><font lotus_size="12" color="#000000"><strong>2001            Population per KM2</strong></font></td>
<td lotus_celltype="LABEL" align="center" bgcolor="#ffffff" height="60" valign="top" width="81"><font lotus_size="12" color="#000000"><strong>2001            Population per SqMi</strong></font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="North West" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">North            West</font></td>
<td lotus_celltype="VALUE" lotus_value="2847395" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">2,847,395</font></td>
<td lotus_celltype="VALUE" lotus_value="1778288.15888084" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,778,288</font></td>
<td formula="+C35/D35-1" lotus_celltype="FORMULA" lotus_value="0.6012" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">60.1%</font></td>
<td lotus_celltype="VALUE" lotus_value="439.95253807047" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">440</font></td>
<td formula="+F35/2.592" lotus_celltype="FORMULA" lotus_value="169.73477549015" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">170</font></td>
<td formula="+C35/F35" lotus_celltype="FORMULA" lotus_value="6472.0504" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">6,472</font></td>
<td formula="+C35/G35" lotus_celltype="FORMULA" lotus_value="16775.5546368" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">16,776</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="North" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">North</font></td>
<td lotus_celltype="VALUE" lotus_value="779788" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">779,788</font></td>
<td lotus_celltype="VALUE" lotus_value="688250.6619594" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">688,251</font></td>
<td formula="+C36/D36-1" lotus_celltype="FORMULA" lotus_value="0.133" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">13.3%</font></td>
<td lotus_celltype="VALUE" lotus_value="59.8947578069272" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">60</font></td>
<td formula="+F36/2.592" lotus_celltype="FORMULA" lotus_value="23.1075454502034" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">23</font></td>
<td formula="+C36/F36" lotus_celltype="FORMULA" lotus_value="13019.303" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">13,019</font></td>
<td formula="+C36/G36" lotus_celltype="FORMULA" lotus_value="33746.033376" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">33,746</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="North East" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">North            East</font></td>
<td lotus_celltype="VALUE" lotus_value="1763712" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,763,712</font></td>
<td lotus_celltype="VALUE" lotus_value="1085227.66428747" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,085,228</font></td>
<td formula="+C37/D37-1" lotus_celltype="FORMULA" lotus_value="0.6252" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">62.5%</font></td>
<td lotus_celltype="VALUE" lotus_value="59.9971066058974" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">60</font></td>
<td formula="+F37/2.592" lotus_celltype="FORMULA" lotus_value="23.1470318695592" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">23</font></td>
<td formula="+C37/F37" lotus_celltype="FORMULA" lotus_value="29396.6176" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">29,397</font></td>
<td formula="+C37/G37" lotus_celltype="FORMULA" lotus_value="76196.0328192" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">76,196</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="East" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">East</font></td>
<td lotus_celltype="VALUE" lotus_value="1448770" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,448,770</font></td>
<td lotus_celltype="VALUE" lotus_value="1023070.40463244" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,023,070</font></td>
<td formula="+C38/D38-1" lotus_celltype="FORMULA" lotus_value="0.4161" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">41.6%</font></td>
<td lotus_celltype="VALUE" lotus_value="63.9978984506719" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">64</font></td>
<td formula="+F38/2.592" lotus_celltype="FORMULA" lotus_value="24.6905472417716" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">25</font></td>
<td formula="+C38/F38" lotus_celltype="FORMULA" lotus_value="22637.7746" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">22,638</font></td>
<td formula="+C38/G38" lotus_celltype="FORMULA" lotus_value="58677.1117632" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">58,677</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="New Delhi" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">New            Delhi</font></td>
<td lotus_celltype="VALUE" lotus_value="171806" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">171,806</font></td>
<td lotus_celltype="VALUE" lotus_value="167664.682346053" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">167,665</font></td>
<td formula="+C39/D39-1" lotus_celltype="FORMULA" lotus_value="0.0246999999999999" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">2.5%</font></td>
<td lotus_celltype="VALUE" lotus_value="34.995759203935" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">35</font></td>
<td formula="+F39/2.592" lotus_celltype="FORMULA" lotus_value="13.5014503101601" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">14</font></td>
<td formula="+C39/F39" lotus_celltype="FORMULA" lotus_value="4909.3377" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">4,909</font></td>
<td formula="+C39/G39" lotus_celltype="FORMULA" lotus_value="12725.0033184" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">12,725</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="Central" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">Central</font></td>
<td lotus_celltype="VALUE" lotus_value="644005" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">644,005</font></td>
<td lotus_celltype="VALUE" lotus_value="656545.009684983" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">656,545</font></td>
<td formula="+C40/D40-1" lotus_celltype="FORMULA" lotus_value="-0.0191" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">-1.9%</font></td>
<td lotus_celltype="VALUE" lotus_value="25.0007619544185" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">25</font></td>
<td formula="+F40/2.592" lotus_celltype="FORMULA" lotus_value="9.64535569229107" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">10</font></td>
<td formula="+C40/F40" lotus_celltype="FORMULA" lotus_value="25759.4149" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">25,759</font></td>
<td formula="+C40/G40" lotus_celltype="FORMULA" lotus_value="66768.4034208" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">66,768</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="West" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">West</font></td>
<td lotus_celltype="VALUE" lotus_value="2119641" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">2,119,641</font></td>
<td lotus_celltype="VALUE" lotus_value="1434030.85041607" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,434,031</font></td>
<td formula="+C41/D41-1" lotus_celltype="FORMULA" lotus_value="0.4781" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">47.8%</font></td>
<td lotus_celltype="VALUE" lotus_value="129.006013891335" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">129</font></td>
<td formula="+F41/2.592" lotus_celltype="FORMULA" lotus_value="49.7708386926445" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">50</font></td>
<td formula="+C41/F41" lotus_celltype="FORMULA" lotus_value="16430.5596" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">16,431</font></td>
<td formula="+C41/G41" lotus_celltype="FORMULA" lotus_value="42588.0104832" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">42,588</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="South West" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">South            West</font></td>
<td lotus_celltype="VALUE" lotus_value="1749492" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,749,492</font></td>
<td lotus_celltype="VALUE" lotus_value="1084687.20937442" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,084,687</font></td>
<td formula="+C42/D42-1" lotus_celltype="FORMULA" lotus_value="0.6129" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">61.3%</font></td>
<td lotus_celltype="VALUE" lotus_value="419.933104674572" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">420</font></td>
<td formula="+F42/2.592" lotus_celltype="FORMULA" lotus_value="162.011228655313" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">162</font></td>
<td formula="+C42/F42" lotus_celltype="FORMULA" lotus_value="4166.1207" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">4,166</font></td>
<td formula="+C42/G42" lotus_celltype="FORMULA" lotus_value="10798.5848544" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">10,799</font></td>
</tr>
<tr>
<td lotus_celltype="VALUE" lotus_value="South" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">South</font></td>
<td lotus_celltype="VALUE" lotus_value="2258367" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">2,258,367</font></td>
<td lotus_celltype="VALUE" lotus_value="1502872.82890797" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,502,873</font></td>
<td formula="+C43/D43-1" lotus_celltype="FORMULA" lotus_value="0.5027" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">50.3%</font></td>
<td lotus_celltype="VALUE" lotus_value="249.978847123747" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">250</font></td>
<td formula="+F43/2.592" lotus_celltype="FORMULA" lotus_value="96.4424564520628" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">96</font></td>
<td formula="+C43/F43" lotus_celltype="FORMULA" lotus_value="9034.2324" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">9,034</font></td>
<td formula="+C43/G43" lotus_celltype="FORMULA" lotus_value="23416.7303808" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">23,417</font></td>
</tr>
<tr>
<td lotus_celltype="LABEL" align="left" bgcolor="#ffffff" height="20" valign="bottom" width="180"><font lotus_size="12" color="#000000">Total</font></td>
<td formula="@SUM(C35..C43)" lotus_celltype="FORMULA" lotus_value="13782976" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">13,782,976</font></td>
<td formula="@SUM(D35..D43)" lotus_celltype="FORMULA" lotus_value="9420637.47048965" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">9,420,637</font></td>
<td formula="+C44/D44-1" lotus_celltype="FORMULA" lotus_value="0.463061925817172" lotus_format="Percent;1" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">46.3%</font></td>
<td formula="@SUM(F35..F43)" lotus_celltype="FORMULA" lotus_value="1482.75678778197" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">1,483</font></td>
<td formula="@SUM(G35..G43)" lotus_celltype="FORMULA" lotus_value="572.051229854156" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">572</font></td>
<td formula="+C44/F44" lotus_celltype="FORMULA" lotus_value="9295.50693247386" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="90"><font lotus_size="12" color="#000000">9,296</font></td>
<td formula="+C44/G44" lotus_celltype="FORMULA" lotus_value="24093.9539689722" lotus_format="Comma;0" align="right" bgcolor="#ffffff" height="20" valign="bottom" width="81"><font lotus_size="12" color="#000000">24,094</font></td>
</tr>
</table>
<p></center><font lotus_size="12" color="#000000">Source: Census of India</font></p>
<p><font lotus_size="12" color="#000000">Read latest <a href="http://newstrackindia.com/search/?q=Delhi&amp;r=1&amp;d=y" title="Delhi News">Delhi News</a>.</font></p>
<p><font lotus_size="12" color="#000000">Thanks</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/10/17/delhi-population-by-district/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delhi News</title>
		<link>http://www.roseindia.net/blog/2008/10/17/delhi-news/</link>
		<comments>http://www.roseindia.net/blog/2008/10/17/delhi-news/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:33:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Delhi News]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/10/17/delhi-news/</guid>
		<description><![CDATA[Delhi Latest News
Read latest news from Delhi and NCR.
 
Delhi is the Capital of India and heart of the country.
 
Area of Delhi: 1,483 sq km
Population of Delhi: 11,680,000
According to Census 2001, the total population of the nine districts of the national capital territory is as follows: 



District 


Population 




South 


2,258,367 




South West 


1,749,492 




North [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a href="http://newstrackindia.com/search/?q=Delhi&amp;r=1&amp;d=y" title="Delhi News"><strong>Delhi Latest News</strong></a></p>
<p class="MsoNormal">Read latest news from <a href="http://newstrackindia.com/search/?q=Delhi&amp;r=1&amp;d=y" title="Delhi News">Delhi and NCR</a>.</p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <o:p></o:p></p>
<p class="MsoNormal">Delhi is the Capital of India and heart of the country.</p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <o:p></o:p></p>
<p class="MsoNormal">Area of Delhi: 1,483 sq km</p>
<p class="MsoNormal">Population of Delhi: 11,680,000</p>
<p class="MsoNormal" style="margin-bottom: 12pt">According to Census 2001, the total population of the nine districts of the national capital territory is as follows: <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
<table style="width: 65%" border="1" cellpadding="0" width="65%">
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">District <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">Population <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">South <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">2,258,367 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">South West <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">1,749,492 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">North <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">779,788 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">North East <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">1,763,712 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">North West <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">2,847,395 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">East <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">1,448,770 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">Central <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">644,005 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">New Delhi <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">171,806 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
<tr>
<td style="padding: 0.75pt">
<p class="MsoNormal">West <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
<td style="padding: 0.75pt">
<p class="MsoNormal">2,119,641 <span style="font-family: 'Arial Unicode MS'"><o:p></o:p></span></p>
</td>
</tr>
</table>
<p class="MsoNormal">Read <a href="http://newstrackindia.com/search/?q=Delhi&amp;r=1&amp;d=y" title="Delhi News">Delhi News.</a></p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--><br />
<!--[endif]--><o:p></o:p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/10/17/delhi-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hibernate tools update site</title>
		<link>http://www.roseindia.net/blog/2008/09/24/hibernate-tools-update-site/</link>
		<comments>http://www.roseindia.net/blog/2008/09/24/hibernate-tools-update-site/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 05:14:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Hibernate tools update site]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/09/24/hibernate-tools-update-site/</guid>
		<description><![CDATA[Hibernate tools update site
Are you looking for hibernate tools update site?
Hibernate Tools is also available for the popular Eclipse plugin. You can download the latest version from Hibernate Tools site.
You can also run Hibernate Tools as ant task.
Hibernate tools is used to enhance the programmers productivity.
Hibernate tools update site is http://download.jboss.org/jbosstools/updates/stable 
From the above url [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hibernate tools update site</strong></p>
<p>Are you looking for hibernate tools update site?</p>
<p>Hibernate Tools is also available for the popular Eclipse plugin. You can download the latest version from Hibernate Tools site.</p>
<p>You can also run Hibernate Tools as ant task.</p>
<p>Hibernate tools is used to enhance the programmers productivity.</p>
<p>Hibernate tools update site is <a href="http://download.jboss.org/jbosstools/updates/stable ">http://download.jboss.org/jbosstools/updates/stable </a></p>
<p>From the above url you can download the latest version of Hibernate tools.</p>
<p>Read more about Hibernate Tools at <a href="http://www.roseindia.net/hibernate/hibernatetools">http://www.roseindia.net/hibernate/hibernatetools</a>/</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/09/24/hibernate-tools-update-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jt 2.7 has been released</title>
		<link>http://www.roseindia.net/blog/2008/08/22/jt-27-has-been-released/</link>
		<comments>http://www.roseindia.net/blog/2008/08/22/jt-27-has-been-released/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:21:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Jt 2.7]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/08/22/jt-27-has-been-released/</guid>
		<description><![CDATA[Jt 2.7 has been released – 14 Aug 2008
The latest version Jt 2.7 of Java Pattern Oriented Framework has been released on 14 Aug 2008. It facilitates rapid implementation of java applications for large critical systems. Jt implements some popular java patterns like Data Access Objects (DAO), J2EE and GoF patterns.
Jt 2.7 is about to [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify"><strong><span style="font-size: 15pt">Jt 2.7 has been released – 14 Aug 2008<o:p></o:p></span></strong></p>
<p class="MsoNormal" style="text-align: justify">The latest version Jt 2.7 of Java Pattern Oriented Framework has been released on 14 Aug 2008. It facilitates rapid implementation of java applications for large critical systems. Jt implements some popular java patterns like Data Access Objects (DAO), J2EE and GoF patterns.</p>
<p class="MsoNormal" style="text-align: justify"><!--[if !supportEmptyParas]-->Jt 2.7 is about to bring enhancements to the Jt components and Jt Automated Wizard (Jt Wizard). Jt wizard is capable of generating framework applications automatically which are based on java design patterns like DAO, Jt messaging, MVC, GoF etc. The Jt wizard available currenty is integrated with the concepts of Hibernate (DAO) and Struts (MVC). Jt wizard can automatically create the DAO mapping files, MVC configuration files, JSP and other Java Classes. It is a nice example of a reference web application built on top of the Jt framework. <!--[endif]--><o:p></o:p></p>
<p class="MsoNormal" style="text-align: justify">The newest features that are included in this release can be summerized as below-</p>
<p class="MsoNormal" style="text-align: justify"><!--[if !supportEmptyParas]--> <o:p></o:p></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">  </span></span>It implements the J2EE design patterns J2EE business delegate, J2EE Session Facade, J2EE Service Locator and J2EE Value Object.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">   </span></span>It implemets Web Services adapters and proxies for web services integrations and simplifies web services development and deployment<span>  </span>using Jt messaging API.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">       </span></span>It provides a jBPM Adaptor for Business Process Modelling (BPM) integration. jBPM is an open source technology which helps users to build powerful business process models with the implenetation of Jt application using a Process Graph.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">   </span></span>Jt also integrates with MVC and AJAX design patterns. A transparent interface between these technologies and Jt framework API is provided by the Universal Jt components and and Adapters.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">    </span></span>It integrates with Hibernate Data Access Objects through a transparent interface provided by a Jt Adapter.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->A JDBC Adapter provides integration with JDBC.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·    <span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal"> </span></span><!--[endif]-->Request log, Undoable operations and Querying mechanisms are supported by the Command Pattern (JtCommand) implementation.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->A JavaMail Adapter is provided for JavaMail API integration.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">      </span></span>Jt Adapters and proxies are implemented to integrate with J2EE EJBs providing<span>  </span>the clients transparent and easy access to the framework objects.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">    </span></span>Customization of the framework applications can be done easily by using Resource files that provide the facility of automatic loading of object attributes.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">         </span></span>Jt framework can be integrated with JSP (Java Server Pages) also.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span><!--[endif]-->It provides XML API integration powered by built-in XML/Bean mapping facilities and XML Adapters.</p>
<p class="MsoNormal" style="text-align: justify"><!--[if !supportEmptyParas]--> <o:p></o:p></p>
<p class="MsoNormal" style="text-align: justify">This open source java technology is based on a simple messaging architecture that enables encapsulation and loose coupling of framework objects. The Jt components can be plugged into complex framework applications by transposing with each other using a “lego&#8221; approach.</p>
<p class="MsoNormal" style="text-align: justify">Java pattern oriented framework defines the following goals and requirements-</p>
<p class="MsoNormal" style="text-align: justify">Read more at:</p>
<p class="MsoNormal" style="text-align: justify"><a href="https://jt.dev.java.net/#features">https://jt.dev.java.net/#features</a></p>
<p class="MsoNormal" style="text-align: justify"><a href="http://www.fsw.com/Jt/Jt.htm#_Toc202718745">http://www.fsw.com/Jt/Jt.htm#_Toc202718745</a></p>
<p class="MsoNormal" style="text-align: justify"><!--[if !supportEmptyParas]--><br />
<!--[endif]--><o:p></o:p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/08/22/jt-27-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Parallel Processing Framework (JPPF) version 1.4 is now available</title>
		<link>http://www.roseindia.net/blog/2008/08/22/java-parallel-processing-framework-jppf-version-14-is-now-available/</link>
		<comments>http://www.roseindia.net/blog/2008/08/22/java-parallel-processing-framework-jppf-version-14-is-now-available/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:19:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[JPPF library]]></category>

		<guid isPermaLink="false">http://www.roseindia.net/blog/2008/08/22/java-parallel-processing-framework-jppf-version-14-is-now-available/</guid>
		<description><![CDATA[Java Parallel Processing Framework (JPPF) version 1.4 is now available – Wednesday, 20 Aug 2008

JPPF has recently announced the availability of the Version 1.4 in the market.
The very best new features included in JPPF version 1.4 are-
·          The new JPPF library has the build and version information.
·         It provides the facility of restart or [...]]]></description>
			<content:encoded><![CDATA[<h1 style="margin-left: 0in; text-align: justify; text-indent: 0in"><span style="font-size: 15pt">Java Parallel Processing Framework (JPPF) version 1.4 is now available – Wednesday, 20 Aug 2008<o:p></o:p></span></h1>
<p><!--[if !supportEmptyParas]--><!--[endif]--><o:p></o:p></p>
<p class="MsoBodyText" style="text-align: justify">JPPF has recently announced the availability of the Version 1.4 in the market.</p>
<p>The very best new features included in JPPF version 1.4 are-</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->The new JPPF library has the build and version information.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">         </span></span><!--[endif]-->It provides the facility of restart or shutdown of nodes from a distant Administration console or by using the API.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span><!--[endif]-->Features in automatic load-balancing between local and remote executions which facilitates the clients to process their tasks locally.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->Implementation of multi-core multi-CPU hardware.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->Same codes can be processed purely in both local and distributed way or also in an integrated manner.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->In the distributed execution of small computing tasks, the overhead is minimized or disappeared.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">     </span></span><!--[endif]-->To carry out a much easier implementation of the technology, the nodes security policy can be downloaded form the server.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->Collection of the CPU time used by the tasks is done by the nodes.</p>
<p class="MsoBodyText" style="text-align: justify">The open source JPPF (Java Parallel Processing Framaework) Community is based on java technology dealing in Grid Computing. It enables the applications to run in parallel and also accelerates their execution. It applies the popular java idiom “write once, deploy once, run everywhere”.</p>
<p class="MsoBodyText" style="text-align: justify">The JPPF has a three-tiered architecture comprising of the following three layers-</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal"> </span></span><!--[endif]--><strong>Client Layer</strong>: This layer includes an API and communication tools which enable the submission and execution of the tasks by the framework in parallel.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal"> </span></span><strong>Service Layer</strong>: This layer provides interface for the between the clients and the nodes. It also manages the execution queue, the load-balancing and recovery features. It is responsible for the dynamic loading of both framework and application classes onto the appropriate nodes.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">  </span></span><!--[endif]--><strong>Execution Layer</strong>: This layer consists of the nodes which execute individual tasks and<span>  </span>return the execution results. The nodes dynamically request the JPPF driver for the code needed to execute the client tasks.</p>
<p class="MsoBodyText" style="text-align: justify">The basic features of a JPPF framework are-</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">         </span></span>A JPPF Grid can be uploaded and run easily and quickly, only in a few minutes.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">      </span></span>It is a simple programming model which deals with the complexity of distributed and parallel processing.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">  </span></span><!--[endif]-->It features as a highly scalable java framework for distributed execution of CPU-related tasks.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->It seamlessly integrates with the J2EE application servers.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->It provides graphical tools that monitors and administers the executions.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">       </span></span>It provides highly reliable services featuring self-repair and fault-tolerence abililities.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->It includes a completely documented sample JPPF applications providing solution to real-life problems.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->It can be run on any platform that is based on the java technology.</p>
<p class="MsoBodyText" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-size: 9pt; font-family: Symbol">·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">          </span></span><!--[endif]-->It is an source project featuring a flexible, business-friendly licensing policy.</p>
<p class="MsoBodyText" style="text-align: justify"><!--[if !supportEmptyParas]--> <!--[endif]--><o:p></o:p></p>
<p class="MsoBodyText"><strong>Related Links:<o:p></o:p></strong></p>
<p class="MsoBodyText" style="text-align: justify"><a href="http://jppf-project.sourceforge.net/api/index.html">http://jppf-project.sourceforge.net/api/index.html</a></p>
<p class="MsoBodyText" style="text-align: justify"><a href="http://jppf-project.sourceforge.net/wiki/index.php/JPPF_Performance">http://jppf-project.sourceforge.net/wiki/index.php/JPPF_Performance</a></p>
<p class="MsoBodyText" style="text-align: justify"><a href="http://jppf-project.sourceforge.net/wiki/index.php/Architecture">http://jppf-project.sourceforge.net/wiki/index.php/Architecture</a><span style="font-size: 15pt"><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.roseindia.net/blog/2008/08/22/java-parallel-processing-framework-jppf-version-14-is-now-available/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
