My replies refer to Pyramid (a newer framework that is part of the Pylons Project) as opposed to Pylons (an older web framework, also part of the Pylons Project).
On Mon, 2011-10-10 at 18:38 -0700, jpburbank wrote: > Long time developer of Zope 1, 2, and 3 and completely done with it. > I'm looking at other frameworks and Pylons seems a good candidate. It > did until I started to come across references to use of ZCML in > Pylons. Is this so. Is ZCML used in Pylons proper? https://docs.pylonsproject.org/projects/pyramid/1.2/designdefense.html#pyramid-encourages-use-of-zcml In other words, no. > Does it also use > the component architecture of Zope 3. https://docs.pylonsproject.org/projects/pyramid/1.2/designdefense.html#pyramid-uses-a-zope-component-architecture-zca-registry In other words, yes, but it's not exposed to app developers. - C -- 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.
