Re: [OT] Help in Application Design

2005-05-04 Thread Michael Jouravlev
If you prefer to have one page/one object paradigm and to submit page to itself, you might want to do it in JSF. If you prefer front controller paradigm which Struts uses, then you might want to move all code from JSPs into business classes, which are called from Struts actions, and to transform yo

Re: [OT] Help in Application Design

2005-05-04 Thread Vic Cekvenich (netsql)
look at tiles section of struts books .V Richard Reyes wrote: Hi Guys, I have been task to maintain several jsp web applicatiohumonguosns. Each application has about 15 humonguos jsp's. Their original designs are to submit jsp pages to itself so each jsp contains large volumes of java codes. From t

[OT] Help in Application Design

2005-05-04 Thread Richard Reyes
Hi Guys, I have been task to maintain several jsp web applicatiohumonguosns. Each application has about 15 humonguos jsp's. Their original designs are to submit jsp pages to itself so each jsp contains large volumes of java codes. >From time to time a new feature request comes and there comes the