RE: Struts 2 sample: Hello World (Maven & Ant)

2009-03-02 Thread Mike Finney
z.len...@googlemail.com] Sent: Monday, March 02, 2009 6:00 AM To: Struts Users Mailing List Subject: Re: Struts 2 sample: Hello World (Maven & Ant) I think it will be even better to start from scratch with Struts2 archetype [1] [1] http://struts.apache.org/2.1.6/docs/struts-maven-archetypes.html Regards -

Re: Struts 2 sample: Hello World (Maven & Ant)

2009-03-02 Thread Lukasz Lenart
I think it will be even better to start from scratch with Struts2 archetype [1] [1] http://struts.apache.org/2.1.6/docs/struts-maven-archetypes.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-un

Re: Struts 2 sample: Hello World (Maven & Ant)

2009-03-02 Thread Nils-Helge Garli Hegvik
The Struts 2 Maven 2 examples follows general Maven 2 web application guidelines. I agree that the guide could be clearer, but a good starting point would be to read some Maven 2 web application tutorials [1]. Nils-H [1] - http://www.google.com/search?q=maven+2+web+application On Mon, Mar 2, 200

Struts 2 sample: Hello World (Maven & Ant)

2009-03-02 Thread manofspider
Hi all, I am trying Struts 2 with Maven 2: Simple Setup: http://struts.apache.org/2.1.6/docs/simple-setup.html Hello World: http://struts.apache.org/2.1.6/docs/hello-world.html But the Hello World sample is not completely clear for beginner: - where to place files: HelloWorld.jsp, HelloWorld.j