<?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>Client-side Java</title>
 <link>http://www.javaworld.com/community/taxonomy/term/824</link>
 <description>Taxonomy in convenient list form</description>
 <language>en</language>
<item>
 <title>How to manage a dbms with multimedia content in java - jdbc(client /server)</title>
 <link>http://www.javaworld.com/community/node/8208</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I am an old timer from the 90s so java7 is a bit of a shock to me as ima an SCJP for java 2 platform from 2000.&lt;/p&gt;
&lt;p&gt;Please suggest the best way to manage a multimedia databse containg (*.jpg and *.au) files in a DBMS or RDBMS using JDBC for both client(Standalone java application) and server side(Servlets).&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <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/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/843">Data Management and RDBMS</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/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</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/837">Java ME</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/822">Java Security</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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2343">JDBC programming using binary streams for BLOBs</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/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>Mon, 07 Nov 2011 09:54:46 -0500</pubDate>
 <dc:creator>arunrajp</dc:creator>
 <guid isPermaLink="false">8208 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>ArrayList in an ArrayList</title>
 <link>http://www.javaworld.com/community/node/8135</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How can I populate an arrayList inside another arrayList?&lt;/p&gt;
&lt;p&gt;please give example, I know how it works theoretically but can&#039;t seem to figure it out.&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <pubDate>Wed, 21 Sep 2011 23:40:39 -0400</pubDate>
 <dc:creator>garnaout</dc:creator>
 <guid isPermaLink="false">8135 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>great article!</title>
 <link>http://www.javaworld.com/community/node/8084</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;great article!&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</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/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/837">Java ME</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>Mon, 25 Jul 2011 17:32:31 -0400</pubDate>
 <dc:creator>clin</dc:creator>
 <guid isPermaLink="false">8084 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Problem with the applet loading</title>
 <link>http://www.javaworld.com/community/node/7647</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I am trying to load the applet in jsp using  tag in IE8.But it is showing the cross symbol and throwing classnotfound exception.I have tried all browser settings,but the issue is not resolved.Please suggest me what I need to do?&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2259">This is related o applet loading in IE8</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Tue, 26 Apr 2011 23:46:17 -0400</pubDate>
 <dc:creator>SujathaL</dc:creator>
 <guid isPermaLink="false">7647 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaOne 2011</title>
 <link>http://www.javaworld.com/community/node/7625</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My development team is largely Java based. I am aware of Devoxx and would hope to attend next year, but what are the other conferences that would be useful for my requirements?&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/mobile&quot; class=&quot;og_links&quot;&gt;Mobile Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <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/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/843">Data Management and RDBMS</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/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</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/837">Java ME</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/822">Java Security</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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/33">javaone</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/19">mysql</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/463">Oracle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/379">Python</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/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <pubDate>Tue, 19 Apr 2011 03:05:52 -0400</pubDate>
 <dc:creator>t3chno</dc:creator>
 <guid isPermaLink="false">7625 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>QCon or Javaone ????</title>
 <link>http://www.javaworld.com/community/node/7528</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My company allows me to visit one international work related (I&#039;m Java/JEE Developer/Technical Lead interested in polyglot programming) conference each year. I&#039;ve visited Javapolis (devox) in the past.&lt;br /&gt;
For this year I&#039;m looking for a conference which is less technology but a bit more methodology focussed... possible like Oracle Develop or QCon or Javaone What would you recommend?&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <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/882">Community Update</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/965">conference</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/843">Data Management and RDBMS</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/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</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/837">Java ME</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/822">Java Security</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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/33">javaone</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2215">jee</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/123">programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2214">Qcon</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/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2216">sun microtec</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/833">Web Services and SOA</category>
 <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/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 24 Mar 2011 05:04:55 -0400</pubDate>
 <dc:creator>lisaantony06</dc:creator>
 <guid isPermaLink="false">7528 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>working examples</title>
 <link>http://www.javaworld.com/community/node/7097</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;has anyone got a working example of this applet please. I would like to view source, and see what i am doing wrong!&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Wed, 26 Jan 2011 12:37:22 -0500</pubDate>
 <dc:creator>willett</dc:creator>
 <guid isPermaLink="false">7097 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Problems with ftp transfers</title>
 <link>http://www.javaworld.com/community/node/5794</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hi all, i build a program that at start up need to upload from a ftp server some txt file.&lt;br /&gt;
I used the following code, sometimes it works, sometimes it get appended for about 15 min. ad return this error :&lt;br /&gt;
&lt;em&gt;java.net.SocketException: Connection reset&lt;br /&gt;
        at java.net.SocketInputStream.read(SocketInputStream.java:168)&lt;br /&gt;
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)&lt;br /&gt;
        at java.io.BufferedInputStream.read(BufferedInputStream.java:317)&lt;br /&gt;
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/5794&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2092">java.net.SocketException: Connection reset</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 10 Nov 2010 04:55:09 -0500</pubDate>
 <dc:creator>andreu</dc:creator>
 <guid isPermaLink="false">5794 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to prevent page refresh in onChange event</title>
 <link>http://www.javaworld.com/community/node/5162</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i have a two multi select dropdown box with add &amp;amp; remove in between them. when i click a value in one multi box,it calls a onchange javascript and inturn it calls a java method. Then the data from db are populated in third multi box.&lt;/p&gt;
&lt;p&gt;The issue is when i click the value and move from one multi box to another using add button, the moved value is again comes to the same multi box because of onchange javascript fetching the data&#039;s from db (i.e) page refresh. &lt;/p&gt;
&lt;p&gt;how to solve this problem...&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/602">javascript</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Mon, 20 Sep 2010 04:32:33 -0400</pubDate>
 <dc:creator>karthick_aru</dc:creator>
 <guid isPermaLink="false">5162 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Job Opening for J2EE professionals</title>
 <link>http://www.javaworld.com/community/node/5124</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dear Candidate,&lt;/p&gt;
&lt;p&gt;We have urgent opening for Sr. Java Developer for our client in chennai&lt;/p&gt;
&lt;p&gt;Experience: 4-8 Years&lt;/p&gt;
&lt;p&gt;Work Location: Chennai&lt;/p&gt;
&lt;p&gt;Skill Set: J2ee,Jsp,XML,HTML,Sql server&lt;/p&gt;
&lt;p&gt;Job Description:&lt;/p&gt;
&lt;p&gt;. Strong exposure to XML, HTML, JavaScript and AJAX.&lt;br /&gt;
. Strong experience on J2EE . Java 1.4, JSP 2.0, Servlets 2.4, JDBC, Struts 1.2,      Spring and Web services.&lt;br /&gt;
. Good exposure to ORM concepts and strong experience using Oracle TopLink or Hibernate ORM frameworks.&lt;br /&gt;
. Working experience in IBM RAD 6.x / RSA 7.0, WAS 6.x application server and any configuration management tool &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/5124&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <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/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/843">Data Management and RDBMS</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</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/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/837">Java ME</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/822">Java Security</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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/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>
 <pubDate>Tue, 14 Sep 2010 07:53:16 -0400</pubDate>
 <dc:creator>chaku11483</dc:creator>
 <guid isPermaLink="false">5124 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Calling PHP script from java code.</title>
 <link>http://www.javaworld.com/community/node/4122</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hello,&lt;br /&gt;
I want to call a php script of remote server from my java client code.&lt;br /&gt;
I dont want to read the script but script  should be  executed at server side...&lt;/p&gt;
&lt;p&gt;Thanks in advance..........&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1710">how to call php script form java code</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Wed, 03 Mar 2010 02:15:20 -0500</pubDate>
 <dc:creator>piyushsureshdixit</dc:creator>
 <guid isPermaLink="false">4122 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Sessions - what went wrong?</title>
 <link>http://www.javaworld.com/community/node/4057</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have this application in which I am using session to trak different types of user going to different pages.&lt;/p&gt;
&lt;p&gt;There are 2 kinds of users.  The admin, if log in successful, will go to Update.jsp.  If it is member, they will be redirected to Addmember.jsp.  If they are not in the database, they will be redirected to login again.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;page contentType&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;text/html&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;pageEncoding&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;UTF-8&quot;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;        &amp;lt;%  Connection conn = null;&lt;br /&gt;
            PreparedStatement ps = null;&lt;br /&gt;
            ResultSet rs = null;&lt;br /&gt;
            Statement stmt = null;&lt;/p&gt;
&lt;p&gt;            try { &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/4057&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sat, 13 Feb 2010 05:54:17 -0500</pubDate>
 <dc:creator>tangara</dc:creator>
 <guid isPermaLink="false">4057 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>sushil</title>
 <link>http://www.javaworld.com/community/node/4025</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;jdyfguihvjfhg&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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/827">Threads/Concurrency</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Mon, 08 Feb 2010 08:08:56 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">4025 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java FTP Client help</title>
 <link>http://www.javaworld.com/community/node/4011</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hey guys,&lt;/p&gt;
&lt;p&gt;I&#039;m kinda new to Java.&lt;br /&gt;
I&#039;ve been trying to get some stuff off of the ground for 20 weeks now (studying software engineering) and bit by bit the pieces are coming together.&lt;/p&gt;
&lt;p&gt;But now, I wanted to create a simple Java FTP client GUI for my family. They are doing some sort of &#039;sport&#039; which they photographer allot about, and I wanted to give them a 1 direction only way to put those photos on a server I made.&lt;/p&gt;
&lt;p&gt;Well, as far as connecting to the FTP server I got. That worked.&lt;br /&gt;
But that&#039;s all I got. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/4011&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1684">ftp java client</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, 04 Feb 2010 20:14:31 -0500</pubDate>
 <dc:creator>BryCry</dc:creator>
 <guid isPermaLink="false">4011 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JSP - display cookies not working</title>
 <link>http://www.javaworld.com/community/node/3972</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;
Hi, &lt;/p&gt;
&lt;p&gt;I&#039;ve been trying to get the jsp to display a table to show the name enter from a form. &lt;/p&gt;
&lt;p&gt;However, it doesn&#039;t show the table which will display the Name, Value and Comments. &lt;/p&gt;
&lt;p&gt;Hope someone can advise me where have I gone wrong with my codes. It&#039;s quite messy because I&#039;m tyring to follow examples from internet.  So please be patient with me.  Million Thanks. &lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;page language&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;java&quot; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String cookieName &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;username&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Cookie cookies&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[] = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;request&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getCookies&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Cookie c &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;null&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3972&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</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>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Wed, 27 Jan 2010 00:04:12 -0500</pubDate>
 <dc:creator>tangara</dc:creator>
 <guid isPermaLink="false">3972 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Creating JSF Table Matrix with Pagination </title>
 <link>http://www.javaworld.com/community/node/3943</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi all&lt;br /&gt;
i faced an issue how to create a matrix with jsf and also to add pagination&lt;br /&gt;
i didn&#039;t found it in my goggle search so i am providing the solution here:&lt;/p&gt;
&lt;p&gt;well what i wanted to achieve is a 2 dimension table , not item per row but ite, per row &amp;amp; column&lt;br /&gt;
the code in the jspx page is:&lt;/p&gt;
&lt;p&gt;ice:dataTable id=&quot;dataTbl&quot; var=&quot;item&quot; value=&quot;#{bean.rowDataModel}&quot; rows=&quot;2&quot;&lt;br /&gt;
   ice:columns id=&quot;columnDataModel&quot; var=&quot;column&quot;&lt;br /&gt;
         value=&quot;#{bean.columnDataModel}&quot;&lt;br /&gt;
            ice:panelGroup&lt;br /&gt;
             ice:selectBooleanCheckbox value=&quot;#{bean.cellValue.select}&quot;&lt;br /&gt;
            ice:panelGroup &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3943&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side 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/816">JSF</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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, 20 Jan 2010 06:27:14 -0500</pubDate>
 <dc:creator>doriwaldman</dc:creator>
 <guid isPermaLink="false">3943 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>how to call up reverse value using for statment</title>
 <link>http://www.javaworld.com/community/node/3932</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could someone advise me how to do the reverse values in this code? 300, 200, 100.  Think I&#039;m really hopeless when come to programming :-(&lt;/p&gt;
&lt;p&gt; for (intIndex = 0; intIndex &amp;gt; ayrElements.length ;intIndex--)// this is the part that I&#039;m stuck.&lt;br /&gt;
&lt;code&gt;&lt;/p&gt;
&lt;p&gt;  function inspectCheckBoxes(){    &lt;/p&gt;
&lt;p&gt;   var aryElements = new Array(); //Declare an Array variable&lt;br /&gt;
   var intValue = new Number(0); //Declare a Number variable&lt;br /&gt;
   var intIndex  = new Number(0); //Declare a Number variable &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3932&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</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, 17 Jan 2010 22:01:14 -0500</pubDate>
 <dc:creator>tangara</dc:creator>
 <guid isPermaLink="false">3932 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Good Articel</title>
 <link>http://www.javaworld.com/community/node/3912</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dude its good but may be it&#039;s a bit far fetched.... Nice Algorithm though! If any of ur calculation ever showed a clear pic let us know.. Cheers!&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Mon, 11 Jan 2010 12:16:26 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3912 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to assign user 1 to user 2 and show it in a table</title>
 <link>http://www.javaworld.com/community/node/3894</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have this form that contains an option of chooing user type 1 or user type 2, along with other infor they need to fill in, which include name, gender, address etc.&lt;/p&gt;
&lt;p&gt;The data willl be stored into an Ms access table.  A servlet is required to display the information, including the assigning data column.&lt;/p&gt;
&lt;p&gt;I&#039;d like to know how I can enable assigning of user type 2 to user type 1 and this will appear in a column that shows user type 2&#039;s name assign to user type 1&#039;s name. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3894&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1644">How to assign user type1 to user type2?</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, 06 Jan 2010 13:18:43 -0500</pubDate>
 <dc:creator>tangara</dc:creator>
 <guid isPermaLink="false">3894 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Thanks </title>
 <link>http://www.javaworld.com/community/node/3878</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;this article was very useful for me&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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/834">Java Web Development</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Thu, 31 Dec 2009 16:32:35 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3878 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>java dissertation</title>
 <link>http://www.javaworld.com/community/node/3831</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;recently I have described this process in my &lt;a href=&quot;http://bestdissertation.com/&quot; rel=&quot;nofollow&quot;&gt;dissertation&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</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/838">Java Development Tools</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/node/1477">JW Talkback</group>
 <pubDate>Thu, 17 Dec 2009 14:14:49 -0500</pubDate>
 <dc:creator>sonic09</dc:creator>
 <guid isPermaLink="false">3831 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>javabeans</title>
 <link>http://www.javaworld.com/community/node/3792</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;please download this bean box...!&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Tue, 08 Dec 2009 23:00:49 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3792 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>how to compile class</title>
 <link>http://www.javaworld.com/community/node/3790</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Please suggest me how the runtime generated .java file has been compiled successfully. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Rajasekar M&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Tue, 08 Dec 2009 07:08:44 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3790 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>fadf</title>
 <link>http://www.javaworld.com/community/node/3756</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;adfddasfasdf&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Fri, 27 Nov 2009 23:30:16 -0500</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3756 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>repaint in Java Swing</title>
 <link>http://www.javaworld.com/community/node/3748</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;What happens if a call repaint of a component when its parent is not visible?&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side 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/837">Java ME</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Thu, 26 Nov 2009 02:10:40 -0500</pubDate>
 <dc:creator>satyadmv</dc:creator>
 <guid isPermaLink="false">3748 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

