<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flex, Spring and BlazeDS: the full stack! ERRATUM</title>
	<atom:link href="http://sebastien-arbogast.com/2008/10/17/flex-spring-and-blazeds-the-full-stack-erratum/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com/2008/10/17/flex-spring-and-blazeds-the-full-stack-erratum/</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:39:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gerbrand van Dieijen</title>
		<link>http://sebastien-arbogast.com/2008/10/17/flex-spring-and-blazeds-the-full-stack-erratum/comment-page-1/#comment-610</link>
		<dc:creator>Gerbrand van Dieijen</dc:creator>
		<pubDate>Wed, 26 Nov 2008 12:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=85#comment-610</guid>
		<description>First of all, many thanks to your posting. The whole stack can be a potential reference for new projects.

After adding the fix I could successfully install the application using a few simple maven commands. Pretty amazing.

The web-application needed mysql driver to start. Although it might be better use a shared jdbc-driver in production, I fixed it by adding the following dependency to the todolist-web project:

        mysql
        mysql-connector-java
        5.0.5


Now I have to set up the database in mysql to have the application functioning as it supposed, but I guess that&#039;s in the previous postings.</description>
		<content:encoded><![CDATA[<p>First of all, many thanks to your posting. The whole stack can be a potential reference for new projects.</p>
<p>After adding the fix I could successfully install the application using a few simple maven commands. Pretty amazing.</p>
<p>The web-application needed mysql driver to start. Although it might be better use a shared jdbc-driver in production, I fixed it by adding the following dependency to the todolist-web project:</p>
<p>        mysql<br />
        mysql-connector-java<br />
        5.0.5</p>
<p>Now I have to set up the database in mysql to have the application functioning as it supposed, but I guess that&#8217;s in the previous postings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

