PlacefulComponents
Placeful components
It will be possible to create components in the Zope object space. These components can be managed TTW, or via FileSystemSynchronization.
The current thinking is that there will be a PackageService?. A PackageService? will contain Packages. Packages will contain:
PackageFolders? are only for organization and can contain components, PackageFolders?, ConfigurationObjects?, and PlacefulPythonModules?.
Placeful components will contain objects that provide the component's behavior, including:
- Methods, written in Python, SQL, Perl, etc.
- Templates, like ZPT and DTML
PlacefulPythonModules? will also contain component definitions.
