[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: struts practices.



Here're my $0.02 

I've used Struts framework and also used Turbine/Torque and Velocity. 
I'd say Struts with Torque and/or Velocity is a killer design approach (In the 
good sense ;-)). 
Once you "get used" to this pattern of development you'd appreciate the extra 
coding, but, the trade off is the modularity and "stick with the standard" 
approach. Struts preach a clear Model2 approach.

Anyway, just like IDEs it's matter of personal choice. No firing here please ;-)

Here are some pointers:
http://javaboutique.internet.com/tutorials/Struts/
Turbine: http://jakarta.apache.org/turbine/ 
Velocity http://jakarta.apache.org/velocity/ 

HTH.....

Thanks and BR, 
--Kamesh Challa



Quoting Matthew Thebert <matthewthebert@greeneconsults.com>:

> I'm in the process of trying to use the Struts framework in a project I
> have been working on for a while and found this page to contain some
> excellent free reading on Struts with examples.
> 
> http://jakarta.apache.org/struts/resources/1st.html
> 
> 
> 
> -----Original Message-----
> From: Poorav Chaudhari [mailto:pooravc@yahoo.com] 
> Sent: Thursday, March 27, 2003 1:24 PM
> To: ajug-members@ajug.org
> Subject: struts practices.
> 
> i am using struts framework for my application and have run into some
> design
> issues. is there a good read out there that discusses design issues with
> examples in detail. i am not that concerned about implementation as much
> as
> design. for example to me it seems like to stick to the struts
> framework,
> passing basic information to jps, requires a lot of different objects to
> be
> created. ActionForm beans, action servlets, at the least, and usually an
> class
> to handle some business rules (would that be a bean as well?) my
> understanding
> of the whole thing might be a bit off, and would like your input on this
> and
> suggestions of what i should read, preferably online and free! (i am
> cheap!!)
> 
> Thanks
> 
> =====
> Poorav Chaudhari
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> 
>