<?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 for javanus.com</title>
	<atom:link href="http://javanus.com/blogs/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://javanus.com/blogs</link>
	<description>blog about java SE, java EE, oracle, solaris, tomcat</description>
	<lastBuildDate>Fri, 16 Mar 2012 06:33:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on struts2: how to display more than one textfield in one row by Sachin</title>
		<link>http://javanus.com/blogs/?p=201&#038;cpage=1#comment-19907</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Fri, 16 Mar 2012 06:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=201#comment-19907</guid>
		<description>Thanks for this space..it has helped me a lot..i was looking to change the theme and modify it but now i dont need to do this...thanks a lot!!! :-)</description>
		<content:encoded><![CDATA[<p>Thanks for this space..it has helped me a lot..i was looking to change the theme and modify it but now i dont need to do this&#8230;thanks a lot!!! <img src='http://javanus.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zombie killer on linux or how to end the financial crisis? by Ricardo Schmidt</title>
		<link>http://javanus.com/blogs/?p=90&#038;cpage=1#comment-5316</link>
		<dc:creator>Ricardo Schmidt</dc:creator>
		<pubDate>Thu, 27 Jan 2011 01:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=90#comment-5316</guid>
		<description>This program works! Excellent job! Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>This program works! Excellent job! Thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fisher&#8217;s Exact Test in java version by Tal</title>
		<link>http://javanus.com/blogs/?p=51&#038;cpage=1#comment-3611</link>
		<dc:creator>Tal</dc:creator>
		<pubDate>Sat, 04 Dec 2010 17:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=51#comment-3611</guid>
		<description>why not use:
http://www.jsc.nildram.co.uk
its a great statistical API for java. if you use Hypergeomatric distribution u can get results for fishers exact test:

Hypergeometric h = new Hypergeometric(sampleSize, population, markedItems);

return h.cdf(x)</description>
		<content:encoded><![CDATA[<p>why not use:<br />
<a href="http://www.jsc.nildram.co.uk" rel="nofollow">http://www.jsc.nildram.co.uk</a><br />
its a great statistical API for java. if you use Hypergeomatric distribution u can get results for fishers exact test:</p>
<p>Hypergeometric h = new Hypergeometric(sampleSize, population, markedItems);</p>
<p>return h.cdf(x)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on struts2: how to display more than one textfield in one row by Prashant</title>
		<link>http://javanus.com/blogs/?p=201&#038;cpage=1#comment-3194</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Sun, 14 Nov 2010 03:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=201#comment-3194</guid>
		<description>Thanks for the post in javaranch and this blog. I learnt something new.</description>
		<content:encoded><![CDATA[<p>Thanks for the post in javaranch and this blog. I learnt something new.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to use jQuery grid with struts2 by alex</title>
		<link>http://javanus.com/blogs/?p=182&#038;cpage=1#comment-3050</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 04 Nov 2010 07:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=182#comment-3050</guid>
		<description>Javanus, place @JSON(serialize=false) on your 

List getRequests method to solve the out of memory problem

The Json lib trigers the lazy loading of the requets</description>
		<content:encoded><![CDATA[<p>Javanus, place @JSON(serialize=false) on your </p>
<p>List getRequests method to solve the out of memory problem</p>
<p>The Json lib trigers the lazy loading of the requets</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to use jQuery grid with struts2 by javanus</title>
		<link>http://javanus.com/blogs/?p=182&#038;cpage=1#comment-2765</link>
		<dc:creator>javanus</dc:creator>
		<pubDate>Wed, 13 Oct 2010 05:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=182#comment-2765</guid>
		<description>Are you sure you use all required annonations?</description>
		<content:encoded><![CDATA[<p>Are you sure you use all required annonations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to use jQuery grid with struts2 by Luckay</title>
		<link>http://javanus.com/blogs/?p=182&#038;cpage=1#comment-2745</link>
		<dc:creator>Luckay</dc:creator>
		<pubDate>Mon, 11 Oct 2010 13:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=182#comment-2745</guid>
		<description>it seems like the array not having connection with the grid.
could any body please give me clue?

the execute method is works fine.. but it seems like unable to tell 
gridModel to show the array records

public String execute()
  {
    log.debug(&quot;Page &quot; + getPage()+&quot; Rows &quot; + getRows() +&quot; Sorting Order &quot;+ 
getSord()+&quot; Index Row :&quot; + getSidx());
    log.debug(&quot;Search :&quot; + searchField + &quot; &quot; + searchOper + &quot; &quot; + 
searchString);

    Object list = session.get(&quot;mylist&quot;);
    if (list != null)
    {
      myHosts = (List) list;
    }
    else
    {
      log.debug(&quot;Build new List&quot;);
      myHosts = HostDAO.buildList();
    }

    if (getSord() != null &amp;&amp; getSord().equalsIgnoreCase(&quot;asc&quot;))
    {
      Collections.sort(myHosts);
    }
    if (getSord() != null &amp;&amp; getSord().equalsIgnoreCase(&quot;desc&quot;))
    {
      Collections.sort(myHosts);
      Collections.reverse(myHosts);
    }

    setRecord(HostDAO.getHostCount(myHosts));

    int to = (getRows() * getPage());
    int from = to - getRows();

    if (to &gt; getRecord()) to = getRecord();

    if (loadonce)
    {
      setGridModel(myHosts);
    }
    else
    {
      if (searchString != null &amp;&amp; searchOper != null)
      {
        int id = Integer.parseInt(searchString);
        if (searchOper.equalsIgnoreCase(&quot;eq&quot;))
        {
          log.debug(&quot;search id equals &quot; + id);
          List cList = new ArrayList();
          cList.add(HostDAO.findById(myHosts, id));
          setGridModel(cList);
        }
        else if (searchOper.equalsIgnoreCase(&quot;ne&quot;))
        {
          log.debug(&quot;search id not &quot; + id);
          setGridModel(HostDAO.findNotById(myHosts, id, from, to));
        }
        else if (searchOper.equalsIgnoreCase(&quot;lt&quot;))
        {
          log.debug(&quot;search id lesser then &quot; + id);
          setGridModel(HostDAO.findLesserAsId(myHosts, id, from, to));
        }
        else if (searchOper.equalsIgnoreCase(&quot;gt&quot;))
        {
          log.debug(&quot;search id greater then &quot; + id);
          setGridModel(HostDAO.findGreaterAsId(myHosts, id, from, to));
        }
      }
      else
      {
        setGridModel(HostDAO.getHosts(myHosts, from, to));
      }
    }
    setTotal((int) Math.ceil((double) getRecord() / (double) getRows()));
    session.put(&quot;mylist&quot;, myHosts);
    return SUCCESS;
  }</description>
		<content:encoded><![CDATA[<p>it seems like the array not having connection with the grid.<br />
could any body please give me clue?</p>
<p>the execute method is works fine.. but it seems like unable to tell<br />
gridModel to show the array records</p>
<p>public String execute()<br />
  {<br />
    log.debug(&#8220;Page &#8221; + getPage()+&#8221; Rows &#8221; + getRows() +&#8221; Sorting Order &#8220;+<br />
getSord()+&#8221; Index Row :&#8221; + getSidx());<br />
    log.debug(&#8220;Search :&#8221; + searchField + &#8221; &#8221; + searchOper + &#8221; &#8221; +<br />
searchString);</p>
<p>    Object list = session.get(&#8220;mylist&#8221;);<br />
    if (list != null)<br />
    {<br />
      myHosts = (List) list;<br />
    }<br />
    else<br />
    {<br />
      log.debug(&#8220;Build new List&#8221;);<br />
      myHosts = HostDAO.buildList();<br />
    }</p>
<p>    if (getSord() != null &amp;&amp; getSord().equalsIgnoreCase(&#8220;asc&#8221;))<br />
    {<br />
      Collections.sort(myHosts);<br />
    }<br />
    if (getSord() != null &amp;&amp; getSord().equalsIgnoreCase(&#8220;desc&#8221;))<br />
    {<br />
      Collections.sort(myHosts);<br />
      Collections.reverse(myHosts);<br />
    }</p>
<p>    setRecord(HostDAO.getHostCount(myHosts));</p>
<p>    int to = (getRows() * getPage());<br />
    int from = to &#8211; getRows();</p>
<p>    if (to &gt; getRecord()) to = getRecord();</p>
<p>    if (loadonce)<br />
    {<br />
      setGridModel(myHosts);<br />
    }<br />
    else<br />
    {<br />
      if (searchString != null &amp;&amp; searchOper != null)<br />
      {<br />
        int id = Integer.parseInt(searchString);<br />
        if (searchOper.equalsIgnoreCase(&#8220;eq&#8221;))<br />
        {<br />
          log.debug(&#8220;search id equals &#8221; + id);<br />
          List cList = new ArrayList();<br />
          cList.add(HostDAO.findById(myHosts, id));<br />
          setGridModel(cList);<br />
        }<br />
        else if (searchOper.equalsIgnoreCase(&#8220;ne&#8221;))<br />
        {<br />
          log.debug(&#8220;search id not &#8221; + id);<br />
          setGridModel(HostDAO.findNotById(myHosts, id, from, to));<br />
        }<br />
        else if (searchOper.equalsIgnoreCase(&#8220;lt&#8221;))<br />
        {<br />
          log.debug(&#8220;search id lesser then &#8221; + id);<br />
          setGridModel(HostDAO.findLesserAsId(myHosts, id, from, to));<br />
        }<br />
        else if (searchOper.equalsIgnoreCase(&#8220;gt&#8221;))<br />
        {<br />
          log.debug(&#8220;search id greater then &#8221; + id);<br />
          setGridModel(HostDAO.findGreaterAsId(myHosts, id, from, to));<br />
        }<br />
      }<br />
      else<br />
      {<br />
        setGridModel(HostDAO.getHosts(myHosts, from, to));<br />
      }<br />
    }<br />
    setTotal((int) Math.ceil((double) getRecord() / (double) getRows()));<br />
    session.put(&#8220;mylist&#8221;, myHosts);<br />
    return SUCCESS;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to limit the text length in a TextBox using JavaFX by bash</title>
		<link>http://javanus.com/blogs/?p=152&#038;cpage=1#comment-2398</link>
		<dc:creator>bash</dc:creator>
		<pubDate>Fri, 10 Sep 2010 20:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=152#comment-2398</guid>
		<description>Great example i was loosing my hopes on this but this is simple quick and efficient</description>
		<content:encoded><![CDATA[<p>Great example i was loosing my hopes on this but this is simple quick and efficient</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fisher&#8217;s Exact Test in java version by Schnurlose Telefone</title>
		<link>http://javanus.com/blogs/?p=51&#038;cpage=1#comment-2218</link>
		<dc:creator>Schnurlose Telefone</dc:creator>
		<pubDate>Fri, 20 Aug 2010 18:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=51#comment-2218</guid>
		<description>the useful information u presented do help our team&#039;s investigation for my group, thanks.</description>
		<content:encoded><![CDATA[<p>the useful information u presented do help our team&#8217;s investigation for my group, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fisher&#8217;s Exact Test in java version by cowboydeals.com</title>
		<link>http://javanus.com/blogs/?p=51&#038;cpage=1#comment-504</link>
		<dc:creator>cowboydeals.com</dc:creator>
		<pubDate>Wed, 29 Jul 2009 03:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://javanus.com/blogs/?p=51#comment-504</guid>
		<description>Thanks for the great post, I have added it to my RSS feed for your future posts!   Great!</description>
		<content:encoded><![CDATA[<p>Thanks for the great post, I have added it to my RSS feed for your future posts!   Great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

