<?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 links by Eraserman</title>
    <link>http://www.dzone.com/links/users/links/16640.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Sat, 30 Aug 2008 16:52:50 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-08-30T16:52:50Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/user/16640/rss.xml</dz:selfLink>
    <image>
      <title>DZone: 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>Adding "Maven-Like" Dependency Management To NetBeans Projects with Ivy</title>
      <link>http://www.dzone.com/links/rss/adding_mavenlike_dependency_management_to_netbean.html</link>
      <description>When working with Maven projects from NetBeans, some very nice NetBeans features are lost, such as the ability to use the Matisse GUI Builder, developing JSF web applications visually and automatically generating JPA entities from existing database schemas. In this article we explain how to keep all the benefits of Maven without losing NetBeans functionality by integrating Ivy into NetBeans projects.</description>
      <category>how-to</category>
      <category>java</category>
      <pubDate>Mon, 18 Aug 2008 00:45:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/104231.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2008-08-18T00:45:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/adding_mavenlike_dependency_management_to_netbean.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/104231.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> When working with Maven projects from NetBeans, some very nice NetBeans features are lost, such as the ability to use the Matisse GUI Builder, developing JSF web applications visually and automatically generating JPA entities from existing database schemas. In this article we explain how to keep all the benefits of Maven without losing NetBeans functionality by integrating Ivy into NetBeans projects.]]></content:encoded>
      <dz:linkId>104231</dz:linkId>
      <dz:submitDate>2008-08-17T00:21:51Z</dz:submitDate>
      <dz:promoteDate>2008-08-18T00:45:43Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>146</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/104231.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Integrating Maven JSF Projects With Eclipse's WTP</title>
      <link>http://www.dzone.com/links/rss/integrating_maven_jsf_projects_with_eclipses_wtp.html</link>
      <description>This article explains how to make Eclipse 3.3 (Europa) Web Tools Project and a JSF project using Maven as a build tool play nice together.</description>
      <category>eclipse</category>
      <category>frameworks</category>
      <category>java</category>
      <pubDate>Tue, 27 Nov 2007 15:33:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/54460.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2007-11-27T15:33:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/integrating_maven_jsf_projects_with_eclipses_wtp.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/54460.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> This article explains how to make Eclipse 3.3 (Europa) Web Tools Project and a JSF project using Maven as a build tool play nice together.]]></content:encoded>
      <dz:linkId>54460</dz:linkId>
      <dz:submitDate>2007-11-24T15:25:38Z</dz:submitDate>
      <dz:promoteDate>2007-11-27T15:33:11Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>364</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/54460.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Improving NetBeans 6.0 Eclipse Key Bindings</title>
      <link>http://www.dzone.com/links/rss/improving_netbeans_60_eclipse_key_bindings.html</link>
      <description>One nice thing about NetBeans 6 is that it includes Eclipse key bindings by default. This makes the transition from Eclipse a lot easier.&#xD;
&#xD;
Unfortunately not all keyboard shortcuts are mapped properly, at first I thought the unmapped Eclipse shortcuts didn't have equivalents in NetBeans, but as I have been getting more familiar with NetBeans, I have found equivalent for most missing keyboard shortcuts.</description>
      <category>eclipse</category>
      <category>java</category>
      <category>open source</category>
      <category>tools</category>
      <pubDate>Fri, 23 Nov 2007 11:16:44 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/53969.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2007-11-23T11:16:44Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/improving_netbeans_60_eclipse_key_bindings.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/53969.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> One nice thing about NetBeans 6 is that it includes Eclipse key bindings by default. This makes the transition from Eclipse a lot easier.

Unfortunately not all keyboard shortcuts are mapped properly, at first I thought the unmapped Eclipse shortcuts didn't have equivalents in NetBeans, but as I have been getting more familiar with NetBeans, I have found equivalent for most missing keyboard shortcuts.]]></content:encoded>
      <dz:linkId>53969</dz:linkId>
      <dz:submitDate>2007-11-20T22:47:15Z</dz:submitDate>
      <dz:promoteDate>2007-11-23T11:16:44Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>129</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/53969.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Matthias Wessendorf Reviews Wicket</title>
      <link>http://www.dzone.com/links/rss/matthias_wessendorf_reviews_wicket.html</link>
      <description>Matthias Wessendorf (a MyFaces committer) takes a look at Wicket.</description>
      <category>java</category>
      <category>open source</category>
      <category>server</category>
      <pubDate>Tue, 20 Nov 2007 16:56:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/53917.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2007-11-20T16:56:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/matthias_wessendorf_reviews_wicket.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/53917.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Matthias Wessendorf (a MyFaces committer) takes a look at Wicket.]]></content:encoded>
      <dz:linkId>53917</dz:linkId>
      <dz:submitDate>2007-11-20T16:56:56Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>66</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/53917.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Eclipse Veteran Switches To NetBeans</title>
      <link>http://www.dzone.com/links/rss/eclipse_veteran_switches_to_netbeans.html</link>
      <description>After using NetBeans to try out the Woodstock JSF component libraries (and deciding against it), I went back to Eclipse to keep trying additional component libraries. Once back in Eclipse what I thought would have been impossible a few days before actually happened, I started to miss NetBeans.</description>
      <category>eclipse</category>
      <category>java</category>
      <category>opinion</category>
      <category>server</category>
      <pubDate>Sun, 18 Nov 2007 07:03:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/53449.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2007-11-18T07:03:42Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/eclipse_veteran_switches_to_netbeans.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/53449.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> After using NetBeans to try out the Woodstock JSF component libraries (and deciding against it), I went back to Eclipse to keep trying additional component libraries. Once back in Eclipse what I thought would have been impossible a few days before actually happened, I started to miss NetBeans.]]></content:encoded>
      <dz:linkId>53449</dz:linkId>
      <dz:submitDate>2007-11-17T16:59:28Z</dz:submitDate>
      <dz:promoteDate>2007-11-18T07:03:42Z</dz:promoteDate>
      <dz:voteUpCount>20</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>887</dz:clickCount>
      <dz:commentCount>3</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/53449.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>A Java Developer's Review of Fedora 8</title>
      <link>http://www.dzone.com/links/rss/a_java_developers_review_of_fedora_8.html</link>
      <description>I just finished installing Fedora 8. One new feature that really caught my eye is that it includes an unencumbered version of Java, based on OpenJDk, called IcedTea. In addition to IcedTea, Fedora 8 includes a lot of Java software out of the box including Eclipse, Maven, ANT, Tomcat 5, and Jetty, among others.</description>
      <category>java</category>
      <category>unix-linux</category>
      <pubDate>Tue, 13 Nov 2007 06:33:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/52310.html</guid>
      <dc:creator>Eraserman</dc:creator>
      <dc:date>2007-11-13T06:33:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/a_java_developers_review_of_fedora_8.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/52310.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I just finished installing Fedora 8. One new feature that really caught my eye is that it includes an unencumbered version of Java, based on OpenJDk, called IcedTea. In addition to IcedTea, Fedora 8 includes a lot of Java software out of the box including Eclipse, Maven, ANT, Tomcat 5, and Jetty, among others.]]></content:encoded>
      <dz:linkId>52310</dz:linkId>
      <dz:submitDate>2007-11-10T12:52:39Z</dz:submitDate>
      <dz:promoteDate>2007-11-13T06:33:33Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>312</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/52310.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Eraserman</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/16640.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

