<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: queued links: java</title>
    <link>http://www.dzone.com/links/queue/tag/java.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Fri, 24 May 2013 02:26:29 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2013-05-24T02:26:29Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/java/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Dump JSP tag libs and switch to JSON</title>
      <link>http://www.dzone.com/links/r/dump_jsp_tag_libs_and_switch_to_json.html</link>
      <description>I often see development teams using JSP tag libraries when they shouldn't be. I wrote this post to explain why it's best to view JSP tag libraries as relics of the past.</description>
      <category>ajax</category>
      <category>frameworks</category>
      <category>java</category>
      <category>javascript</category>
      <pubDate>Thu, 23 May 2013 22:31:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973177.html</guid>
      <dc:creator>Puneet Lamba</dc:creator>
      <dc:date>2013-05-23T22:31:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/dump_jsp_tag_libs_and_switch_to_json.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973177.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I often see development teams using JSP tag libraries when they shouldn't be. I wrote this post to explain why it's best to view JSP tag libraries as relics of the past.<br/><br/><a href='http://www.dzone.com/links/rss/dump_jsp_tag_libs_and_switch_to_json.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973177' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973177</dz:linkId>
      <dz:submitDate>2013-05-23T22:31:32Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>36</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973177.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>plamba</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/305345.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Item 5: Avoid Creating Unnecessary Objects</title>
      <link>http://www.dzone.com/links/r/item_5_avoid_creating_unnecessary_objects.html</link>
      <description>A quick go through of item 5 of Effective Java (The Book). Avoid creating unnecessary objects.</description>
      <category>java</category>
      <pubDate>Thu, 23 May 2013 20:41:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973167.html</guid>
      <dc:creator>Gaurav Goel</dc:creator>
      <dc:date>2013-05-23T20:41:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/item_5_avoid_creating_unnecessary_objects.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973167.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A quick go through of item 5 of Effective Java (The Book). Avoid creating unnecessary objects.<br/><br/><a href='http://www.dzone.com/links/rss/item_5_avoid_creating_unnecessary_objects.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973167' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973167</dz:linkId>
      <dz:submitDate>2013-05-23T20:41:11Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>46</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973167.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>er.gaurav2k11</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/970605.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to read a XHTML form data using EJB</title>
      <link>http://www.dzone.com/links/r/how_to_read_a_xhtml_form_data_using_ejb.html</link>
      <description>This article will help us to learn about the procedure of reading the XHTML form data and also will explain the process of using EJB (Enterprise JavaBeans) for inserting the data to MySQL database. The whole procedure is explained with the help of an example.</description>
      <category>how-to</category>
      <category>java</category>
      <category>xml</category>
      <pubDate>Thu, 23 May 2013 13:58:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973003.html</guid>
      <dc:creator>MrBoolUS</dc:creator>
      <dc:date>2013-05-23T13:58:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_read_a_xhtml_form_data_using_ejb.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973003.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article will help us to learn about the procedure of reading the XHTML form data and also will explain the process of using EJB (Enterprise JavaBeans) for inserting the data to MySQL database. The whole procedure is explained with the help of an example.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_read_a_xhtml_form_data_using_ejb.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973003' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973003</dz:linkId>
      <dz:submitDate>2013-05-23T13:58:17Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>31</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973003.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>MrBoolUS</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/935437.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to create a Calculator App for Android</title>
      <link>http://www.dzone.com/links/r/how_to_create_a_calculator_app_for_android.html</link>
      <description>In this article, we will learn about the creation of Quick Calculator application in android that is useful to get quick mathematical results.</description>
      <category>how-to</category>
      <category>java</category>
      <category>mobile</category>
      <category>other languages</category>
      <pubDate>Thu, 23 May 2013 12:59:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972969.html</guid>
      <dc:creator>MrBoolUS</dc:creator>
      <dc:date>2013-05-23T12:59:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_create_a_calculator_app_for_android.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972969.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In this article, we will learn about the creation of Quick Calculator application in android that is useful to get quick mathematical results.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_create_a_calculator_app_for_android.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972969' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972969</dz:linkId>
      <dz:submitDate>2013-05-23T12:59:02Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>39</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972969.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>MrBoolUS</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/935437.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tracing Black Boxes I: JMX Insight Into JVM Performance</title>
      <link>http://www.dzone.com/links/r/tracing_black_boxes_i_jmx_insight_into_jvm_perfor.html</link>
      <description>JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a much better overview of the concept. The one-sentence takeaway about JMX is that it’s a set of tools for objects to expose monitoring or manipulation methods to external applications by registering themselves with a management server.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>java</category>
      <category>tools</category>
      <pubDate>Thu, 23 May 2013 11:36:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972921.html</guid>
      <dc:creator>trjordan</dc:creator>
      <dc:date>2013-05-23T11:36:14Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/tracing_black_boxes_i_jmx_insight_into_jvm_perfor.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972921.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a much better overview of the concept. The one-sentence takeaway about JMX is that it’s a set of tools for objects to expose monitoring or manipulation methods to external applications by registering themselves with a management server.<br/><br/><a href='http://www.dzone.com/links/rss/tracing_black_boxes_i_jmx_insight_into_jvm_perfor.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972921' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972921</dz:linkId>
      <dz:submitDate>2013-05-23T11:36:14Z</dz:submitDate>
      <dz:voteUpCount>6</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>38</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972921.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>trjordan</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1134539.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Reading a Java Method's Parameter Names</title>
      <link>http://www.dzone.com/links/r/reading_a_java_methods_parameter_names.html</link>
      <description>Sometimes there is a benefit in knowing the parameter names of a method at runtime without doing anything special about it, i.e. without adding a custom annotation. This article demonstrates an easy way to do it.</description>
      <category>java</category>
      <pubDate>Thu, 23 May 2013 05:48:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972763.html</guid>
      <dc:creator>amirkibbar</dc:creator>
      <dc:date>2013-05-23T05:48:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/reading_a_java_methods_parameter_names.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972763.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Sometimes there is a benefit in knowing the parameter names of a method at runtime without doing anything special about it, i.e. without adding a custom annotation. This article demonstrates an easy way to do it.<br/><br/><a href='http://www.dzone.com/links/rss/reading_a_java_methods_parameter_names.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972763' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972763</dz:linkId>
      <dz:submitDate>2013-05-23T05:48:12Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>76</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972763.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>amirkibbar</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1137559.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How To Loop ArrayList In Java</title>
      <link>http://www.dzone.com/links/r/how_to_loop_arraylist_in_java.html</link>
      <description>In this tutorial we will see different ways to loop an ArrayList. Below example will loop through ArrayList and print its content. Using regular for loop Using advance for loop Using While Loop Using Iterator</description>
      <category>how-to</category>
      <category>java</category>
      <pubDate>Thu, 23 May 2013 05:39:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972761.html</guid>
      <dc:creator>javatechig</dc:creator>
      <dc:date>2013-05-23T05:39:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_loop_arraylist_in_java.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972761.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In this tutorial we will see different ways to loop an ArrayList. Below example will loop through ArrayList and print its content. Using regular for loop Using advance for loop Using While Loop Using Iterator<br/><br/><a href='http://www.dzone.com/links/rss/how_to_loop_arraylist_in_java.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972761' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972761</dz:linkId>
      <dz:submitDate>2013-05-23T05:39:27Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>2</dz:voteDownCount>
      <dz:clickCount>72</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972761.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>javatechig</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1116389.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>JBoss BRMS Customer Evaluation Demo Updated with EAP 6.1.0</title>
      <link>http://www.dzone.com/links/r/jboss_brms_customer_evaluation_demo_updated_with.html</link>
      <description>Demo project updated with newest version of JBoss EAP.</description>
      <category>how-to</category>
      <category>java</category>
      <category>open source</category>
      <pubDate>Thu, 23 May 2013 05:32:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972759.html</guid>
      <dc:creator>Eric D.  Schabell</dc:creator>
      <dc:date>2013-05-23T05:32:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/jboss_brms_customer_evaluation_demo_updated_with.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972759.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Demo project updated with newest version of JBoss EAP.<br/><br/><a href='http://www.dzone.com/links/rss/jboss_brms_customer_evaluation_demo_updated_with.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972759' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972759</dz:linkId>
      <dz:submitDate>2013-05-23T05:32:37Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>49</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972759.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>eschabell</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/350516.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>JBoss BRMS Rewards Demo Updated with EAP 6.1.0</title>
      <link>http://www.dzone.com/links/r/jboss_brms_rewards_demo_updated_with_eap_610.html</link>
      <description>Demo updated with newest JBoss EAP version.</description>
      <category>how-to</category>
      <category>java</category>
      <category>open source</category>
      <pubDate>Thu, 23 May 2013 05:31:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972757.html</guid>
      <dc:creator>Eric D.  Schabell</dc:creator>
      <dc:date>2013-05-23T05:31:47Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/jboss_brms_rewards_demo_updated_with_eap_610.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972757.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Demo updated with newest JBoss EAP version.<br/><br/><a href='http://www.dzone.com/links/rss/jboss_brms_rewards_demo_updated_with_eap_610.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972757' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972757</dz:linkId>
      <dz:submitDate>2013-05-23T05:31:47Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>47</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972757.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>eschabell</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/350516.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Java Developer and Training Consultant in Java And Java EE technology</title>
      <link>http://www.dzone.com/links/r/java_developer_and_training_consultant_in_java_an.html</link>
      <description>This tutorial is one of the certification exam topics which gives attention into Java Servlet Technology . This will help your preparation to pass the 1Z0-899 Java EE 6 Web Component Developer Certified Expert Exam. Servlet is a Java class that supplies compatible mechanism used to extend the ability of a Web-server that can support dynamic content generation. A servlet can almost be considered an applet that runs on the server side. Servlet provides a platform-independent methods to build Web-based applications. Servlets is a highly efficient CGI programs written in Java. When a Servlet-capable Web server receives a request for a URL that corresponds to a Java Servlet, the server hands the request off to the Servlet for processing. The Servlet dynamically produces a response to the request (typically an HTML Web page) and sends it back to the requesting browser.</description>
      <category>how-to</category>
      <category>java</category>
      <category>server</category>
      <category>web services</category>
      <pubDate>Wed, 22 May 2013 21:51:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972583.html</guid>
      <dc:creator>katejava</dc:creator>
      <dc:date>2013-05-22T21:51:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/java_developer_and_training_consultant_in_java_an.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972583.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This tutorial is one of the certification exam topics which gives attention into Java Servlet Technology . This will help your preparation to pass the 1Z0-899 Java EE 6 Web Component Developer Certified Expert Exam. Servlet is a Java class that supplies compatible mechanism used to extend the ability of a Web-server that can support dynamic content generation. A servlet can almost be considered an applet that runs on the server side. Servlet provides a platform-independent methods to build Web-based applications. Servlets is a highly efficient CGI programs written in Java. When a Servlet-capable Web server receives a request for a URL that corresponds to a Java Servlet, the server hands the request off to the Servlet for processing. The Servlet dynamically produces a response to the request (typically an HTML Web page) and sends it back to the requesting browser.<br/><br/><a href='http://www.dzone.com/links/rss/java_developer_and_training_consultant_in_java_an.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972583' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972583</dz:linkId>
      <dz:submitDate>2013-05-22T21:51:18Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>84</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972583.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>katejava</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1146303.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Logging to Syslog From Java Using Logback</title>
      <link>http://www.dzone.com/links/r/logging_to_syslog_from_java_using_logback.html</link>
      <description>A brief tutorial on how to log to Syslog from a Java application over UDP using Logback. It guides readers through everything from getting the appropriate dependencies, setting up logback, configuring Syslog and integrating with an application.</description>
      <category>how-to</category>
      <category>java</category>
      <category>unix-linux</category>
      <pubDate>Wed, 22 May 2013 21:51:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972437.html</guid>
      <dc:creator>awhite</dc:creator>
      <dc:date>2013-05-22T21:51:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/logging_to_syslog_from_java_using_logback.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972437.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A brief tutorial on how to log to Syslog from a Java application over UDP using Logback. It guides readers through everything from getting the appropriate dependencies, setting up logback, configuring Syslog and integrating with an application.<br/><br/><a href='http://www.dzone.com/links/rss/logging_to_syslog_from_java_using_logback.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972437' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972437</dz:linkId>
      <dz:submitDate>2013-05-22T21:51:02Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>88</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972437.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>awhite</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1147153.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>ADP4J : Annotation Driven Properties For Java</title>
      <link>http://www.dzone.com/links/r/adp4j_annotation_driven_properties_for_java.html</link>
      <description>ADP4J allows you to inject configuration properties in your objects easily using annotations.</description>
      <category>java</category>
      <category>open source</category>
      <category>tools</category>
      <pubDate>Wed, 22 May 2013 19:46:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972675.html</guid>
      <dc:creator>mdbenassi</dc:creator>
      <dc:date>2013-05-22T19:46:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/adp4j_annotation_driven_properties_for_java.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972675.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>ADP4J allows you to inject configuration properties in your objects easily using annotations.<br/><br/><a href='http://www.dzone.com/links/rss/adp4j_annotation_driven_properties_for_java.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972675' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972675</dz:linkId>
      <dz:submitDate>2013-05-22T19:46:01Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>104</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972675.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mdbenassi</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/421856.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>GCJ write once, run anywhere at its finest</title>
      <link>http://www.dzone.com/links/r/gcj_write_once_run_anywhere_at_its_finest.html</link>
      <description>A tragic true tale of lies and deception, abandonment and hope of running the same Java application server and deployed application binaries on different JVMs.</description>
      <category>java</category>
      <category>opinion</category>
      <category>standards</category>
      <category>unix-linux</category>
      <pubDate>Wed, 22 May 2013 14:35:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972579.html</guid>
      <dc:creator>b.m</dc:creator>
      <dc:date>2013-05-22T14:35:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/gcj_write_once_run_anywhere_at_its_finest.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972579.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A tragic true tale of lies and deception, abandonment and hope of running the same Java application server and deployed application binaries on different JVMs.<br/><br/><a href='http://www.dzone.com/links/rss/gcj_write_once_run_anywhere_at_its_finest.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972579' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972579</dz:linkId>
      <dz:submitDate>2013-05-22T14:35:34Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>89</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972579.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>b.m</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/310113.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Useful Eclipse Plugins that didn't made it to the Top 10 list</title>
      <link>http://www.dzone.com/links/r/useful_eclipse_plugins_that_didnt_made_it_to_the_2.html</link>
      <description>List of Useful Eclipse Plugins that didn't made it to the Top 10 list</description>
      <category>eclipse</category>
      <category>java</category>
      <category>open source</category>
      <category>opinion</category>
      <pubDate>Wed, 22 May 2013 14:15:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972551.html</guid>
      <dc:creator>Javin_Paul</dc:creator>
      <dc:date>2013-05-22T14:15:29Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/useful_eclipse_plugins_that_didnt_made_it_to_the_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972551.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>List of Useful Eclipse Plugins that didn't made it to the Top 10 list<br/><br/><a href='http://www.dzone.com/links/rss/useful_eclipse_plugins_that_didnt_made_it_to_the_2.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972551' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972551</dz:linkId>
      <dz:submitDate>2013-05-22T14:15:29Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>104</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972551.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Javin_Paul</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1131839.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>AppDynamic Profiler Installation</title>
      <link>http://www.dzone.com/links/r/appdynamic_profiler_installation.html</link>
      <description>This article explains how to configure AppDynamics Profiler (Free version - sufficient for low level analysis) for your web application. Problmes that I faced and their resolutions. With AppDynamic profiler we can get method level details, queries fired and hot spots</description>
      <category>java</category>
      <pubDate>Wed, 22 May 2013 13:59:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972541.html</guid>
      <dc:creator>Ramandeep Singh</dc:creator>
      <dc:date>2013-05-22T13:59:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/appdynamic_profiler_installation.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972541.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article explains how to configure AppDynamics Profiler (Free version - sufficient for low level analysis) for your web application. Problmes that I faced and their resolutions. With AppDynamic profiler we can get method level details, queries fired and hot spots<br/><br/><a href='http://www.dzone.com/links/rss/appdynamic_profiler_installation.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972541' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972541</dz:linkId>
      <dz:submitDate>2013-05-22T13:59:38Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>60</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972541.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rsarneja1974@gmail.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1146087.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to configure jscharts for web application</title>
      <link>http://www.dzone.com/links/r/how_to_configure_jscharts_for_web_application.html</link>
      <description>This article explains how to configure jschart for your web applications on tomcat server</description>
      <category>java</category>
      <pubDate>Wed, 22 May 2013 13:50:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972535.html</guid>
      <dc:creator>Ramandeep Singh</dc:creator>
      <dc:date>2013-05-22T13:50:55Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_configure_jscharts_for_web_application.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972535.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article explains how to configure jschart for your web applications on tomcat server<br/><br/><a href='http://www.dzone.com/links/rss/how_to_configure_jscharts_for_web_application.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972535' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972535</dz:linkId>
      <dz:submitDate>2013-05-22T13:50:55Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>60</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972535.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rsarneja1974@gmail.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1146087.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Simple vs. Easy: Writing A Generic Code To Avoid Duplication (Representation of Data To Import)</title>
      <link>http://www.dzone.com/links/r/simple_vs_easy_writing_a_generic_code_to_avoid_du.html</link>
      <description>In our batch jobs for data import we had many similar classes for holding the data being imported. Technically they are all different, with different fields, yet conceptually they are all same. I find this conceptual duplication discomforting and have written a single, more generic, class to replace them all, inspired by Clojure's use of generic data structures. The two implementations and a discussions of their pros &amp;amp; cons follows.</description>
      <category>java</category>
      <pubDate>Wed, 22 May 2013 09:10:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972377.html</guid>
      <dc:creator>Jakub Holý</dc:creator>
      <dc:date>2013-05-22T09:10:12Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/simple_vs_easy_writing_a_generic_code_to_avoid_du.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972377.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In our batch jobs for data import we had many similar classes for holding the data being imported. Technically they are all different, with different fields, yet conceptually they are all same. I find this conceptual duplication discomforting and have written a single, more generic, class to replace them all, inspired by Clojure's use of generic data structures. The two implementations and a discussions of their pros &amp; cons follows.<br/><br/><a href='http://www.dzone.com/links/rss/simple_vs_easy_writing_a_generic_code_to_avoid_du.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972377' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972377</dz:linkId>
      <dz:submitDate>2013-05-22T09:10:12Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>84</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972377.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>malyvelky</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/389064.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>OS4L - Inter Portlet Communication(IPC) via Ajax</title>
      <link>http://www.dzone.com/links/r/os4l_inter_portlet_communicationipc_via_ajax.html</link>
      <description>OS4L - Inter Portlet Communication(IPC) via Ajax</description>
      <category>ajax</category>
      <category>java</category>
      <category>javascript</category>
      <category>open source</category>
      <pubDate>Wed, 22 May 2013 08:06:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972297.html</guid>
      <dc:creator>Tejas Kanani</dc:creator>
      <dc:date>2013-05-22T08:06:04Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/os4l_inter_portlet_communicationipc_via_ajax.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972297.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>OS4L - Inter Portlet Communication(IPC) via Ajax<br/><br/><a href='http://www.dzone.com/links/rss/os4l_inter_portlet_communicationipc_via_ajax.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972297' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972297</dz:linkId>
      <dz:submitDate>2013-05-22T08:06:04Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>68</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972297.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>tkanani</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1087529.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Through the eyes of sonar : equals and hashCode.</title>
      <link>http://www.dzone.com/links/r/through_the_eyes_of_sonar_equals_and_hashcode.html</link>
      <description>Theory and gotchas to implement equals and hashCode methods.</description>
      <category>java</category>
      <category>tools</category>
      <pubDate>Wed, 22 May 2013 05:50:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972309.html</guid>
      <dc:creator>mestachs</dc:creator>
      <dc:date>2013-05-22T05:50:41Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/through_the_eyes_of_sonar_equals_and_hashcode.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972309.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Theory and gotchas to implement equals and hashCode methods.<br/><br/><a href='http://www.dzone.com/links/rss/through_the_eyes_of_sonar_equals_and_hashcode.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972309' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972309</dz:linkId>
      <dz:submitDate>2013-05-22T05:50:41Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>105</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972309.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mestachs</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/325209.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

