<?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>Community Discussion</title>
 <link>http://www.javaworld.com/community/discussion</link>
 <description>Talk about JavaWorld Daily Brew and Q&amp;A.</description>
 <language>en-US</language>
<item>
 <title>jdbc</title>
 <link>http://www.javaworld.com/community/node/3718</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i am having problems connecting DB2 database to my Java application using NetBeans.&lt;br /&gt;
Here is the Code:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
package app;&lt;br /&gt;
import java.sql.*;&lt;br /&gt;
import java.lang.*;&lt;br /&gt;
import java.io.*;&lt;br /&gt;
import COM.ibm.db2.jdbc.app.*;&lt;br /&gt;
public class Main {&lt;/p&gt;
&lt;p&gt;  public static void main(String args[]) throws IOException&lt;br /&gt;
  {&lt;br /&gt;
	  try&lt;br /&gt;
		{&lt;br /&gt;
		  //Loads Type 2 Driver&lt;br /&gt;
	  	  Class.forName(&quot;COM.ibm.db2.jdbc.app.DB2Driver&quot;);&lt;/p&gt;
&lt;p&gt;		}&lt;br /&gt;
		catch (ClassNotFoundException e)&lt;br /&gt;
		{&lt;br /&gt;
		   System.err.println(&quot;Could not load DB2 driver! \n&quot;);&lt;br /&gt;
		   System.err.println(e.getMessage());&lt;br /&gt;
	   	   System.exit(1);&lt;br /&gt;
		} &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3718&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/3718#comments</comments>
 <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>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sat, 21 Nov 2009 02:54:30 -0500</pubDate>
 <dc:creator>reshma raghu</dc:creator>
 <guid isPermaLink="false">3718 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>RE:Rss--Search Engine For Rss Feeds.</title>
 <link>http://www.javaworld.com/community/node/3707</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Hi All,&lt;br /&gt;&lt;br /&gt;I have news RssFeed URL,by using Rss Reader I am able to displaying all news articles of that News RssFeed URL.But my problems is I dont want display all news &lt;br /&gt;articles, I want to display selected news articles based on keywords,I mean if&amp;nbsp; news RssFeed consists of sports,education,entertainment,technology etc from that&lt;br /&gt;keywords as sports,education, articles I want to display. &lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mallepula&lt;/code&gt;&lt;/div&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/3707#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</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>
 <pubDate>Wed, 18 Nov 2009 13:50:34 -0500</pubDate>
 <dc:creator>Mallepula Narayana</dc:creator>
 <guid isPermaLink="false">3707 at http://www.javaworld.com/community</guid>
</item>
<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>Understanding WebSphere eXtreme Scale and how it works</title>
 <link>http://www.javaworld.com/community/node/3672</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;:  This introductory article offers a foundation to help you gain a technical understanding of what IBM® WebSphere® eXtreme Scale is, the features it provides, and the vast benefits it offers. This primer describes the underlying principles of data in memory, partitioning, and caching, and then describes WebSphere eXtreme Scale fundamentals in these terms. Use cases are included to show how these underlying principles result in business benefits.&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;Introduction&lt;/strong&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3672&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/3672#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/836">Enterprise Best Practices</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Fri, 06 Nov 2009 13:03:03 -0500</pubDate>
 <dc:creator>wsemg</dc:creator>
 <guid isPermaLink="false">3672 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title> WebSphere eXtreme Scale REST Data Service Technology Preview 3 now available</title>
 <link>http://www.javaworld.com/community/node/3665</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The eXtreme Scale development team has just released technical preview 3 of the WebSphere eXtreme Scale REST data service. The WebSphere eXtreme Scale REST data service is an interface to eXtreme Scale which implements the &lt;a href=&quot;http://msdn.microsoft.com/en-us/data/bb931106.aspx&quot;&gt;ADO.NET Data Services&lt;/a&gt; protocol, which is essentially a REST interface to a variety of different data sources. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3665&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/3665#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/836">Enterprise Best Practices</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Thu, 05 Nov 2009 11:24:43 -0500</pubDate>
 <dc:creator>wsemg</dc:creator>
 <guid isPermaLink="false">3665 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>IBM WebSphere Application Server V7 Java Persistence API (JPA) 2.0 Open Alpha</title>
 <link>http://www.javaworld.com/community/node/3664</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://bit.ly/38xMYN&quot;&gt;IBM WebSphere Application Server V7 Java Persistence API (JPA) 2.0 Open Alpha&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Object-relational persistence is a key developer requirement for many application developer scenarios. JPA is the Java EE standard for object-relational persistence and was first introduced as part of Java EE 5. As part of the Java EE 6 standards, JPA 2.0 (JSR-317) updates object-relational capabilities with important developer APIs and enhancements.&lt;br /&gt;
Key additions in JPA 2.0 include:&lt;/p&gt;
&lt;p&gt;    * Significant programmer productivity improvements &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3664&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/3664#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/833">Web Services and SOA</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>
 <pubDate>Thu, 05 Nov 2009 10:38:47 -0500</pubDate>
 <dc:creator>wsemg</dc:creator>
 <guid isPermaLink="false">3664 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to convert Html to Image using Java</title>
 <link>http://www.javaworld.com/community/node/3659</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;br /&gt;
I need to convert a GWT(Google web toolkit) UI to the image file.&lt;br /&gt;
Can anyone give me a suggestions to proceed?&lt;/p&gt;
&lt;p&gt;I have googled and I found most of the thing with respect to ActiveX&lt;br /&gt;
controls. I am not supposed to use ActiveX.&lt;/p&gt;
&lt;p&gt;I have looked some AWT / swing coding to convert the html page to image but i am not able to get the full website or when i try some site to convert as a image then it not rendered fully.&lt;/p&gt;
&lt;p&gt;Thanks&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/3659#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1193">AWT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</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>
 <pubDate>Wed, 04 Nov 2009 09:16:35 -0500</pubDate>
 <dc:creator>arthikbabu</dc:creator>
 <guid isPermaLink="false">3659 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How can I call a C program in a Shell scipt from java</title>
 <link>http://www.javaworld.com/community/node/3585</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi all,&lt;br /&gt;
I have a C program namely NetLibExample.c.I have compiled it to get a NetLibexample executable in RHEL5. It is successfully running from the terminal itself by the syntax: ./NetLibExample&lt;br /&gt;
I have written a shell script to call the same.The shell script is test.sh&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;test.sh&lt;/strong&gt;&lt;br /&gt;
cd /working/AVClient&lt;br /&gt;
mkdir habib_test&lt;br /&gt;
./NetLibExample&lt;br /&gt;
echo &quot;1 image captured&quot;&lt;/p&gt;
&lt;p&gt;This shell is running successfully and giving me the output( a new folder habib_test and output from the C program)&lt;/p&gt;
&lt;p&gt;I have to call the shell script from  Java program.The program is like this. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3585&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/3585#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1521">Java Linux</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Thu, 22 Oct 2009 03:34:53 -0400</pubDate>
 <dc:creator>habibur</dc:creator>
 <guid isPermaLink="false">3585 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to Copy the contents with line breaks from a JTable to Excel with line breaks included</title>
 <link>http://www.javaworld.com/community/node/3556</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hai&lt;br /&gt;
I have an application in which I have a JTable with line breaks(pressing Enter key while editing) included in each and every cell.I have used the code in this site to get my contents to be copied to excel(How to copy data from jtable to Excel).The problem is when I copy the contents from my JTable to Excel I am not getting the contents in same format as in my Jtable(with line breaks) to my excel that is with line breaks.Is there any way to solve my problem?&lt;/p&gt;
&lt;p&gt;Thank You&lt;br /&gt;
Chaithu&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/3556#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1508">java swings</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>
 <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>
 <pubDate>Fri, 16 Oct 2009 09:18:08 -0400</pubDate>
 <dc:creator>chaithusworld</dc:creator>
 <guid isPermaLink="false">3556 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>I NEED HELP!</title>
 <link>http://www.javaworld.com/community/node/3542</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How do I write a program to compute the ideal weight for either male or female. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch in height over 5 feet. For example, the ideal weight for a female who is 5’3’’ would be &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3542&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/3542#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</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>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Wed, 14 Oct 2009 23:06:00 -0400</pubDate>
 <dc:creator>kutless3</dc:creator>
 <guid isPermaLink="false">3542 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Ideal weight Help!</title>
 <link>http://www.javaworld.com/community/node/3541</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How do I write a program to compute the ideal weight for either male or female. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch in height over 5 feet.  For example, the ideal weight for a female who is 5’3’’ would be &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3541&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/3541#comments</comments>
 <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/226">Java.</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 14 Oct 2009 20:42:24 -0400</pubDate>
 <dc:creator>kutless3</dc:creator>
 <guid isPermaLink="false">3541 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Performance Perspectives... Standardizing with speed</title>
 <link>http://www.javaworld.com/community/node/3538</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;By Robert Wisniewski &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3538&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/3538#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/746">database</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/976">WebSphere</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 14 Oct 2009 13:55:26 -0400</pubDate>
 <dc:creator>wsemg</dc:creator>
 <guid isPermaLink="false">3538 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Constructors</title>
 <link>http://www.javaworld.com/community/node/3487</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need to make the following code calculates the volume and prints the dimensions and volume like so:&lt;br /&gt;
cube one dimensions are: w =7, h=2 d=3, volume = 42&lt;br /&gt;
cube two dimensions are: w =5, h=8, d=2, volume =80&lt;br /&gt;
and so on&lt;br /&gt;
Can somebody please help me?&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        Cube[] cube = new Cube[5];&lt;/p&gt;
&lt;p&gt;        cube[0] = new Cube(2.0, 3.0, 5.0);&lt;br /&gt;
        cube[1] = new Cube(1.0, 4.5, 3.3);&lt;br /&gt;
        cube[2] = new Cube(5.6, 10.0, 2.9);&lt;br /&gt;
        cube[3] = new Cube(4.5, 7.8, 22.0);&lt;br /&gt;
        cube[4] = new Cube(9.0, 7.7, 5.1); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3487&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/3487#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1495">Diplay dimentions and calculate volume</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 30 Sep 2009 21:42:50 -0400</pubDate>
 <dc:creator>babylonlion</dc:creator>
 <guid isPermaLink="false">3487 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>servlets</title>
 <link>http://www.javaworld.com/community/node/3478</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i want to know if Tomcat 5.5 wud work with jdk 1.6 or not becoz i m reading frm the book on java for the web by budi kurniawan and i searched for the error 404&lt;br /&gt;
when i use the browser to run my servlet......and i followed what the solution to it was given that i had to make a package and then finally run the servlet ...........the prob still exists :-( .............&lt;br /&gt;
main Q :does tomcat5.5 work with jdk1.6&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/3478#comments</comments>
 <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/834">Java Web Development</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 13:30:03 -0400</pubDate>
 <dc:creator>javaisfun_NOT</dc:creator>
 <guid isPermaLink="false">3478 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>How to judge the commond called by Runtime executed successfully or not  </title>
 <link>http://www.javaworld.com/community/node/3472</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I use java.lang.Runtime to call some standalone executeable commond (which will open another application do some operation use a comond line manner) in my application,however I can not judge whether the commond is executed or whether it is executed successfully. And someone tell me I should define the standard for judge the success and failture. But I have no idea. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3472&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/3472#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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>Mon, 28 Sep 2009 00:19:17 -0400</pubDate>
 <dc:creator>apachemaven</dc:creator>
 <guid isPermaLink="false">3472 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JVM got crashed</title>
 <link>http://www.javaworld.com/community/node/3460</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;This is a java program including JNI native method. When program started, JVM got crashed and produced system core file. It seems the error was thrown from JNI. I am not familiar how to debug core file. Not sure what error can cause this problem. Anyone can help how to debug?&lt;br /&gt;
I used dbx tool to analyze the core file and got this:&lt;br /&gt;
pthdb_session.c, 833: 0 PTHDB_INTERNAL (internal error)&lt;br /&gt;
pthreaded.c, 1953: PTHDB_INTERNAL (internal error)&lt;/p&gt;
&lt;p&gt;IOT/Abort trap in _p_sigsuspend at 0xd01246f4&lt;br /&gt;
[untrusted: /usr/lib/libpthreads.a(shr_xpg5.o)] &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3460&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/3460#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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>Thu, 24 Sep 2009 09:15:26 -0400</pubDate>
 <dc:creator>hplemon</dc:creator>
 <guid isPermaLink="false">3460 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Whats new in Java Open JDK 7</title>
 <link>http://www.javaworld.com/community/node/3458</link>
 <description>Open JDK 7

In addition to enhanced API&#039;s JDK7 highlights 5 new feature...

    * Modularity
    * Multi-Language Support
    * New Garbage Collector
    * NIO.2 New File System API
    * Additional Swing API

Virtual Machine Level Features

Compressed 64-bit object pointers
A technique for compressing 64-bit pointers to fit into 32 bits, which decreases memory and memory bandwidth consumption and thereby improves performance

Garbage-First GC (G1)
A new garbage collector that promises to achieve lower pause times and better predictability than the current CMS collector
 &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3458&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/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/3458#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>
 <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>Thu, 24 Sep 2009 05:44:02 -0400</pubDate>
 <dc:creator>srikanth.s.nair</dc:creator>
 <guid isPermaLink="false">3458 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>use of -xbootClasspath</title>
 <link>http://www.javaworld.com/community/node/3455</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
    Why we have to use -XBootclasspath option while starting a JVM. Is that coming into picture when the Custom classloaders are used much and forces the jvm to load the classes from the path specified in the option ,using the parent Classloader of all classloader.&lt;br /&gt;
        And then why we need &quot;append&quot; and &quot;prepend&quot; options.&lt;br /&gt;
Please share ur views and knowledge.&lt;br /&gt;
Thanks,&lt;br /&gt;
kk&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/3455#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1483">bootstrapclassloader</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1482">classloader</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 23 Sep 2009 11:03:46 -0400</pubDate>
 <dc:creator>kk1687</dc:creator>
 <guid isPermaLink="false">3455 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>eclipse ant jasper reports</title>
 <link>http://www.javaworld.com/community/node/3453</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hi guys... i&#039;ve just started learning about jasper reports... its been a week or 2 now and i still can&#039;t get any reports generated... is there any kind soul out there with a step by step tutorial on how to generate a simple report from scratch(installing jasper reports, ants &amp;amp; etc using eclipse ide)?&lt;/p&gt;
&lt;p&gt;Thanks!&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/3453#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1481">eclipse ant jasper reports</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</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/842">Scripting and Other Languages</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>Tue, 22 Sep 2009 23:58:38 -0400</pubDate>
 <dc:creator>maoqiu</dc:creator>
 <guid isPermaLink="false">3453 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>The GridBagLayout</title>
 <link>http://www.javaworld.com/community/node/3445</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I want to use the GridBagLayout to add some compoent in my applicaiton.&lt;br /&gt;
My require is:&lt;br /&gt;
In a JFrame,spit it to 2 row and 2 colum. In the first row I want to add a JLabel and a JTextFiled,and I want the JLabel take the 20% width ,and the JtextField takes the rest 80%&lt;br /&gt;
How to implement it ?&lt;br /&gt;
Can I use the absoult size for the JLabel and other compoent only?for example label.setPreSize(100,10)? &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3445&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/3445#comments</comments>
 <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/828">Swing/GUI Programming</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>Sun, 20 Sep 2009 07:50:20 -0400</pubDate>
 <dc:creator>apachemaven</dc:creator>
 <guid isPermaLink="false">3445 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>Use of Marker Interface in java</title>
 <link>http://www.javaworld.com/community/node/3437</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read &quot;it tells the compiler that it should be treated differently &quot;. &quot;It is used to store state of an object&quot;.  what is mean by &quot;storing  state of an object.&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/3437#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1473">Marker Interface</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Thu, 17 Sep 2009 04:42:00 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3437 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>About XML</title>
 <link>http://www.javaworld.com/community/node/3436</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;What are  possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.&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/3436#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/727">xml</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Thu, 17 Sep 2009 02:24:01 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3436 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>solution4voip provides high quality termination</title>
 <link>http://www.javaworld.com/community/node/3431</link>
 <description>&lt;!--paging_filter--&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/3431#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1472">http://www.youtube.com/watch?v=abH-RaEWY2s</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</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>Wed, 16 Sep 2009 15:36:46 -0400</pubDate>
 <dc:creator>solution4biz</dc:creator>
 <guid isPermaLink="false">3431 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>
