<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Java_Official at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/Java_Official/</link>
    <description>Java SE . EE . ME . AJAX . Web services</description>

    <item>
      <title>Re: Open source java chat application</title>
      <pubDate>Thu, 02 Jul 2009 17:16:30 GMT</pubDate>
      <dc:creator>Gaurav Daga</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32034</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32034</guid>
      <description>Did u searched for Jabber.. I guess it should help you.. Gaurav Daga Reach me @ &#43;91-909-624-4411 &quot;Life is a comedy for those who think... and a tragedy for</description>
    </item>
    <item>
      <title>Re: (unknown)</title>
      <pubDate>Thu, 02 Jul 2009 17:16:20 GMT</pubDate>
      <dc:creator>Morena</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32033</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32033</guid>
      <description>Hi, Each entity Object should have a primary key. if you have access to db change your tables (almost 9 tables),they should have a primary key. right-click on</description>
    </item>
    <item>
      <title>Open source java chat application</title>
      <pubDate>Thu, 02 Jul 2009 05:53:51 GMT</pubDate>
      <dc:creator>anitha2324</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32032</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32032</guid>
      <description>Hi All, Is there any open source java chat application (Prefer to be web based application) . Frankly I have google for it and i have found some of them like</description>
    </item>
    <item>
      <title>(no subject)</title>
      <pubDate>Thu, 02 Jul 2009 05:53:43 GMT</pubDate>
      <dc:creator>zeinab movassaghinia</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32031</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32031</guid>
      <description>hi I have a db in oracle(named pcadb).in application layer i work in jdeveloper 10g.in jdeveloper i make a new business component project (named pca_module3),</description>
    </item>
    <item>
      <title> [Java] Tomcat problem</title>
      <pubDate>Tue, 30 Jun 2009 16:50:29 GMT</pubDate>
      <dc:creator> </dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32030</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32030</guid>
      <description>you must add config into web.xml, just like this: &lt;servlet&gt; &lt;servlet-name&gt;your servlet name&lt;/servlet-name&gt; &lt;servlet-class&gt;your servlet package, like this :</description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Mon, 29 Jun 2009 16:15:08 GMT</pubDate>
      <dc:creator>dhruvbhuva</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32029</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32029</guid>
    </item>
    <item>
      <title>Tomcat problem</title>
      <pubDate>Mon, 29 Jun 2009 16:14:48 GMT</pubDate>
      <dc:creator>Marwa Yusuf</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32028</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32028</guid>
      <description>Dear All I&#39;ve a problem with tomcat. I&#39;m just learning servlets and trying to make my first servlet application. I&#39;m following Head First JSP and servlets. It</description>
    </item>
    <item>
      <title>Ning is looking for brilliant Engineers!</title>
      <pubDate>Fri, 26 Jun 2009 17:38:40 GMT</pubDate>
      <dc:creator>shanethreatt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32027</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32027</guid>
      <description>Ning is looking for brilliant Engineers! We would love to meet with you at one of our hiring events: Seattle, week of July 13th San Francisco Bay Area, week of</description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Tue, 23 Jun 2009 20:11:19 GMT</pubDate>
      <dc:creator>David Kramer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32026</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32026</guid>
      <description>Or the simpler public void run() { try{ while(true) { receiveFile(); } } catch(Exception e11) { e11.printStackTrace(); } } Move the try outside the loop.</description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Tue, 23 Jun 2009 18:05:48 GMT</pubDate>
      <dc:creator>Java Guy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32025</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32025</guid>
      <description>It&#39;s in an infinite loop because it&#39;s inside the while (true), which runs forever. Here&#39;s something that terminates after the first error: public void run() { </description>
    </item>
    <item>
      <title>Re: Can anyone suggest me how to write class basis on this senerio</title>
      <pubDate>Mon, 22 Jun 2009 16:46:21 GMT</pubDate>
      <dc:creator>Lester Peterkin</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32024</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32024</guid>
      <description>Sorry dude I have also over looked another error in the code.In the declaration of the enum type Rating you can&#39;t have the integers 15 and 18, as the code</description>
    </item>
    <item>
      <title>Threading</title>
      <pubDate>Mon, 22 Jun 2009 16:45:23 GMT</pubDate>
      <dc:creator>sanctg_36</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32023</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32023</guid>
      <description>I want to sort array elements using selection sort technique but on two thread to reduce the execution time(Like Parallaly).</description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Fri, 19 Jun 2009 22:08:37 GMT</pubDate>
      <dc:creator>rwezeflorian748</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32022</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32022</guid>
      <description>hello, i am not sure if this will help but instead of using a while loop try to use an if else loop like this : try { if(true) { } else { } } </description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Fri, 19 Jun 2009 17:38:00 GMT</pubDate>
      <dc:creator>edgar.prieto@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32021</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32021</guid>
      <description>I use this sintax Try { Expresion }catch(TypeException  TEx)¨ { TEx.toString(); } Edgar Magdiel Prieto Hernández Continuous Improvement Specialist CMO</description>
    </item>
    <item>
      <title>Re: Problem in catching exception</title>
      <pubDate>Fri, 19 Jun 2009 17:36:54 GMT</pubDate>
      <dc:creator>Java Boy</dc:creator>
      <link>http://tech.groups.yahoo.com/group/Java_Official/message/32020</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/Java_Official/message/32020</guid>
      <description>hi,   u d not not change the state of the variable true. untill u change the condition holds good it ll execute.   change the state of variable true.  if it</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Mon Jul  6 15:10:35 PDT 2009 -->
