<?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"
	>
<channel>
	<title>Comments on: Struts 2</title>
	<atom:link href="http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/</link>
	<description>*four o'clock in the afternoon - the time when you begin broiling things for dinner</description>
	<pubDate>Mon,  1 Dec 2008 20:02:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: â€™Twas Brillig* &#187; Blog Archive &#187; Struts 2 with Maven</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-567</link>
		<dc:creator>â€™Twas Brillig* &#187; Blog Archive &#187; Struts 2 with Maven</dc:creator>
		<pubDate>Thu, 22 Mar 2007 23:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-567</guid>
		<description>[...] Gaz&#8217;s help I&#8217;ve setup a basic Struts 2 project using Maven and NetBeans - I seem to have lost the [...]</description>
		<content:encoded><![CDATA[<p>[...] Gaz&#8217;s help I&#8217;ve setup a basic Struts 2 project using Maven and NetBeans - I seem to have lost the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boz</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-473</link>
		<dc:creator>Boz</dc:creator>
		<pubDate>Thu, 22 Mar 2007 08:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-473</guid>
		<description>rescued it - akismet normally does a good job, although with most of the comments I get being spam :( it hasn't had much non-spam to process.

Hopefully, I'll give the Maven stuff a whirl later.</description>
		<content:encoded><![CDATA[<p>rescued it - akismet normally does a good job, although with most of the comments I get being spam <img src='http://www.stevebosman.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> it hasn&#8217;t had much non-spam to process.</p>
<p>Hopefully, I&#8217;ll give the Maven stuff a whirl later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaZ</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-378</link>
		<dc:creator>GaZ</dc:creator>
		<pubDate>Wed, 21 Mar 2007 16:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-378</guid>
		<description>? think my previous comment was swallowed by spam filter...!</description>
		<content:encoded><![CDATA[<p>? think my previous comment was swallowed by spam filter&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaZ</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-377</link>
		<dc:creator>GaZ</dc:creator>
		<pubDate>Wed, 21 Mar 2007 16:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-377</guid>
		<description>? Hmm... it should download the struts2 libraries when you create the project from the archetype, using their custom repo (http://people.apache.org/repo/m2-snapshot-repository)

But yeah, the Netbeans plugin for Maven did seem a bit strange when I tried it.  Try the following (assuming you've installed Maven and it's in your PATH):

1. Create the project: mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.5-SNAPSHOT -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository

2. Change to the newly-created "tutorial" directory and type: mvn netbeans-freeform:generate-netbeans-project (from http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html)
This should create a directory for the netbeans project file and all that "extra stuff" netbeans uses. 
Or, if you have an evaluation copy of IntelliJ, try "mvn idea:idea" :)

All the dependent libraries (i.e. struts2, etc.) should be downloaded to your local repository when you create the netbeans project (well, they were when I created the IDEA ones)...</description>
		<content:encoded><![CDATA[<p>? Hmm&#8230; it should download the struts2 libraries when you create the project from the archetype, using their custom repo (http://people.apache.org/repo/m2-snapshot-repository)</p>
<p>But yeah, the Netbeans plugin for Maven did seem a bit strange when I tried it.  Try the following (assuming you&#8217;ve installed Maven and it&#8217;s in your PATH):</p>
<p>1. Create the project: mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.5-SNAPSHOT -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository</p>
<p>2. Change to the newly-created &#8220;tutorial&#8221; directory and type: mvn netbeans-freeform:generate-netbeans-project (from <a href="http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html" rel="nofollow">http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html</a>)<br />
This should create a directory for the netbeans project file and all that &#8220;extra stuff&#8221; netbeans uses.<br />
Or, if you have an evaluation copy of IntelliJ, try &#8220;mvn idea:idea&#8221; <img src='http://www.stevebosman.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All the dependent libraries (i.e. struts2, etc.) should be downloaded to your local repository when you create the netbeans project (well, they were when I created the IDEA ones)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boz</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-354</link>
		<dc:creator>Boz</dc:creator>
		<pubDate>Wed, 21 Mar 2007 12:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-354</guid>
		<description>Agreed Struts 2 looks a lot better than the "interesting" variant we use.

I couldn't get the maven integration working right in netbeans - I guess I need to load struts 2 into the maven repository, I guess that ought to be my next step.</description>
		<content:encoded><![CDATA[<p>Agreed Struts 2 looks a lot better than the &#8220;interesting&#8221; variant we use.</p>
<p>I couldn&#8217;t get the maven integration working right in netbeans - I guess I need to load struts 2 into the maven repository, I guess that ought to be my next step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaZ</title>
		<link>http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-353</link>
		<dc:creator>GaZ</dc:creator>
		<pubDate>Wed, 21 Mar 2007 12:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevebosman.co.uk/blog/2007/03/20/struts-2/#comment-353</guid>
		<description>Yarr! Struts2 be a thing of much beauty (compared to the sea-hag that is our Struts usage at work ;))

Did you try using the maven archetype when getting the helloworld example running? Tiz a good example of how much easier Maven can make things :)

See http://struts.apache.org/2.x/docs/ready-set-go.html</description>
		<content:encoded><![CDATA[<p>Yarr! Struts2 be a thing of much beauty (compared to the sea-hag that is our Struts usage at work ;))</p>
<p>Did you try using the maven archetype when getting the helloworld example running? Tiz a good example of how much easier Maven can make things <img src='http://www.stevebosman.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>See <a href="http://struts.apache.org/2.x/docs/ready-set-go.html" rel="nofollow">http://struts.apache.org/2.x/docs/ready-set-go.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
