in reply to Web presentation patterns, MVC, and reinventing the wheel

This is just my opinion, but I never really liked Mason, or TTK because the format of where and how the tags were called still seemed to code-like. I migrated towards AxKit. For me personally, it seems to have the best seperation of the MVC layers, and since it is based on XML, the template tags (taglib tags) were cleaner since they looked just like the XML/HTML used for the rest of the template.

  • Comment on Re: Web presentation patterns, MVC, and reinventing the wheel