Zope X3 3.0.1 released!
===
The Zope 3 development team is proud to announce the release of Zope
X3 3.0.1, a bugfix release for the X3.0 series.
This bugfix release is mostly due to the fact that Zope X3.0 is
included in Zope 2.8 and experiencing active integration into Zope 2
I'm about to get working on a project in Zope 3 that will be our first
major project for a paying customer (in fact, our marquee customer and
one of our marquee sites). This project will be replacing an aging
Zope 2 site, which relied heavily on FTP for its content management.
When content is uploa
Announcing: jsonserver 1.0 beta1.
jsonserver is an implementation of JSON-RPC for Zope 3. It enhances
Zope 3's http server to listen for content-type of 'text/x-json' and
allows json-rpc methods. json-rpc methods are used like xml-rpc methods.
jsonserver is licensed ZPL2.1.
This is a beta re
I'm sure I'm using the wrong terminology, so here's what I'm trying to do.
I have a generic container type (someContainer), and a specific object
type (objA). objA can only be contained within AContainer (or
containers that implement IAContainer), so in order to add objA to
someContainer, we would