Jay Strauss:
> What does that mean "aimed at enterprise apps"? Can you give me some
> examples of how Catalyst and Maypole address enterprise apps differently?
Yes, it's much more about clean separation and modularity, think
Rubberband done right. ;)
Multiple Controllers, Models and Views make it easy to define and
distribute tasks to members of your team.
Many base classes for components like Catalyst::Model::CDBI,
Catalyst::Model::Plucene, Catalyst::View::TT,
Catalyst::View::REST::YAML, Catalyst::REST::XML...
A reworked very clean API which is a bit similar to Tomcat's, with
cookie, header, upload, redirect...
Helpers for debugging and profiling.
Many design patterns like "Chain of Responsibility", Decorators,
Filters... are simple to apply.
Simple flow control for easier maintenance.
Hope thats enough... ;)
-- sebastian_______________________________________________ maypole mailing list maypole at lists.netthink.co.uk http://lists.netthink.co.uk/listinfo/maypole
This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:57 GMT