<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Appliweb &#187; netbeans</title>
	<atom:link href="http://blog.appliweb.net/tag/netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.appliweb.net</link>
	<description>All dimensions of your web developments</description>
	<lastBuildDate>Thu, 10 Jun 2010 10:36:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Netbeans uses Ant &#8211; for Maven projects</title>
		<link>http://blog.appliweb.net/2010/03/netbeans-uses-ant-for-maven-projects/</link>
		<comments>http://blog.appliweb.net/2010/03/netbeans-uses-ant-for-maven-projects/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:20:54 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=278</guid>
		<description><![CDATA[A small think appeared to me today, regarding Netbeans. I noticed that when I run a test for a single file (Right-click on the file, then Test): The first time the test was running ok, but the second time, I had a strange error from Datanucleus, telling me my classes are wrong&#8230;. That was really [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/03/netbeans-uses-ant-for-maven-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Datanucleus maven plugin hell</title>
		<link>http://blog.appliweb.net/2010/02/datanucleus-maven-plugin-hell/</link>
		<comments>http://blog.appliweb.net/2010/02/datanucleus-maven-plugin-hell/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:22:41 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[datanucleus]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=236</guid>
		<description><![CDATA[As Google App. Engine uses a datanucleus plugin for database access, I&#8217;ve now switched to it (and leaved Hibernate). Datanucleus uses bytecode instrumentation for persistance mapping, but not in real time like Hibernate does. Your classes must be enhanced just after compilation. With maven, it&#8217;s not a problem for me, as described here: http://www.datanucleus.org Netbeans [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/02/datanucleus-maven-plugin-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share an xsd with multiple webservices using maven, netbeans, jax-ws and jaxb2</title>
		<link>http://blog.appliweb.net/2009/06/share-an-xsd-with-multiple-webservices-using-maven-netbeans-jax-ws-and-jaxb2/</link>
		<comments>http://blog.appliweb.net/2009/06/share-an-xsd-with-multiple-webservices-using-maven-netbeans-jax-ws-and-jaxb2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:10:09 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=76</guid>
		<description><![CDATA[My work really consist in making different tools and java framework work together. I need to find solutions so that any developper can understand and use them afterwards. This time the project involves developing lots of web services, and some batch treatments accessing to a single and complete business model. The business model is defined [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/06/share-an-xsd-with-multiple-webservices-using-maven-netbeans-jax-ws-and-jaxb2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans compared to IDEA #2. Maven again</title>
		<link>http://blog.appliweb.net/2009/04/using-netbeans-for-an-idea-user/</link>
		<comments>http://blog.appliweb.net/2009/04/using-netbeans-for-an-idea-user/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:09:53 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=79</guid>
		<description><![CDATA[Following the first post about &#171;&#160;using Netbeans for an IDEA user&#160;&#187;, I would like to add some more informations about maven support. Skipping unit tests: Each time I compile my maven project in Netbeans, it runs the unit tests, even for small changes. Fortunately, you can easily tell Netbeans to avoid unit test during compilation. [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/04/using-netbeans-for-an-idea-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans compared to Idea #1. Maven</title>
		<link>http://blog.appliweb.net/2009/03/netbeans-compared-to-idea-1-maven/</link>
		<comments>http://blog.appliweb.net/2009/03/netbeans-compared-to-idea-1-maven/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:27:05 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=89</guid>
		<description><![CDATA[s you may know, I was using the trial version of IntelliJ IDEA to develop Appliweb. Alas, the version expired, so I decided to switch to Netbeans 6.5.1. No I&#8217;m not using Eclipse, because I don&#8217;t like how it is organized. I will try to highlight the differences I see between the 2 IDEs.I&#8217;ll try [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/03/netbeans-compared-to-idea-1-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a Javascript Debugger</title>
		<link>http://blog.appliweb.net/2008/12/finding-a-javascript-debugger/</link>
		<comments>http://blog.appliweb.net/2008/12/finding-a-javascript-debugger/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 10:29:11 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[appliweb]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=112</guid>
		<description><![CDATA[The Appliweb project will involve lots of Javascript development. I&#8217;m not really a fan of Javascript coding, because: - I used to do some in 1997-1998, where it was impossible to write javascript compliant with I.E. and Netscape. Even between same versions of I.E. on different desktop you had a different behavior - No debugger [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2008/12/finding-a-javascript-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
