<?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: 4 steps to add Scala to your Maven Java projects</title>
	<atom:link href="http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/feed" rel="self" type="application/rss+xml" />
	<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 10:28:46 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graham</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-16798</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-16798</guid>
		<description>Good write-up, Daan.
If you were looking to add Spring and Hibernate to what you&#039;ve already got here with Scala and Maven, I&#039;ve written a blog about how to do that (along with some of the problems you might encounter) here:
http://grahamhackingscala.blogspot.com/2010/01/scala-spring-hibernate-maven-webapp-how.html

Cheers,

Graham.</description>
		<content:encoded><![CDATA[<p>Good write-up, Daan.<br />
If you were looking to add Spring and Hibernate to what you&#8217;ve already got here with Scala and Maven, I&#8217;ve written a blog about how to do that (along with some of the problems you might encounter) here:<br />
<a href="http://grahamhackingscala.blogspot.com/2010/01/scala-spring-hibernate-maven-webapp-how.html" rel="nofollow">http://grahamhackingscala.blogspot.com/2010/01/scala-spring-hibernate-maven-webapp-how.html</a></p>
<p>Cheers,</p>
<p>Graham.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Lee</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-8719</link>
		<dc:creator>Kenny Lee</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-8719</guid>
		<description>Thanks for your article.
You can create Scala project with Eclipse Maven PlugIn, too.
Plz, check my article, thanks again.

http://kennyground.blogspot.com/2009/04/create-scala-project-using-eclipse.html</description>
		<content:encoded><![CDATA[<p>Thanks for your article.<br />
You can create Scala project with Eclipse Maven PlugIn, too.<br />
Plz, check my article, thanks again.</p>
<p><a href="http://kennyground.blogspot.com/2009/04/create-scala-project-using-eclipse.html" rel="nofollow">http://kennyground.blogspot.com/2009/04/create-scala-project-using-eclipse.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daan</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-6699</link>
		<dc:creator>Daan</dc:creator>
		<pubDate>Sun, 01 Feb 2009 21:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-6699</guid>
		<description>Hi Josh,

Thanks for the notice! I have updated the post with an alternative Step 1.

- Daan</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Thanks for the notice! I have updated the post with an alternative Step 1.</p>
<p>- Daan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Suereth</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-6605</link>
		<dc:creator>Josh Suereth</dc:creator>
		<pubDate>Sat, 31 Jan 2009 21:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-6605</guid>
		<description>Great article Daan! Just thought I&#039;d mention that if you wanted a project that supported inter-dependencies between Java + Scala, you need to bind the compile and testCompile goals to some phase *before* the java compile and testCompile goals are executed.</description>
		<content:encoded><![CDATA[<p>Great article Daan! Just thought I&#8217;d mention that if you wanted a project that supported inter-dependencies between Java + Scala, you need to bind the compile and testCompile goals to some phase *before* the java compile and testCompile goals are executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web 2.0 Announcer</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-903</link>
		<dc:creator>Web 2.0 Announcer</dc:creator>
		<pubDate>Thu, 27 Nov 2008 16:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-903</guid>
		<description>&lt;strong&gt;4 steps to add Scala to your Maven Java projects...&lt;/strong&gt;

[...]In this tutorial you learn how to integrate Scala in your existing Maven Java projects. From configuring the project’s pom file to adding your first Scala code. &#xD;
Tip: Try to hide this inside a large code commit, and your co-workers wil...</description>
		<content:encoded><![CDATA[<p><strong>4 steps to add Scala to your Maven Java projects&#8230;</strong></p>
<p>[...]In this tutorial you learn how to integrate Scala in your existing Maven Java projects. From configuring the project’s pom file to adding your first Scala code. &amp;#xD;<br />
Tip: Try to hide this inside a large code commit, and your co-workers wil&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daan</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-896</link>
		<dc:creator>Daan</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-896</guid>
		<description>Thanks! This archetype is really useful for people who have no existing Java Maven projects.</description>
		<content:encoded><![CDATA[<p>Thanks! This archetype is really useful for people who have no existing Java Maven projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wright</title>
		<link>http://stuq.nl/weblog/2008-11-26/4-steps-to-add-scala-to-your-maven-java-projects/comment-page-1#comment-895</link>
		<dc:creator>Patrick Wright</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://stuq.nl/?p=191#comment-895</guid>
		<description>Very helpful article.

There&#039;s already a Maven 2 archetype available; from the command-line, use
 mvn archetype:generate

then choose
internal -&gt; scala-archetype-simple (A simple scala project)

I ran this today; the current version of the archetype still points to Scala 2.7.0 (2.7.2 is the latest release), but otherwise it creates a simple sample project and POM to get started with.

I&#039;d recommend thinking about additional useful archetypes which you could submit to the Scala team, for example, a Scala GUI project.
Regards
Patrick</description>
		<content:encoded><![CDATA[<p>Very helpful article.</p>
<p>There&#8217;s already a Maven 2 archetype available; from the command-line, use<br />
 mvn archetype:generate</p>
<p>then choose<br />
internal -&gt; scala-archetype-simple (A simple scala project)</p>
<p>I ran this today; the current version of the archetype still points to Scala 2.7.0 (2.7.2 is the latest release), but otherwise it creates a simple sample project and POM to get started with.</p>
<p>I&#8217;d recommend thinking about additional useful archetypes which you could submit to the Scala team, for example, a Scala GUI project.<br />
Regards<br />
Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
