

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Java Forum : Topics : new in java.</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Sat, 21 Nov 2009 11:23:38 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Java Forum : Topics : new in java.</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: new in java.</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49341#p49341</link>
				<description><![CDATA[woho both of you gave us a great information about java i think its really
helpful for anybody so thanks for these posts...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=20590">simran</a> &bull; on Thu Oct 30, 2008 3:39 pm &bull; Replies 2 &bull; Views 356</p><hr />]]></description>
					<content:encoded><![CDATA[woho both of you gave us a great information about java i think its really
helpful for anybody so thanks for these posts...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=47"><![CDATA[Java Forum]]></category>
			<dc:creator><![CDATA[20590]]></dc:creator>
			<dc:date>2009-01-17T10:33:02+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49341#p49341</guid>
		</item>
			<item>
			<title>new in java</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=47710#p47710</link>
				<description><![CDATA[  I am basically generating the RSSI values(e.g., 24, 16, 32, 38.....) in
the RSSI column in a table using<span style="font-weight: bold">return
history.getRssi(); in case 1</span>  of the code. Now the data is
displaying in random order. I want to display them in Descending order. Can
anybody help me how to do this as I am new in Java development. I am
setting thr value for RSSI column using<span style="font-weight:
bold">history.setRssi( tagHistory.getRssi() ); in the setData()
method</span> . For your convenience I am putting the setData() method and
the code where I am displaying the values of RSSI column.
<br />
<br />**********************************************************
<br />public void setData(  Tag _tag,WardenEvent[]  _events,Device[] 
devices )
<br />   {
<br />      histories = null;
<br />      if( _tag != null )
<br />      {
<br />        History[]  tagHistories = _tag.getHistories();
<br />         histories = newHistory[tagHistories.length] ;
<br />         int k = 0;
<br />         for( int j = 0; j < tagHistories.length; j++ )
<br />         {
<br /> ...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17996">Santanu</a> &bull; on Thu Oct 30, 2008 3:39 pm &bull; Replies 2 &bull; Views 356</p><hr />]]></description>
					<content:encoded><![CDATA[  I am basically generating the RSSI values(e.g., 24, 16, 32, 38.....) in
the RSSI column in a table using<span style="font-weight: bold">return
history.getRssi(); in case 1</span>  of the code. Now the data is
displaying in random order. I want to display them in Descending order. Can
anybody help me how to do this as I am new in Java development. I am
setting thr value for RSSI column using<span style="font-weight:
bold">history.setRssi( tagHistory.getRssi() ); in the setData()
method</span> . For your convenience I am putting the setData() method and
the code where I am displaying the values of RSSI column.
<br />
<br />**********************************************************
<br />public void setData(  Tag _tag,WardenEvent[]  _events,Device[] 
devices )
<br />   {
<br />      histories = null;
<br />      if( _tag != null )
<br />      {
<br />        History[]  tagHistories = _tag.getHistories();
<br />         histories = newHistory[tagHistories.length] ;
<br />         int k = 0;
<br />         for( int j = 0; j < tagHistories.length; j++ )
<br />         {
<br /> ...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=47"><![CDATA[Java Forum]]></category>
			<dc:creator><![CDATA[17996]]></dc:creator>
			<dc:date>2008-11-04T15:15:04+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=47710#p47710</guid>
		</item>
			<item>
			<title>new in java.</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=47590#p47590</link>
				<description><![CDATA[  I am generating data(e.g., 24, 16, 32, 38) in a row/column of a table.
Now the data is displaying in random order. I want to display them in
Descending order. Can anybody help me how to do this as I am new in Java
development.
<br />
<br />I am displaying the data using these lines of code:
<br />               case 1:
<br />               {
<br />                  return history.getRssi();
<br />               }
<br />
<br />From this Method:
<br />
<br />   public Object getValueAt( int row, int col )
<br />   {
<br />      if( null != histories && 0 <= row && row < getRowCount() )
<br />      {
<br />         try
<br />         {
<br />            History history =histories[row] ;
<br />            switch( col )
<br />            {
<br />               case 0:
<br />                  return ( history.getCheckinTS().length() > 5 ) ?
history.getCheckinTS().substring(5) : history.getCheckinTS();
<br />               case 1:
<br />               {
<br />                  return history.getRssi();
<br />               }
<br />               case 2:
<br />                  return history.getDeviceId();
<br />...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=17996">Santanu</a> &bull; on Thu Oct 30, 2008 3:39 pm &bull; Replies 2 &bull; Views 356</p><hr />]]></description>
					<content:encoded><![CDATA[  I am generating data(e.g., 24, 16, 32, 38) in a row/column of a table.
Now the data is displaying in random order. I want to display them in
Descending order. Can anybody help me how to do this as I am new in Java
development.
<br />
<br />I am displaying the data using these lines of code:
<br />               case 1:
<br />               {
<br />                  return history.getRssi();
<br />               }
<br />
<br />From this Method:
<br />
<br />   public Object getValueAt( int row, int col )
<br />   {
<br />      if( null != histories && 0 <= row && row < getRowCount() )
<br />      {
<br />         try
<br />         {
<br />            History history =histories[row] ;
<br />            switch( col )
<br />            {
<br />               case 0:
<br />                  return ( history.getCheckinTS().length() > 5 ) ?
history.getCheckinTS().substring(5) : history.getCheckinTS();
<br />               case 1:
<br />               {
<br />                  return history.getRssi();
<br />               }
<br />               case 2:
<br />                  return history.getDeviceId();
<br />...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=47"><![CDATA[Java Forum]]></category>
			<dc:creator><![CDATA[17996]]></dc:creator>
			<dc:date>2008-10-30T14:39:48+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=47590#p47590</guid>
		</item>
	
	</channel>
</rss>