--- Ted Husted <[EMAIL PROTECTED]> wrote: > We need to do all the same things for all the same > reasons, but each > of these framework wants to handle common tasks, > like input > validation, data conversion, and text formatting, on > the presentation > layer, and then leave the logic processing as an > exercise to the > developer.
I do not like when framework tries to toi evrything itself - it complicates things. I prefer simple but good tools for concrete tasks, and of course they got to be integrated somehow. My favorite for integration is nanowar ( which can provide foundation to struts too ) - 3 layers of containers which provide different tools for actions and for templating engine. Just drop right tool into right scope and you are fine ( for example string / date formatter, html escaper, URL rewriter etc. ) > > Everyone I talk to agrees that the presentation > layer coding is where > all the time goes. So, the challenge is to keep the > presentation layer > as simple and clean as we can by pushing the > complexity up to the > business control layer. I prefer to eliminate complexity whenever possible. regards, ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Plugins for xdoclet-2 are released. check it out at: http://www.sourceforge.net/projects/xdoclet-plugins/ ----[ http://www.pribluda.de ]------------------------ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]