For what its worth, I was confused as to where to start also. I got
"Jakarta Struts for Dummies" and read that. I had to use Struts 1.1,
because the book is written for 1.1 ... From what I've read there is a
lot of changes from 1.x to 2.x, but this will give you a good starting
point. I thought the book is very good, and pretty inexpensive since its
so old. All the interrelationships between all these components are
explained very well. 

Mike

-----Original Message-----
From: Vinay Nagrik [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 25, 2008 10:40 AM
To: Struts Users Mailing List
Subject: Re: Building First strut

I am using struts2.0.11.1.

I am thoroughly confused about the configuration and where goes what.
like .java, .jsp, struts.xml, and web.xml.  And what to write in
struts.xml and web.xml.  What do the top two lines in these two .xml
mean.

Thanks.



On 4/24/08, aum strut <[EMAIL PROTECTED]> wrote:
>
> Wes is right without information about the version its very hard to 
> put any comments on this,
>
> On 4/25/08, Wes Wannemacher <[EMAIL PROTECTED]> wrote:
> >
> > Which version of struts are you using? Struts 1 and Struts 2 are 
> > very different.
> >
> > -Wes
> >
> > On Thu, 2008-04-24 at 17:48 -0700, Vinay Nagrik wrote:
> > > Hello Group,
> > >
> > > I am working with struts and following is what I have done
already.
> > >
> > > 1. Downloaded tomcat, configured it, and it is running alright.
> > >
> > > 2. Downloaded struts unzipped, untarred it and copied necessary 
> > > .jar
> > files
> > > from this directory into tomcat WEB-INF/lib directory.
> > >
> > > 3. Built web.xml for HelloWorld example and placed it under
WEB-INF.
> > >
> > > 4. Built struts.xml file for HelloWorld and placed it under
> > WEB-INF/classes
> > > directory.
> > >
> > > 5. Wrote HelloWorld.java and compiled it.
> > >
> > > I am stuck here.
> > >
> > > Questions
> > >
> > > Where to put HelloWorld.java, HelloWorld.jsp.
> > >
> > > I downloaded Maven to work with struts but it did not compile for 
> > > lack
> of
> > > pom.xml. And there is no good example available. I copied the one 
> > > on
> the
> > > internet, but
> > >
> > > Neither
> > >
> > > mvn clean install
> > >
> > > nor
> > > mvn install
> > >
> > > will compile
> > >
> > > How do I create the .war files.
> > >
> > > I need to start my first strut example and I will appreciate any
help.
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>



--
Thanks

Nagrik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to