I'm not an authority on the matter but I'll respond anyways. Note that I will probably over generalize and water down things, and may be plain wrong but it should help give you some idea anyways.
pyramid is basically a renamed repoze.bfg, which was a framework made by the zope folks in an attempt to take useful things from zope and make them easier to use. I'd say they've done a wonderful job, since as of about 3 months ago I've converted over all my projects to repoze.bfg and now pyramid. Pyramid is basically the future of pylons afaik. But there 'are' controllers, they're just not named such. The current wording is "handlers", which are basically the same as controllers. Hope that helps! William Chambers On Nov 4, 7:44 pm, "Kevin J. Smith" <[email protected]> wrote: > Hi, > > Someone pointed out pyramids to me > (http://docs.pylonshq.com/pyramid/dev/narr/introduction.html) and I am a bit > confused with the relationship between pyramids and pylons. I have been > using pylons for over a year now and have never heard of pyramids (and that > includes passively following this mailing list.) From the page on pyramids > it seems to suggest that pylons post 1.0 will be using pyramids? If so, > statements like "no controllers" kind of frighten me ... and quite frankly > most things that are Zope related frighten me. > > Anybody care to clarify? > > Cheers -- 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.
