Re: Action Granularity

2004-09-21 Thread Andrew Close
Frank, On Tue, 21 Sep 2004 15:03:32 -0400 (EDT), Frank W. Zammetti (MLists) <[EMAIL PROTECTED]> wrote: > I find the bigger debate, which there was a thread about a day or two ago, > is how you actually package it... Do you just have a single package for > all your actions or do you sub-group the

Re: Action Granularity

2004-09-21 Thread Frank W. Zammetti (MLists)
I've MOSTLY fell on the side of the one Action per use case way of thinking. There have been instances where I did the multiple functions in a single Action, but generally not. One production app I did here has something on the order of 400 Actions. Kind of a lot I think :) I'm not sure if it m

Re: Action Granularity

2004-09-21 Thread Andrew Close
Hi, i'm pretty new to the Struts arena, but since you're looking for general info i can lend my .02. ;) On Tue, 21 Sep 2004 15:49:34 -0300, Felipe Victolla <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to know the opinion of the another developers of this list with your > experience in modelli

Action Granularity

2004-09-21 Thread Felipe Victolla
Hi, I want to know the opinion of the another developers of this list with your experience in modelling the struts Action classes. What's the ideal point of Action classes granularity? One approach is building one Action for each Use Case. Example: NewUserAction, EditUserAction, ListUserAction