As with most interfaces in Stripes, most of the time you'll benefit from extending the default implementation class, e.g. DefaultExceptionHandler. Only if you really don't want to inherit from the default functionality will you implement the interface "from scratch", e.g. ExceptionHandler.
Cheers, Freddy http://www.stripesbook.com On Wed, 4 Feb 2009 13:29:45 -0800 (PST), "AK" <[email protected]> said: > Per Sec. 13.1 in Freddy's Stripes 1.5 Book, I'm trying to figure out the > dis/advantages of ExceptionHander over DefaultExceptionHandler (and > vice-versa) and which one to use in which situation. > > Thx in advance. > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and > code to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications > today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
