<?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</title>
	<atom:link href="http://blog.appliweb.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.appliweb.net</link>
	<description>All dimensions of your web developments</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:20:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 annoying, so I [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/03/netbeans-uses-ant-for-maven-projects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing the Ultimate Form &#8211; Part 2</title>
		<link>http://blog.appliweb.net/2010/03/writing-the-ultimate-form-part-2/</link>
		<comments>http://blog.appliweb.net/2010/03/writing-the-ultimate-form-part-2/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:21:52 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[icefaces]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[seam]]></category>
		<category><![CDATA[ultimate]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=262</guid>
		<description><![CDATA[Basic error handling
Seam, JSF and Java all team up together to help developers in displaying error messages to the user.
JSF provides the basis, with the FacesMessage mechanism. Anywhere in your code, you can create FacesMessages, and add them to a FacesMessages object. Then, when the next page displays, the error messages are displayed to the user.
You [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/03/writing-the-ultimate-form-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing the ultimate form</title>
		<link>http://blog.appliweb.net/2010/02/writing-the-ultimate-form/</link>
		<comments>http://blog.appliweb.net/2010/02/writing-the-ultimate-form/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:50:11 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[icefaces]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[seam]]></category>
		<category><![CDATA[ultimate]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=255</guid>
		<description><![CDATA[Using Seam, JSF and IceFaces, I&#8217;m trying to write THE form.
I mean, even the basic stuff like a good form is not easy to do, and we&#8217;re experiencing some troubles in our project.
So I decided to try to write the &#171;&#160;perfect&#160;&#187; and &#171;&#160;working in all cases&#160;&#187; form.
What features are needed ?

Input must be validated. A [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/02/writing-the-ultimate-form/feed/</wfw:commentRss>
		<slash:comments>0</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 + Linux + [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2010/02/datanucleus-maven-plugin-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fragmented Java or no Java ?</title>
		<link>http://blog.appliweb.net/2009/06/fragmented-java-or-no-java/</link>
		<comments>http://blog.appliweb.net/2009/06/fragmented-java-or-no-java/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:14:10 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=73</guid>
		<description><![CDATA[I&#8217;ve just read the last interview from Gosling - See here.
With his usual straight-to-the-point language, he expressed concern about Google and the free Android. Basically, his point is that, as any operator can modify Android, you will have different versions of it and a hard time making your Android application work on all phones.
He&#8217;s right.
But [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/06/fragmented-java-or-no-java/feed/</wfw:commentRss>
		<slash:comments>1</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 by [...]]]></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. Simply right-click [...]]]></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>Android Game Development #3: Games specific</title>
		<link>http://blog.appliweb.net/2009/04/android-game-development-3-games-specific/</link>
		<comments>http://blog.appliweb.net/2009/04/android-game-development-3-games-specific/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 22:47:19 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=83</guid>
		<description><![CDATA[In this third installment of the Android Game Development series, I&#8217;ll try to explain how to construct the project. I know the LunaLander sample directly uses thread and SurfaceHolder.Callback, but my first goal is simply to display an image, I will complexify later.
Games don&#8217;t use Views
In Android, most of the games don&#8217;t really use the [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/04/android-game-development-3-games-specific/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Game Development #2: Discovering</title>
		<link>http://blog.appliweb.net/2009/03/android-game-development-2-discovering/</link>
		<comments>http://blog.appliweb.net/2009/03/android-game-development-2-discovering/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:41:40 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=85</guid>
		<description><![CDATA[Welcome into part 2 of the Android blog series !
Today, I will try to explain the concepts I discovered when creating the project.
Finding a Sample:
When trying new libraries or new functionalities, I always try to find sample code I can analyse and copy to my own project. Fortunately, Android project pages contains such samples.
One of [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/03/android-game-development-2-discovering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Game Development #1: The project</title>
		<link>http://blog.appliweb.net/2009/03/android-game-development-1-the-project/</link>
		<comments>http://blog.appliweb.net/2009/03/android-game-development-1-the-project/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:40:21 +0000</pubDate>
		<dc:creator>gcollin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://blog.appliweb.net/?p=87</guid>
		<description><![CDATA[As a side project, I&#8217;m trying to develop a small game in Android.
As you know, Android is the new open source platform, designed by Google, for smartphones.
It is based on Linux, and the language used to develop applications on it is Java. So I decided to try to develop a small application for it: A [...]]]></description>
		<wfw:commentRss>http://blog.appliweb.net/2009/03/android-game-development-1-the-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
