For CRUD (create, restore, update, delete) I would use a DispatchAction for each object.
2005/12/27, Xavier Vanderstukken <[EMAIL PROTECTED]>: > I need your help to design my web application using struts and hibernate. > I have several classes to save/delete/update (like user, category, > project,...). > > I dont know what is the best pattern to use : > - 1action per object and all the operations(save,update,delete) in the > same action > - only one action for all the objects and all the operations > - one action per operation (number of object * number of operation --> > lot of actions, mapping and forms) > - another pattern > > Thanks for your advices > > --------------------------------------------------------------------- > 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]