<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.javaworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Java Language</title>
 <link>http://www.javaworld.com/community/taxonomy/term/823</link>
 <description>Taxonomy in convenient list form</description>
 <language>en-US</language>
<item>
 <title>difficult compilation</title>
 <link>http://www.javaworld.com/community/node/3698</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need an advice: I have a program made from a person that now it is not available. It is a Java applet; it is perfectly working and I have the sources: 4 Java files of, respectively, 326, 210, 119 and 35 lines (not a big program) and a very simple html file. I need to change some parameters inside Java files and compile all, but I don&#039;t know enough Java language. I have read a lot of tutorials and tried with Eclipse, but without success.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3698#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/440">applet</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1543">compilation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Sun, 15 Nov 2009 11:41:03 -0500</pubDate>
 <dc:creator>pochis40</dc:creator>
 <guid isPermaLink="false">3698 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>It&#039;s Time to Reinvent Java Web Services</title>
 <link>http://www.javaworld.com/community/node/3666</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Adding web services to existing Java applications should not involve programming.  There should simply be a switch that you can turn ON or OFF to determine which parts of a Java application get exposed as web services. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3666&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3666#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/522">rest</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/234">SOA</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/318">SOAP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/524">web services</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/754">wsdl</category>
 <pubDate>Thu, 05 Nov 2009 11:51:56 -0500</pubDate>
 <dc:creator>mhansen</dc:creator>
 <guid isPermaLink="false">3666 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>static connections and connection pooling - what happens when physical connection is lost?</title>
 <link>http://www.javaworld.com/community/node/3656</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My EJB has a method which will be running on a transaction started by a previous EJB.&lt;/p&gt;
&lt;p&gt;This method has multiple calls to a &lt;em&gt;makeValid &lt;/em&gt;method that needs to commit separately from the main transaction:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
public class MyEJB{&lt;/p&gt;
&lt;p&gt;	private Connnection mainConnection = null;&lt;br /&gt;
	private static final Connection staticConnection = (new ConnectionHelper()).getConnection();&lt;/p&gt;
&lt;p&gt;	public MyEJB(Connection conn){&lt;br /&gt;
		this.mainConnection = conn;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	public void myMethod(List myList){&lt;br /&gt;
		//...&lt;br /&gt;
	        for (int j = 0; j &amp;lt; myList.size; j++) {&lt;br /&gt;
			boolean valid = MyEJB.makeValid(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3656&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3656#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/808">connectionpooling</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1531">database connection</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1240">static</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Tue, 03 Nov 2009 19:58:24 -0500</pubDate>
 <dc:creator>johach</dc:creator>
 <guid isPermaLink="false">3656 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>thank you nice post...</title>
 <link>http://www.javaworld.com/community/node/3644</link>
 <description>thank you, nice post...&lt;br /&gt;
--------------------------------------&lt;br /&gt;
  &lt;a  title=&quot;promosyon&quot; href=&quot;http://www.promocity.com.tr&quot;&gt;Promocity&lt;/a&gt; promosyon Ürünleri, uygun &lt;a href=&quot;http://www.promocity.com.tr&quot; title=&quot;promosyon&quot;&gt;promosyon&lt;/a&gt; ürünleri. &lt;br /&gt;
  &lt;a href=&quot;http://www.lidersanpromosyon.com.tr/&quot; title=&quot;Lidersan Promosyon&quot;&gt;Lidersan Promosyon&lt;/a&gt; ürünleri, &lt;a href=&quot;http://www.lidersanpromosyon.com.tr/&quot; title=&quot;promosyon&quot;&gt;Promosyon&lt;/a&gt; ürünleri imalatı &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3644&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3644#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Tue, 03 Nov 2009 18:23:33 -0500</pubDate>
 <dc:creator>enkeles</dc:creator>
 <guid isPermaLink="false">3644 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Exceptional handling</title>
 <link>http://www.javaworld.com/community/node/3603</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;br /&gt;
if we get any exceptioon in java code full stack trace will come&lt;br /&gt;
which explain what is the root cause of exception.&lt;/p&gt;
&lt;p&gt;I want to know how it was implemented,how we get all statements&lt;br /&gt;
can someone explaing briefly.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3603#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 25 Oct 2009 22:16:03 -0400</pubDate>
 <dc:creator>nagworks12</dc:creator>
 <guid isPermaLink="false">3603 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Why is my program returning totalSold=0?</title>
 <link>http://www.javaworld.com/community/node/3597</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I wrote an program that displays total number of hotdogs sold from all the stands. but it is always returning ZERO, i dont understand why...&lt;/p&gt;
&lt;p&gt;import java.util.Scanner;&lt;/p&gt;
&lt;p&gt;class HotDogStand&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;private int id;&lt;br /&gt;
private int numSold;&lt;br /&gt;
private static int totalSold = 0;&lt;/p&gt;
&lt;p&gt;void HotDogStand(int newId, int newNumSold)&lt;br /&gt;
{&lt;br /&gt;
id = newId;&lt;br /&gt;
numSold = newNumSold;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public int getId()&lt;br /&gt;
{&lt;br /&gt;
return id;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void setId(int newId)&lt;br /&gt;
{&lt;br /&gt;
id = newId;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public int getNumSold()&lt;br /&gt;
{&lt;br /&gt;
return numSold;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public static int getTotalSold()&lt;br /&gt;
{&lt;br /&gt;
return totalSold;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void justSold()&lt;br /&gt;
{ &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3597&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3597#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <pubDate>Sat, 24 Oct 2009 14:25:23 -0400</pubDate>
 <dc:creator>vishwa</dc:creator>
 <guid isPermaLink="false">3597 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>I agree</title>
 <link>http://www.javaworld.com/community/node/3595</link>
 <description>As a developper I must agree that I hate having to relearn syntax and tool/method names for everything I already know. Usually the new language will not bring any advantages unless it is a domain specific language that addresses the problems of the project (concurrency, portability, ...).&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3595#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Sat, 24 Oct 2009 11:06:06 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3595 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Creating field types can not be modified after initialization </title>
 <link>http://www.javaworld.com/community/node/3580</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I&#039;m trying to understand how to do this:&lt;/p&gt;
&lt;p&gt;String type field called that can not be modified after initialization and it is visible to outside world without any getter&lt;/p&gt;
&lt;p&gt;One int type field called that can not be modified after initialization and it is visible to outside world without any getter.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3580#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1520">create field type called that can not be modified after initialization and it is visible to outside world without any getter</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</category>
 <pubDate>Tue, 20 Oct 2009 16:43:01 -0400</pubDate>
 <dc:creator>econsta</dc:creator>
 <guid isPermaLink="false">3580 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Getting error with my program.</title>
 <link>http://www.javaworld.com/community/node/3516</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
I am pretty new to Java and trying to write a program to calculate miles per gallon. But Im getting below error with my code, can some one help me figure out what is wrong with my code..?&lt;br /&gt;
&quot; inner classes cannot have static declarations&quot;&lt;/p&gt;
&lt;p&gt;import java.util.Scanner;&lt;br /&gt;
import java.io.*;&lt;/p&gt;
&lt;p&gt;public class MilesPerGallon&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;// Variables.&lt;br /&gt;
  int startMiles;&lt;br /&gt;
 int endMiles;&lt;br /&gt;
 int gallsUsed;&lt;/p&gt;
&lt;p&gt; //Constructor&lt;br /&gt;
  public MilesPerGallon(int sReading,int eMiles,int gUsed)&lt;br /&gt;
 {&lt;br /&gt;
   startMiles=sReading;&lt;br /&gt;
   endMiles=eMiles;&lt;br /&gt;
   gallsUsed=gUsed;&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt; public void fillup(int sMiles,int gUsed)&lt;br /&gt;
 { &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3516&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3516#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <pubDate>Fri, 09 Oct 2009 21:13:04 -0400</pubDate>
 <dc:creator>vishwa</dc:creator>
 <guid isPermaLink="false">3516 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Free Java exPress newsletter available</title>
 <link>http://www.javaworld.com/community/node/3475</link>
 <description>Are you missing newsletters about Java as I did? If your answer is YES, I have got something for you. There is first issue of JAVA exPress available in English (http://javaexpress.pl). 

OK, it is not the first one, but the first one available in English. 

In this issue you can read about prolems in J2EE applications, Grails, Object serialization in J2ME, XStream, pre-tested commits in Team City, GMF and last, but not least aout Layering. 

JAVA exPress is published every 3 months. So stay tuned. Next issue soon. 

Happy reading!!!&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3475#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/882">Community Update</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/837">Java ME</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Mon, 28 Sep 2009 11:01:59 -0400</pubDate>
 <dc:creator>gduda</dc:creator>
 <guid isPermaLink="false">3475 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java based Quercus PHP Framework</title>
 <link>http://www.javaworld.com/community/node/3456</link>
 <description>Great article
http://www.ibm.com/developerworks/opensource/library/wa-quercus/index.html&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3456#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Wed, 23 Sep 2009 13:20:49 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3456 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>DateTime class issue</title>
 <link>http://www.javaworld.com/community/node/3448</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How do I dim a varialbe to the year it is now.&lt;br /&gt;
This returns 1? How come&lt;/p&gt;
&lt;p&gt;Calendar DateTime = Calendar.getInstance();&lt;br /&gt;
int NewCalcAge;&lt;br /&gt;
NewCalcAge = DateTime.YEAR;&lt;br /&gt;
System.out.println(DateTime.YEAR);&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3448#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1480">Date time question</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <pubDate>Mon, 21 Sep 2009 22:33:41 -0400</pubDate>
 <dc:creator>jdsflash</dc:creator>
 <guid isPermaLink="false">3448 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>SCJP details with free SCJP dumps</title>
 <link>http://www.javaworld.com/community/node/3442</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://sunjavasnips.blogspot.com/&quot;&gt;&amp;gt;SCJP details---just click here&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3442#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1477">SCJP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1478">SCJP dumps</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1479">SCWCD</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 18 Sep 2009 10:07:27 -0400</pubDate>
 <dc:creator>kumarfair30</dc:creator>
 <guid isPermaLink="false">3442 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Any Link B/n ArrayList and HashMap</title>
 <link>http://www.javaworld.com/community/node/3441</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3441#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 18 Sep 2009 03:09:13 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3441 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Variabilizing variables</title>
 <link>http://www.javaworld.com/community/node/3376</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi.  I&#039;m tyring to create a couple of data structures - for example, one is a hash containing an integer key and a linked list.  my problem is that i&#039;d like to create an initially unknown number of those hashes and therefore i need a way to dynamically name each hash and each linked list. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3376&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3376#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1454">dynamic generation of variable or other type names</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Wed, 02 Sep 2009 15:07:26 -0400</pubDate>
 <dc:creator>alexgoor</dc:creator>
 <guid isPermaLink="false">3376 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Visual Java?</title>
 <link>http://www.javaworld.com/community/node/3336</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I&#039;m currently preparing to get training in Java - in hopes of making myself more marketable in the software developer market - by working through the book &quot;Teach Yourself Programming with Java in 24 hours&quot;. It seems like the language is mostly text based (i.e. - we don&#039;t use visual tools, like Visual Studio 2005 for C# or VB, to build GUI&#039;s). Is this true? Or are there visual methods I don&#039;t know about? &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3336&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3336#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sat, 22 Aug 2009 19:39:48 -0400</pubDate>
 <dc:creator>astevens009@gmail.com</dc:creator>
 <guid isPermaLink="false">3336 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>sharing my jar utility with selected buddies only ?  </title>
 <link>http://www.javaworld.com/community/node/3317</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I have made some general utilities(jars) for my project, which i have to display with my team in class for a competetion. I am sharing my stuff with my team-mates, but afraid they don&#039;t re-distribute it to other team&#039;s members due to their personal relations before the competetion.&lt;/p&gt;
&lt;p&gt;Is their something in java as described in the following code for my jar&#039;s class files.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
public class UtilityClass{&lt;/p&gt;
&lt;p&gt;	static{&lt;/p&gt;
&lt;p&gt;		long secretCode = 7534759 ;&lt;br /&gt;
		//a hardcoded long value (hardcoded by me for my friend)&lt;br /&gt;
		//related to friend&#039;s Computer System which either &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3317&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3317#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 16 Aug 2009 17:16:31 -0400</pubDate>
 <dc:creator>rits</dc:creator>
 <guid isPermaLink="false">3317 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>need help  aboult  java  print </title>
 <link>http://www.javaworld.com/community/node/3222</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi  everybody&lt;br /&gt;
    I need your help .&lt;br /&gt;
    I need an example about java printing .&lt;br /&gt;
    The main achievement of the print process at the specified coordinates specified sentence Print&lt;/p&gt;
&lt;p&gt;thanks everyone&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3222#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1388">java print printing</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Mon, 20 Jul 2009 03:39:26 -0400</pubDate>
 <dc:creator>lee</dc:creator>
 <guid isPermaLink="false">3222 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Game Applet</title>
 <link>http://www.javaworld.com/community/node/3182</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;So i was working through a tutorial on create java applet games and I&#039;ve come across something that confuses me a bit. In the tutorial it introduces a new class but no other part of the program initializes it as far as I can tell I was wondering then what the purpose of it is. The link for it is &lt;a href=&quot;http://javaboutique.internet.com/tutorials/Java_Game_Programming/BildschirmflackernEng.html&quot; title=&quot;http://javaboutique.internet.com/tutorials/Java_Game_Programming/BildschirmflackernEng.html&quot;&gt;http://javaboutique.internet.com/tutorials/Java_Game_Programming/Bildsch...&lt;/a&gt;. The class name is update. Does it actually DO anything? Thanks much.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3182#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <pubDate>Thu, 09 Jul 2009 23:51:25 -0400</pubDate>
 <dc:creator>clarkdh</dc:creator>
 <guid isPermaLink="false">3182 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Applet Game Question</title>
 <link>http://www.javaworld.com/community/node/3160</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;So i was working through a tutorial on create java applet games and I&#039;ve come across something that confuses me a bit. In the tutorial it introduces a new class but no other part of the program initializes it as far as I can tell I was wondering then what the purpose of it is. The link for it is &lt;a href=&quot;http://javaboutique.internet.com/tutorials/Java_Game_Programming/BildschirmflackernEng.html&quot; title=&quot;http://javaboutique.internet.com/tutorials/Java_Game_Programming/BildschirmflackernEng.html&quot;&gt;http://javaboutique.internet.com/tutorials/Java_Game_Programming/Bildsch...&lt;/a&gt;. The class name is update. Does it actually DO anything? Thanks much.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3160#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <pubDate>Mon, 06 Jul 2009 21:25:43 -0400</pubDate>
 <dc:creator>clarkdh</dc:creator>
 <guid isPermaLink="false">3160 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Linked List Help</title>
 <link>http://www.javaworld.com/community/node/3036</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I have this linked list:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
public class LinkedList&lt;br /&gt;
{&lt;br /&gt;
  public static ListNode start=null;&lt;/p&gt;
&lt;p&gt;  public LinkedList()&lt;br /&gt;
  {&lt;br /&gt;
  }  &lt;/p&gt;
&lt;p&gt;  public void insert(String x)&lt;br /&gt;
  {&lt;br /&gt;
    ListNode current;&lt;br /&gt;
    current=start;&lt;br /&gt;
    ListNode node = new ListNode();&lt;br /&gt;
    node.setData(x);&lt;br /&gt;
    if (start==null)&lt;br /&gt;
    {&lt;br /&gt;
      start=node;&lt;br /&gt;
      node.setNext(null);&lt;br /&gt;
    }&lt;br /&gt;
    else&lt;br /&gt;
    {&lt;br /&gt;
      while (current.getNext()!=null)&lt;br /&gt;
        current=current.getNext();&lt;br /&gt;
      node.setNext(null);&lt;br /&gt;
      current.setNext(node);&lt;br /&gt;
    }&lt;br /&gt;
    //System.out.println(&quot;inserting &quot;+node.getData());&lt;br /&gt;
  } &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3036&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3036#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/869">debugging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1335">linked list</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 05 Jun 2009 01:23:37 -0400</pubDate>
 <dc:creator>ronenja123</dc:creator>
 <guid isPermaLink="false">3036 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>New comer comes calling-implemeting/creating a method(specifics)</title>
 <link>http://www.javaworld.com/community/node/2954</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;okay, I a m very new to Java and not so great at it, though I don&#039;t think I&#039;m that bad either,&lt;/p&gt;
&lt;p&gt;Anyway, I have to implement a method in a clock class. Every time I try to figure a way to implement the elapsedTime method I get an error message--&quot;inner classes cannot have static declarations&quot;--or--&quot;Cannot find symbol: method timeElapsed(Clock, Clock) location: class TC&quot;. when I create a class TC I get the error, &quot;inner classes cannot have static declarations&quot; when I remove static from my timeElapsed method the error is &quot;non-static method cannot be referenced from static context&quot;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2954&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/2954#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</category>
 <pubDate>Sat, 16 May 2009 12:20:43 -0400</pubDate>
 <dc:creator>oya_oya</dc:creator>
 <guid isPermaLink="false">2954 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Ultra beginner trying to implement a method</title>
 <link>http://www.javaworld.com/community/node/2951</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;okay, I a m very new to Java and not so great at it, though I don&#039;t think I&#039;m that bad either,&lt;/p&gt;
&lt;p&gt;Anyway, I have to implement a method in a clock class. Every time I try to figure a way to implement the elapsedTime method I get an error message--&quot;inner classes cannot have static declarations&quot;--or--&quot;Cannot find symbol: method timeElapsed(Clock, Clock) location: class TC&quot;. when I create a class TC I get the error, &quot;inner classes cannot have static declarations&quot; when I remove static from my timeElapsed method the error is &quot;non-static method cannot be referenced from static context&quot;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2951&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/2951#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Fri, 15 May 2009 13:12:49 -0400</pubDate>
 <dc:creator>oya_oya</dc:creator>
 <guid isPermaLink="false">2951 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to know what jars are needed for various of JMS bus</title>
 <link>http://www.javaworld.com/community/node/2946</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Could someone tell me how could I know what jars need to be included in the client&#039;s classpath when subscribing messagings to different JMS buses?&lt;/p&gt;
&lt;p&gt;For example when I try subscribing messagings to the OpenJMS on Glassfish, i know below jars are needed,&lt;br /&gt;
appserv-rt.jar&lt;br /&gt;
javaee.jar&lt;br /&gt;
imqjmsra.jar&lt;br /&gt;
imqbroker.jar&lt;br /&gt;
imq.jar&lt;br /&gt;
appserv-admin.jar&lt;br /&gt;
jms.jar&lt;br /&gt;
appserv-deployment-client.jar&lt;br /&gt;
appserv-ext.jar &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2946&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/2946#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/862">Java Traps</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Fri, 15 May 2009 03:27:10 -0400</pubDate>
 <dc:creator>jzhang2003</dc:creator>
 <guid isPermaLink="false">2946 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java Swing SpringLayout</title>
 <link>http://www.javaworld.com/community/node/2869</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dear Java Developer, &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2869&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/2869#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/835">Architecture and Scalability</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1281">java swing spring springlayout dynamic run-time</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/864">Under the Hood</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 30 Apr 2009 12:04:34 -0400</pubDate>
 <dc:creator>Limited_Atonement</dc:creator>
 <guid isPermaLink="false">2869 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>
