<?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>Tools and Methods</title>
 <link>http://www.javaworld.com/community/tools</link>
 <description>Discuss tools, frameworks, and methodologies.</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>Connect to data source when making web report with Java reporting tool — RAQ Report</title>
 <link>http://www.javaworld.com/community/node/3711</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;br /&gt;
When users are making web report, they always have to connect to data source. As users’ data requirements are differ in thousand ways, so users often need to define data source by themselves. Sometimes, this may be very complex.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;br /&gt;
As a professional Java web-based reporting tool, RAQ Report givesout two methods to solve this problem.&lt;/p&gt;
&lt;p&gt;1. Connect to data source with the API of RAQ Report. And the program is as follows:&lt;/p&gt;
&lt;p&gt;context.setDefDataSourceName(&quot;demo&quot;);&lt;br /&gt;
context.setConnection(&quot;demo&quot;,con); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3711&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/3711#comments</comments>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 19 Nov 2009 13:48:51 -0500</pubDate>
 <dc:creator>freezea</dc:creator>
 <guid isPermaLink="false">3711 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>Decode a g721 audio stream with java</title>
 <link>http://www.javaworld.com/community/node/3537</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For the purpose of a project, I need to capture a live feed from a Panasonic BL C131 IP cam. The video is encoded either in MPEG4 or in MJPEG, and I can manage to get and display the stream. The sound stream in the other hand is encoded in g721 (now superseded by g726 - 32kbits/s - 8Khz - 4 bits of quantification), and I don&#039;t how to decode it. Has anyone already struggled with this issue ? I&#039;m opened to suggestions and/or solutions. Thanks.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ariel&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/3537#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/826">Java Platform APIs</category>
 <group domain="http://www.javaworld.com/community/beginner">Java Beginner</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Wed, 14 Oct 2009 05:09:21 -0400</pubDate>
 <dc:creator>xmen</dc:creator>
 <guid isPermaLink="false">3537 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Executing native process inside WEB-INF</title>
 <link>http://www.javaworld.com/community/node/3529</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Grettings, all.&lt;/p&gt;
&lt;p&gt;I am running Apache Tomcat 5 under Red Hat Linux.&lt;/p&gt;
&lt;p&gt;Generally, I deploy web applications using Tomcat&#039;s &quot;Manager&quot; application, which allows one to upload a WAR file over the network and have it automatically deployed.&lt;/p&gt;
&lt;p&gt;The specific webapp that I am trying to deploy includes some native executable programs inside its WEB-INF directory which are to be executed via system calls from a java servlet.&lt;/p&gt;
&lt;p&gt;However, when the Tomcat Manager uploads and deploys my WAR file, it creates the native programs without assigning execute permissions to the tomcat user. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3529&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/3529#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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1045">native code</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1504">permissions</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1087">Tomcat</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1503">webapp</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Mon, 12 Oct 2009 13:59:24 -0400</pubDate>
 <dc:creator>mac01021</dc:creator>
 <guid isPermaLink="false">3529 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Comm api 2.0 - CommPortIdentifier.getPortIdentifiers() returns empty enum </title>
 <link>http://www.javaworld.com/community/node/3486</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
I&#039;m trying to open connetion with my GSM modem which it connected to my PC by RS-232 cable.&lt;br /&gt;
I&#039;m trying to run my program on Windows XP.&lt;br /&gt;
But, when i&#039;m running the following piece of code, the enumeration return empty.&lt;br /&gt;
How it can be solved?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Enumeration en = CommPortIdentifier.getPortIdentifiers();&lt;br /&gt;System.out.println(en);&lt;br /&gt;&lt;br /&gt;// Iterate through the ports.&lt;br /&gt;while (en.hasMoreElements()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; portId = (CommPortIdentifier) en.nextElement();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(portId.getPortType() == CommPortIdentifier.PORT_SERIAL) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(portId.getName());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&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/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/3486#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1494">Comm API 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <group domain="http://www.javaworld.com/community/beginner">Java Beginner</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Wed, 30 Sep 2009 13:14:24 -0400</pubDate>
 <dc:creator>eyalm_nm</dc:creator>
 <guid isPermaLink="false">3486 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>Why Ant and Maven are weak </title>
 <link>http://www.javaworld.com/community/node/3470</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;At my company among other tasks I am often responsible for ‘technical’ things, which also means working with Maven and Ant from time to time. Some time ago we used Ant, now we use Maven. When project grows and grows both tools are bad. In this article I’ll explain why.&lt;/p&gt;
&lt;p&gt;Link: &lt;a href=&quot;http://coding-masters.blogspot.com/2009/09/why-ant-and-maven-are-weak.html&quot;&gt;http://coding-masters.blogspot.com/2009/09/why-ant-and-maven-are-weak.html&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/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/3470#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/309">ant</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/448">maven</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sat, 26 Sep 2009 05:56:07 -0400</pubDate>
 <dc:creator>iirekm</dc:creator>
 <guid isPermaLink="false">3470 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>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>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>
<item>
 <title>Reading and writing to usb device using java</title>
 <link>http://www.javaworld.com/community/node/3413</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;can anyone help me how to access a device connected to usb port&lt;/p&gt;
&lt;p&gt;i want to sent commands to GSM Modem using java &lt;/p&gt;
&lt;p&gt;plz someone know how to send and receive data to the USB&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/3413#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1467">Reading writing to usb port using java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</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>Sat, 12 Sep 2009 12:47:51 -0400</pubDate>
 <dc:creator>m_rehman29</dc:creator>
 <guid isPermaLink="false">3413 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>gui testing</title>
 <link>http://www.javaworld.com/community/node/3409</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hi everybody, i am beginer in java, i got project which involves testing of gui of client side, i need to write automated testing enviournment using UISpec4j tool, it is open source tool, can ome body tell me how to use that tool in better way...&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/3409#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1464">gui tetsing using UISpec4j</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Fri, 11 Sep 2009 09:00:36 -0400</pubDate>
 <dc:creator>ambarish</dc:creator>
 <guid isPermaLink="false">3409 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Display JComboBox in a JTable</title>
 <link>http://www.javaworld.com/community/node/3403</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Help!!&lt;br /&gt;
I&#039;ve managed to get a JComboBox into a single cell in a JTable&lt;br /&gt;
but it is not visible as a JComboBox unless the user actually&lt;br /&gt;
clicks on it.&lt;br /&gt;
I&#039;m assuming it is possible to make this component visible..&lt;br /&gt;
Thanks in advance&lt;br /&gt;
Ben&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/3403#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/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/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 10 Sep 2009 11:16:33 -0400</pubDate>
 <dc:creator>ttelloow</dc:creator>
 <guid isPermaLink="false">3403 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Issue in JDK6.0 installation on Vista</title>
 <link>http://www.javaworld.com/community/node/3384</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to install JDK 6.0 (java_ee_sdk-5_07-jdk-6u16-windows.exe) on Windows  Vista Home Basic Operating system, it is hanging sometimes and also some times it is not completing at the time of Sun On-line account creation. Is there any steps that I need to follow before starting this installation?&lt;/p&gt;
&lt;p&gt;Please guide us on this&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Basavaraj&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/3384#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/846">Software Development Methodologies</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sun, 06 Sep 2009 22:04:04 -0400</pubDate>
 <dc:creator>basavarajgm</dc:creator>
 <guid isPermaLink="false">3384 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Event Reservation Problem</title>
 <link>http://www.javaworld.com/community/node/3369</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dear Users.&lt;/p&gt;
&lt;p&gt;I am doing a online Conference Hall booking system with JSP and MySql. I have the following problem when I (as Admin) am going to approve the some event on Same date(2009-08-29).&lt;/p&gt;
&lt;p&gt;My application is to reserve a room by entering start time, end time and date before reserving I need to check the availability in the database.&lt;br /&gt;
When i&#039;m requesting reserving by entering(selecting) startime as 17.30 and end time as 20.00 on a particular date(2009-08-29), &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3369&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/3369#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/beginner">Java Beginner</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Mon, 31 Aug 2009 06:27:26 -0400</pubDate>
 <dc:creator>prasath_arjunan</dc:creator>
 <guid isPermaLink="false">3369 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>SWING</title>
 <link>http://www.javaworld.com/community/node/3365</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;HERE IS CODE BELOW I USED&lt;/p&gt;
&lt;p&gt;import javax.swing.JFrame;&lt;br /&gt;
import java.awt.Container;&lt;br /&gt;
import javax.swing.JList;&lt;br /&gt;
import javax.swing.ListSelectionModel;&lt;br /&gt;
import javax.swing.JScrollPane;&lt;br /&gt;
import java.awt.Dimension;&lt;/p&gt;
&lt;p&gt;public class ScrollList extends JFrame {&lt;br /&gt;
   final int defaultValue = 20;&lt;br /&gt;
   private javax.swing.JLabel jLabel1;&lt;br /&gt;
    private javax.swing.JLabel jLabel10;&lt;br /&gt;
    private javax.swing.JLabel jLabel11;&lt;br /&gt;
    private javax.swing.JLabel jLabel12;&lt;br /&gt;
    private javax.swing.JLabel jLabel13;&lt;br /&gt;
    private javax.swing.JLabel jLabel14;&lt;br /&gt;
    private javax.swing.JLabel jLabel15; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3365&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/3365#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1450">I HAVE DESIGNED GUI IN NET BEANS USING SWINGS BUT AFTER EXECUTIING CODE I AM NOT GETTING FULL OUTPUT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Sat, 29 Aug 2009 03:03:21 -0400</pubDate>
 <dc:creator>nitinise</dc:creator>
 <guid isPermaLink="false">3365 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Facing issues in JProfiler setup in solaris</title>
 <link>http://www.javaworld.com/community/node/3347</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Im using the following options to enable the profiling agent to the particular process.&lt;/p&gt;
&lt;p&gt;-Xbootclasspath/a:&#039;/opt/profiler/jprofiler5/bin/agent.jar&#039; -Xint -agentlib:jprofilerti&lt;br /&gt;
LD_LIBRARY_PATH is pointing to the so file location.&lt;/p&gt;
&lt;p&gt;When I try to start this process from the CLI in solaris, Im getting the following error.&lt;/p&gt;
&lt;p&gt;JProfiler&amp;gt; Protocol version 26&lt;br /&gt;
JProfiler&amp;gt; Using JVMTI&lt;br /&gt;
JProfiler&amp;gt; JVMTI version 1.1 detected.&lt;br /&gt;
JProfiler&amp;gt; 32-bit library&lt;br /&gt;
JProfiler&amp;gt; Listening on port: 8849.&lt;br /&gt;
JProfiler&amp;gt; Instrumenting native methods.&lt;br /&gt;
JProfiler&amp;gt; Native library initialized &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3347&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/3347#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1112">JProfiler issue</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Tue, 25 Aug 2009 10:16:24 -0400</pubDate>
 <dc:creator>vmayakri</dc:creator>
 <guid isPermaLink="false">3347 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Runtime.exec is not working</title>
 <link>http://www.javaworld.com/community/node/3346</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have written a small java code to work with Runtime.exec(). I have an Expect file to which I am passing IP,User ID, Password to login to a remote machine and execute a script there. But seems its not working.&lt;br /&gt;
Code:&lt;br /&gt;
import java.io.*;&lt;br /&gt;
public class dload&lt;br /&gt;
{&lt;br /&gt;
	public static void main(String arg[])&lt;br /&gt;
	{&lt;br /&gt;
		Process p = null;&lt;br /&gt;
		Runtime rt;&lt;br /&gt;
		String cmdLine=&quot;cmd /c chdir /d  C: &amp;amp; cd ComverseAutomation\\Tools\\Expect  &amp;amp; expect callingmulticalls.exp 10.210.156.61 sguuser sguuser&quot;;&lt;br /&gt;
		try&lt;br /&gt;
		{&lt;br /&gt;
			rt = Runtime.getRuntime();&lt;br /&gt;
			p=rt.exec(cmdLine);&lt;br /&gt;
		}&lt;br /&gt;
		catch(Exception e) &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3346&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/3346#comments</comments>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Tue, 25 Aug 2009 04:05:21 -0400</pubDate>
 <dc:creator>indranilguharoy</dc:creator>
 <guid isPermaLink="false">3346 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>E-matrix business objects</title>
 <link>http://www.javaworld.com/community/node/3332</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;can we create duplicate type name revision business object in ematrix?&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/3332#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1432">E-matrix business objects</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Fri, 21 Aug 2009 08:14:14 -0400</pubDate>
 <dc:creator>arun21084</dc:creator>
 <guid isPermaLink="false">3332 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Need a Calendar tool</title>
 <link>http://www.javaworld.com/community/node/3312</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking out for a calendar control tool, Where i can do the following:&lt;/p&gt;
&lt;p&gt;Bind data as events.&lt;br /&gt;
Create customized calendar.&lt;br /&gt;
Create time table (available slots) through the calendar.&lt;br /&gt;
Do scheduling and create events and more...&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/3312#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1418">Java calendar tools</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Fri, 14 Aug 2009 08:23:42 -0400</pubDate>
 <dc:creator>harsan18</dc:creator>
 <guid isPermaLink="false">3312 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>
