There are a number of tutorials listed on the Struts web site.
http://jakarta.apache.org/struts/resources/tutorials.html
In particular Rick Reumann's is pretty good.

There's also an Eclipse how-to at
http://jakarta.apache.org/struts/faqs/eclipse.html
If you're working with Tomcat and Eclipse, you should also get the
Sysdeo plugin which lets you run your web apps from within Eclipse.
http://www.sysdeo.com/eclipse/tomcatPlugin.html


For reference you could start with
Struts User Guide:
http://jakarta.apache.org/struts/userGuide/index.html
Javadoc: http://jakarta.apache.org/struts/api/
DTD: http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd (lots
of comments)

Note: the online Javadoc version is for the nightly build, if you want
the Javadoc for Struts 1.1 look in struts-documentation.war in the
Struts download.

Hope that gets you started.

(BTW, this is really a topic for the struts-user mailing list)

Steve


> -----Original Message-----
> From: Gord Busse [mailto:[EMAIL PROTECTED]
> Sent: November 6, 2003 12:36 PM
> To: Tomcat-Users List
> Subject: Struts Tutorial?
>
>
> Greetings,
>
> First of all, I apologize if I should not be posting this here.
>
> I am looking for a very good newbie level tutorial for someone just
> starting out with Struts. Ideally, in a perfect world, it
> would be nice
> if the tutorial covered the following:
>
> -          How to use Eclipse to build a Struts based web application
> that works with data in a MySQL database using the MySQL JDBC driver.
> The application will be tested on and eventually hosted on a Tomcat
> based server.
> -          It would be nice if it also contained descriptions of all
> Struts classes and methods.
>
> If any such tutorial exists I would love to hear about it. Or if there
> are several tutorials that altogether would describe all of the above
> that would be great too.
>
> Thanx very much in advance.
> Gordo
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



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

Reply via email to