Why remove the execute() method? That's the heart of the Command pattern. If you're going to keep the interface (which I would prefer), you should keep the one important element: the execute() method.
Blake > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Jason Carreira > Sent: Wednesday, July 02, 2003 5:20 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] WebWork2, here I come! > > > Amen brother! > > > -----Original Message----- > > From: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 02, 2003 5:17 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [OS-webwork] WebWork2, here I come! > > > > > > IMHO this is just over complicating things. > > > > Regardless of the _removal_ of Action, I'm for removing the > > execute() method and just making it default. > > > > Alias = action class + method name (default to execute()) > > > > Could it get simpler? Why pass URL parameters and all this > > crazy complicated stuff? > > > > M > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Opensymphony-webwork mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork > > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
