<?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>Christophe Coenraets &#187; hibernate</title>
	<atom:link href="http://coenraets.org/blog/category/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog</link>
	<description>Rich Internet Applications, Flex, AIR, Java, Android</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Flex Test Drive Server for Java Developers (Tomcat-based)</title>
		<link>http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/</link>
		<comments>http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 17:53:48 +0000</pubDate>
		<dc:creator>Christophe Coenraets</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[hibernate]]></category>

		<guid isPermaLink="false">http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/</guid>
		<description><![CDATA[I have been working on a Tomcat-based “Flex Test Drive Server”. The Test Drive Server is a minimal and ready-to-use version of Tomcat (currently version 5.5.20) in which the Flex Data Services (version 2.0.1) WAR file has already been deployed and configured along with a variety of tutorials and sample applications. It allows you to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a Tomcat-based “Flex Test Drive Server”. The Test Drive Server is a minimal and ready-to-use version of Tomcat (currently version 5.5.20) in which the Flex Data Services (version 2.0.1) WAR file has already been deployed and configured along with a variety of tutorials and sample applications. It allows you to get up and running integrating Flex with Java back-ends in a matter of minutes. Download fds-tomcat.zip, expand the file, and run&#8230;</p>
<p>The Test Drive Server includes:</p>
<ol>
<li>An updated version of my 30 minutes Test drive for Java developers</li>
<li>A brand new Flex Data Management Services tutorial</li>
<li>Flex/Spring integration samples running &#8220;out-of-the-box&#8221;</li>
<li>Flex/Hibernate integration samples running &#8220;out-of-the-box&#8221;</li>
<li>Flex/JMS integration samples (JMS powered by ActiveMQ) running &#8220;out-of-the-box&#8221;</li>
<li>A new version of my Real Time Market Data application with advanced messaging features: Java API (no JMS in this version), subtopics, etc.</li>
<li>Collaboration Dashboard</li>
</ol>
<p><span id="more-19"></span></p>
<h5>Installation Instructions</h5>
<ol>
<li>Proceed to the Test Drive Server <a href="/download/fds-tomcat.zip">download page</a></li>
<li>Expand fds-tomcat.zip
<p>NOTE: The instructions in the documentation assume that you expand fds-tomcat in your root directory. You can expand fds-tomcat anywhere else. Just make sure you adjust the path in the samples and tutorial instructions accordingly.
</li>
<li>Open install.htm in the fds-tomcat directory for information on running the Test Drive Server.</li>
</ol>
<p>Disclaimer: The Test Drive Server is currently not an officially supported product. I’ll of course do my best to answer your questions, and your feedback is very much appreciated. It is intended to allow Java Developers to quickly evaluate or/and get started with Flex in a Java environment.</p>
<p>ERRATA: On page 4 in the tutorial PDF: “On the Java Settings page, specify fdms-tomcat/classes as the Default output folder, and click Finish”. The name of the folder is incorrect: it should read: Specify “fds-tomcat/classes” as the Default output folder (The screen shot is correct).</p>
<h5>More Info</h5>
<p>The Flex Test Drive Server includes the following products, frameworks, and libraries (All these products are configured to work together “out-of-the-box” when you install the Test Drive Server) :</p>
<ul>
<li><a href="http://tomcat.apache.org/">Tomcat</a> 5.5.20</li>
<li><a href="http://www.adobe.com/products/flex/dataservices/">Flex Data Services</a> (FDS 2.0.1)</li>
<li><a href="http://jotm.objectweb.org/">JOTM</a> (JTA implementation)
<p>The Flex Data Management Services leverage the Java Transaction API (JTA). Because<br />
      Tomcat doesn&rsquo;t provide a JTA implementation, the Test Drive Server includes JOTM (an open source implementation of the Java Transaction API).  You don&#8217;t need JOTM if your application server implements the full Java EE stack.</p>
</li>
<li><a href="http://www.activemq.org">ActiveMQ</a> (JMS implementation)
<p>The Flex Data Services integrate with JMS (see integration examples in the Test Drive Server). Because Tomcat doesn&#8217;t provide a JMS implementation, we use ActiveMQ (an open-source JMS provider) as part of this Test Drive Server. You don&#8217;t need ActiveMQ if your application server implements the full Java EE stack, or if your application doesn&#8217;t use JMS.</p>
</li>
<li><a href="http://www.springframework.org/">Spring</a> 2
<p>Flex integrates with the Spring framework through the Flex SpringFactory (see integration examples in the Test Drive Server). Spring 2 is part of the Flex Test Drive Server to demonstrate this Flex/Spring integration.</p>
</li>
<li><a href="http://www.hibernate.org/">Hibernate</a> 3.2
<p>Flex integrates with the Hibernate through the Flex HibernateAssembler(see integration examples in the Test Drive Server). Hibernate is part of the Flex Test Drive Server to demonstrate this Flex/Hibernate integration.</p>
</li>
<li><a href="http://hsqldb.org/">HSQLDB</a> 1.8
<p>To allow you to run the tutorial &ldquo;out-of-the-box&rdquo; without setting up a database, the Test Drive server<br />
      includes an HSQLDB database. HSQLDB is a lightweight Java RDBMS that is particularly well<br />
      suited to run samples. hsqldb.jar (in [tomcat_root]\webapps\ROOT\WEB-INF\lib) includes both<br />
      the RDBMS engine and the JDBC driver. The HSQLDB database server is automatically started as part of the Tomcat startup process.</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/feed/</wfw:commentRss>
		<slash:comments>156</slash:comments>
		</item>
	</channel>
</rss>
