<?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>Enterprise Java</title>
 <link>http://www.javaworld.com/community/enterprise</link>
 <description>For developers using Java Enterprise Edition.</description>
 <language>en</language>
<item>
 <title>Problem with back button </title>
 <link>http://www.javaworld.com/community/node/8250</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Your Application logoutSampleJSP3 working fine. But am facing small problem.&lt;/p&gt;
&lt;p&gt;When i am login in to the application then i am getting home page. OK this is fine.  But my problem is in home page am clicking back button then it will &lt;/p&gt;
&lt;p&gt;show again  login page without logout. So please solve this problem as soon as possible.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
satish.&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/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Fri, 16 Dec 2011 05:09:32 -0500</pubDate>
 <dc:creator>satish_ravula</dc:creator>
 <guid isPermaLink="false">8250 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Text to speech without using TTS</title>
 <link>http://www.javaworld.com/community/node/8238</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;br /&gt;
      My requirement is to convert a string value to speech without using TTS (freeTTs). how can i achieve this? can anybody give me some idea. it could be helpful.&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/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2182">java sound</category>
 <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>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Thu, 08 Dec 2011 05:48:10 -0500</pubDate>
 <dc:creator>sridharkosna</dc:creator>
 <guid isPermaLink="false">8238 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Hibernate query for joining two tables.</title>
 <link>http://www.javaworld.com/community/node/8221</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need to join two tables User and Employee. And the query will be like,&lt;/p&gt;
&lt;p&gt;List list = hibernateTemplate.find(&quot;from User u left join fetch u.employee e&quot;);&lt;/p&gt;
&lt;p&gt;So what I have to do in the User,Employee POJO.&lt;br /&gt;
SQL requirement is SELECT userName,firstName from Employee as e LEFT JOIN User as u ON u.userId = e. userId.&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/319">Hibernate</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/303">Spring</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>Mon, 14 Nov 2011 05:40:09 -0500</pubDate>
 <dc:creator>lofa in</dc:creator>
 <guid isPermaLink="false">8221 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>regarding row reading from Mysql ..</title>
 <link>http://www.javaworld.com/community/node/8220</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i am trying to read rows from mysql database.like &lt;/p&gt;
&lt;p&gt;............&lt;br /&gt;
.........&lt;br /&gt;
while(rs.next){&lt;/p&gt;
&lt;p&gt;x=rs.getstring(&quot;columnname&quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;my question is when a row is readed some action is to be perfromed.but in this case control goes to next row before completion of task.&lt;/p&gt;
&lt;p&gt;how to handle it ,please help me if anyone aware of it.&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;br /&gt;
krishna umareddy.&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/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Mon, 14 Nov 2011 01:33:50 -0500</pubDate>
 <dc:creator>krishna523</dc:creator>
 <guid isPermaLink="false">8220 at http://www.javaworld.com/community</guid>
</item>
<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> How to remove prefix from target namespace </title>
 <link>http://www.javaworld.com/community/node/8204</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All, &lt;/p&gt;
&lt;p&gt;I am new to this forum.&lt;br /&gt;
I am working on java web services. I am using &quot;wsdl2java&quot; tool to create a java stub file.&lt;br /&gt;
In my wsdl file value of targetnamespace is &quot;urn:HPD_IncidentInterface_Create_WS&quot; but i want to remove this urn prefix from java stub file.&lt;br /&gt;
I can&#039;t change wsdl file as it is application generated so is there any way to do this. &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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</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>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 03 Nov 2011 03:28:29 -0400</pubDate>
 <dc:creator>hemant89</dc:creator>
 <guid isPermaLink="false">8204 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Deploying Jackrabbit to JBoss AS 7</title>
 <link>http://www.javaworld.com/community/node/8185</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Here are step by step directions on how to configure Jackrabbit  to JBoss AS 7.&lt;/p&gt;
&lt;p&gt;1. Create directory for the jcr deployment&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$ cd $JBOSS_HOME/modules&lt;br /&gt;$ mkdir -p javax/jcr/main&lt;br /&gt;$ vi module.xml&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Add the following snippet to the newly created module.xml file&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;module xmlns=&amp;quot;urn:jboss:module:1.0&amp;quot; name=&amp;quot;javax.jcr&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;dependencies&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;module name=&amp;quot;javax.transaction.api&amp;quot; export=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/dependencies&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;resources&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-root path=&amp;quot;jcr-2.0.jar&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Insert resources here --&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/resources&amp;gt;&lt;br /&gt;&amp;lt;/module&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Copy the jcr-2.0.jar to &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8185&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/840">Application Servers</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/tools">Tools and Methods</group>
 <pubDate>Thu, 20 Oct 2011 05:09:17 -0400</pubDate>
 <dc:creator>srikanth.s.nair</dc:creator>
 <guid isPermaLink="false">8185 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Setting Oracle Datasource in JBoss AS 7</title>
 <link>http://www.javaworld.com/community/node/8184</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Here are step by step directions on how to configure JBoss AS 7 to communicate with Oracle XE.&lt;/p&gt;
&lt;p&gt;1. Create directory for the oracle driver deployment&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$ cd $JBOSS_HOME/modules&lt;br /&gt;$ mkdir -p com/oracle/ojdbc6/main&lt;br /&gt;$ vi module.xml&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Add the following snippet to the newly created module.xml file&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;module xmlns=&amp;quot;urn:jboss:module:1.0&amp;quot; name=&amp;quot;com.oracle.ojdbc6&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;resources&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resource-root path=&amp;quot;ojdbc6.jar&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/resources&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;dependencies&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;module name=&amp;quot;javax.api&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/dependencies&amp;gt;&lt;br /&gt;&amp;lt;/module&amp;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/8184&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/840">Application Servers</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/tools">Tools and Methods</group>
 <pubDate>Thu, 20 Oct 2011 04:06:54 -0400</pubDate>
 <dc:creator>srikanth.s.nair</dc:creator>
 <guid isPermaLink="false">8184 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Copy text from EXCEL in to Java</title>
 <link>http://www.javaworld.com/community/node/8122</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Daily grind at work requires me to copy and paste text in to a Java based company intranet web page. This is a labor intensive task due to the volume of data needing to be input. Using my mouse all day for this task is insane.&lt;/p&gt;
&lt;p&gt;How is it possible to copy text from EXCEL and paste it in to a java based web page using VBA from Excel? Please describe as many characteristics of this process as possible and sources of potential VBA code.&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/2307">copy and paste to Java from Excel</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/911">excel</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2308">Paste in to Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2309">VBA macro</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, 13 Sep 2011 15:31:05 -0400</pubDate>
 <dc:creator>redrasp12</dc:creator>
 <guid isPermaLink="false">8122 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Remote EJB method invocation between two glassfish 3.1 servers</title>
 <link>http://www.javaworld.com/community/node/8087</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please think about two Glassfish 3.1 application servers with EE6 specification. A web container(servlet) on one application server wants to access an EJB component method on the other application server. Sending the source files and error message below.&lt;/p&gt;
&lt;p&gt;APPLICATION SERVER 1:&lt;/p&gt;
&lt;p&gt;EJBHelloController.java (servlet) :&lt;br /&gt;
package trader.web;&lt;/p&gt;
&lt;p&gt;import ejb.NewSessionBeanRemote;&lt;br /&gt;
import java.io.IOException;&lt;br /&gt;
import java.io.PrintWriter;&lt;br /&gt;
import javax.ejb.EJB;&lt;br /&gt;
import javax.servlet.ServletException;&lt;br /&gt;
import javax.servlet.annotation.WebServlet;&lt;br /&gt;
import javax.servlet.http.HttpServlet; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8087&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Thu, 28 Jul 2011 12:44:29 -0400</pubDate>
 <dc:creator>asilter</dc:creator>
 <guid isPermaLink="false">8087 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Webservice client as a JAR ?</title>
 <link>http://www.javaworld.com/community/node/8079</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I am working for a &lt;strong&gt;&lt;em&gt;product&lt;/em&gt;&lt;/strong&gt;. It is a J2EE project. Now, there is a requirement that we need to call a Webservice to get a document associated to a person entity. Now this requirement itself is &lt;strong&gt;specific to one customer (out of 100s customers)&lt;/strong&gt;. Besides, even if other clients need this, they would have a different Webservice (i.e. different WSDL, etc) for the same document acquisition task. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8079&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <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/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2300">Webservice client</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Thu, 21 Jul 2011 10:18:26 -0400</pubDate>
 <dc:creator>sepgs2004</dc:creator>
 <guid isPermaLink="false">8079 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title> Spring Source Tool(SST)</title>
 <link>http://www.javaworld.com/community/node/8041</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Please Post Info About spring source tool. its needed for my project. kindly give more real time data.&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/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2297">spring source tool</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Tue, 05 Jul 2011 08:18:29 -0400</pubDate>
 <dc:creator>gopika</dc:creator>
 <guid isPermaLink="false">8041 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Data Exchange Format between Web Front End and Web Back End </title>
 <link>http://www.javaworld.com/community/node/8023</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;To improve development efficiency of Web Application, we need to implement the parallel development between Web Front End and Web Back End. To achieve this goal, first we should determine the data exchange format between Web Front End and Web Back End. In this article, let’s talk about some data exchange formats between them.&lt;/p&gt;
&lt;p&gt;Common data exchange formats between Web Front End and Web Back End are as below:&lt;br /&gt;
XML&lt;br /&gt;
XML stands for EXtensible Markup Language&lt;br /&gt;
XML is a markup language much like HTML&lt;br /&gt;
XML was designed to carry data, not to display data &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8023&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</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>
 <pubDate>Sun, 26 Jun 2011 10:22:37 -0400</pubDate>
 <dc:creator>jackycui</dc:creator>
 <guid isPermaLink="false">8023 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to associate couple of programs, each to its needed java . </title>
 <link>http://www.javaworld.com/community/node/8022</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello,&lt;br /&gt;
We have about 6 products who uses java.&lt;br /&gt;
Every product needs its own java version and distributor (java sun, java IBM ...).&lt;br /&gt;
How should I configure that every program will get and use the specific java it needs ?&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/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/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 26 Jun 2011 03:48:18 -0400</pubDate>
 <dc:creator>isotoper</dc:creator>
 <guid isPermaLink="false">8022 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java Application</title>
 <link>http://www.javaworld.com/community/node/8010</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I&#039;m in the process of creating a java application for users to create electronic timesheets.  After I&#039;m finished with coding, how can i make my program a file that users can run on their machines as an actual application?  &lt;/p&gt;
&lt;p&gt;Users are all using Microsoft XP if it matters.&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/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/282">Eclipse</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <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>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 22 Jun 2011 09:11:34 -0400</pubDate>
 <dc:creator>pedrito287</dc:creator>
 <guid isPermaLink="false">8010 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Visuam Vm</title>
 <link>http://www.javaworld.com/community/node/7730</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How to check the field values in Visual VM.It shows the heap memory details. In Class tab it contains many classes and each class contains many fields.&lt;br /&gt;
I thing this is machine understandable. Ex:Class Name is java.lang.Object and its have many fields.&lt;br /&gt;
Suppose i used only one variable in the program(x) and i set the values to that variable, where i can find the value in visualVM.&lt;br /&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/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/2282">Java Visual vm</category>
 <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/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, 02 Jun 2011 01:59:37 -0400</pubDate>
 <dc:creator>saranya1211</dc:creator>
 <guid isPermaLink="false">7730 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>FacesContext</title>
 <link>http://www.javaworld.com/community/node/7728</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;HI all,&lt;br /&gt;
    We use iceFaces progress bar. The problem is that when progress is running the FacesContext become null.&lt;br /&gt;
    Actually we use the FaceContext to get HttpSession.&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/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2281">ICEFace</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>
 <pubDate>Tue, 31 May 2011 01:54:18 -0400</pubDate>
 <dc:creator>Sanjay Kumar</dc:creator>
 <guid isPermaLink="false">7728 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Oracle Database Installation Windows</title>
 <link>http://www.javaworld.com/community/node/7695</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;In this tutorial, we are going to learn on how to install Oracle database on windows operating system.&lt;br /&gt;
&lt;a href=&quot;http://www.togotutor.com/oracle-database/install-oracle-database-windows.php&quot; title=&quot;http://www.togotutor.com/oracle-database/install-oracle-database-windows.php&quot; rel=&quot;nofollow&quot;&gt;http://www.togotutor.com/oracle-database/install-oracle-database-windows...&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>
 <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/746">database</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/541">installation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/463">Oracle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/748">windows</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>Wed, 18 May 2011 23:52:18 -0400</pubDate>
 <dc:creator>togotutor</dc:creator>
 <guid isPermaLink="false">7695 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Install Mysql on Windows Operating System</title>
 <link>http://www.javaworld.com/community/node/7694</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;In this tutorial, we are going to learn on how to install mysql database on windows operating system.&lt;br /&gt;
&lt;a href=&quot;http://www.togotutor.com/mysql/install-mysql-windows.php&quot; title=&quot;http://www.togotutor.com/mysql/install-mysql-windows.php&quot; rel=&quot;nofollow&quot;&gt;http://www.togotutor.com/mysql/install-mysql-windows.php&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>
 <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/1789">install</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/541">installation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/19">mysql</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1397">operating system</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1781">togotutor</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/748">windows</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>Wed, 18 May 2011 23:49:33 -0400</pubDate>
 <dc:creator>togotutor</dc:creator>
 <guid isPermaLink="false">7694 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>SOA Suite Installation</title>
 <link>http://www.javaworld.com/community/node/7693</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Complete Tutorial on on how to install SOA Suite on windows operating system.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.togotutor.com/soa/oracle-soa-suite-installation-windows.php&quot; title=&quot;http://www.togotutor.com/soa/oracle-soa-suite-installation-windows.php&quot; rel=&quot;nofollow&quot;&gt;http://www.togotutor.com/soa/oracle-soa-suite-installation-windows.php&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/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/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/541">installation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/463">Oracle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/234">SOA</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2268">suite</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1781">togotutor</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/833">Web Services and SOA</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/748">windows</category>
 <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>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 18 May 2011 23:38:21 -0400</pubDate>
 <dc:creator>togotutor</dc:creator>
 <guid isPermaLink="false">7693 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java UI problem : Select Checkbox items and add them to a Database table</title>
 <link>http://www.javaworld.com/community/node/7685</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi!&lt;br /&gt;
I&#039;m new to Java, Hope u guys will help me. I&#039;m using Netbeans 7 to develop a programme to Insert data into a MS Access database. &lt;/p&gt;
&lt;p&gt;It has 2 tables Main and Col&lt;/p&gt;
&lt;p&gt;Main table have 2 fields (VID and Name) - VID is the primary key&lt;br /&gt;
Col table have 2 fields (VID and Color) - Have composite key(Both VID and Color)&lt;/p&gt;
&lt;p&gt;My program is now able to add all 3 fileds via it&#039;s UI.&lt;br /&gt;
I have 3 colors in 3 checkboxes, now it is only capable of&lt;br /&gt;
adding only 1 color at a time. When I select more than 1 color (2 or3)&lt;br /&gt;
it&#039;s not working.&lt;/p&gt;
&lt;p&gt;ex: when I select 2 colors form my interface and Insert it, &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7685&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2265">Java Checkbox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1702">Java database</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1589">Java swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2264">Java UI</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Sun, 15 May 2011 11:16:47 -0400</pubDate>
 <dc:creator>sandlucky</dc:creator>
 <guid isPermaLink="false">7685 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>must be done on netbeans6.9...please help me out buddies</title>
 <link>http://www.javaworld.com/community/node/7684</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Design and code a small Object Database System which is to hold a number of Mobile Smart Phone details.&lt;/p&gt;
&lt;p&gt;Here is a simple inheritance diagram of the classes and interface required.&lt;/p&gt;
&lt;p&gt;The OSInterface is to contain the following: An Array of operating Systems for the phones.&lt;/p&gt;
&lt;p&gt;This code is supplied to you as follows:&lt;/p&gt;
&lt;p&gt;public interface OSInterface {&lt;/p&gt;
&lt;p&gt;     String  [] OSName =  {&quot;Android&quot;,&quot;ProprietaryOS&quot;,&quot;AppleIOS4&quot;,&quot;BradoOS&quot;,&quot;Windows7&quot;,&quot;BadaOS&quot;,&quot;Nokia Series40&quot;,&quot;SymbianOS&quot;}; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7684&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/882">Community Update</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</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/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 15 May 2011 03:36:23 -0400</pubDate>
 <dc:creator>Rajesh Khanna</dc:creator>
 <guid isPermaLink="false">7684 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>JMS Custom message ordering </title>
 <link>http://www.javaworld.com/community/node/7583</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;JMS Question:- Is there any way to change the messages order in JMSQUEUE based on custom rule/policy/strategy? Other then FIFO..&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/830">Enterprise 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/enterprise">Enterprise Java</group>
 <pubDate>Fri, 01 Apr 2011 06:54:19 -0400</pubDate>
 <dc:creator>abhishekchouhan</dc:creator>
 <guid isPermaLink="false">7583 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Generating an HTML from a DTO using ModelandView from SpringFramework</title>
 <link>http://www.javaworld.com/community/node/7530</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Is anyone familiar with generating an HTML page from a DTO? I have a DTO, let me just call it &#039;ExampleDTO.java&#039;. I am going to use ModelAndView from SpringFramework. I&#039;ve already created a controller and service class that will be used in my application. I am looking for help in implementing this in a short amount of time. I am new to this. I have a deadline that is due tomorrow. I am searching for solutions now and I am hoping someone is familiar with this so that I may be pointed in the best direction possible. I know this may be simple. But time is of the essence. 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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2221">DTO</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1352">HTML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2223">iText</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2222">Spring ModelAndView</category>
 <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>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 24 Mar 2011 17:03:14 -0400</pubDate>
 <dc:creator>jazzisit</dc:creator>
 <guid isPermaLink="false">7530 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

