You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Glen Mazza <gl...@yahoo.com> on 2002/07/01 13:48:52 UTC

Re: Struts Examples

The Struts book being reviewed at the ServerSide
(http://www.theserverside.com/resources/strutsreview.jsp)
has a good example using Struts V1.1 in Chapter 3. 
Sample code is given to work with.  I'm looking at it
now.

Only issue is that they've divided the Java packages
not by functionality (login, search, transaction,
etc.), etc., but by class of behavior (form, action,
view, etc.)  Earlier postings on this ML have
indicated that this is not the best design, as it
limits class reuse.

Glen

> -----Original Message-----
> From: Manish_Purang
[mailto:Manish_Purang@satyam.com]
> Sent: Sunday, June 30, 2002 5:24 AM
> To: struts-user@jakarta.apache.org
> Subject: Struts Examples
>
>
> Hi,
>
> Where can i find examples or sample codes for Struts
framework. I
> basically
> new to Struts and want to get more info through such
examples.
> Any suggestions..?
>
> Regards,
>
******************************************************************


_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Struts Examples

Posted by Chuck Cavaness <ch...@attbi.com>.
Glen,
Thanks for mentioning my example in chapter 3. In the chapter on packaging, 
I mention the different ways that you might want to package your classes 
and the pros and cons of each way. That chapter is finished, just not 
posted yet. I wanted to provide an example of each way. As you said, the 
example in chapter 3 illustrates one approach. The Storefront application 
that runs from chapter 4 to the end of the book, is packaged by 
functionality (e.g. catalog, order, security, framework...).

Just wanted to point that out.

Chuck

At 06:48 AM 7/1/2002 -0500, you wrote:
>The Struts book being reviewed at the ServerSide
>(http://www.theserverside.com/resources/strutsreview.jsp)
>has a good example using Struts V1.1 in Chapter 3.
>Sample code is given to work with.  I'm looking at it
>now.
>
>Only issue is that they've divided the Java packages
>not by functionality (login, search, transaction,
>etc.), etc., but by class of behavior (form, action,
>view, etc.)  Earlier postings on this ML have
>indicated that this is not the best design, as it
>limits class reuse.
>
>Glen
>
> > -----Original Message-----
> > From: Manish_Purang
>[mailto:Manish_Purang@satyam.com]
> > Sent: Sunday, June 30, 2002 5:24 AM
> > To: struts-user@jakarta.apache.org
> > Subject: Struts Examples
> >
> >
> > Hi,
> >
> > Where can i find examples or sample codes for Struts
>framework. I
> > basically
> > new to Struts and want to get more info through such
>examples.
> > Any suggestions..?
> >
> > Regards,
> >
>******************************************************************
>
>
>_________________________________________________________
>Do You Yahoo!?
>Información de Estados Unidos y América Latina, en Yahoo! Noticias.
>Visítanos en http://noticias.espanol.yahoo.com
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>