As you've noted PHP tends to be monolithic. In python pylons is really good about letting you use what ever you want to build your site, Other Python based programs that come to mind are Turbogears (which is being reimplemented on type of pylons) and dejango are really popular. Although I think dejango is less open about what you use to implement various components. The other big MVC that comes to mind is obviously Ruby/Rails. Don't know what is out there in the windows asp.
On Feb 22, 9:35 am, "Gavin E." <[EMAIL PROTECTED]> wrote: > I'm very impressed with how Pylons embraces this philosophy of > fragmenting all the pieces and using third-party components. (I've > used many PHP MVC frameworks where *everything* is a monolithic > bundle) I love that Pylons embrace an attitude of competition: > * Models: SQLAlchemy, SQLObject, plain old DB-API > * Templating: Mako, Genshi, Jinja, Kid, Cheetah, or whatever you > like - using Buffet > * AJAX: Rails-style WebHelpers based on Prototype, or Mochikit, > jQuery, Dojo, Ext & more > * Request Dispatching: Routes by default, or plug in your favorite > > SO HERE'S MY QUESTION: Is there any other MVC, in any language, which > divides their MVC into more unique/swap-able pieces than Pylons? I > see the future of web-based apps based on these interchangable 3rd > party components. > > hopefully this makes sense to someone out there! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
