First page Back Continue Last page Overview Graphics
Bridging from CMF
How will CMF-based sites and products play in a Zope3 environment?
- Content objects should migrate cleanly: types tool maps to <content> directives.
- Tools will become services or adapters
- Templates and scripts will migrate to adapters, utilities, and view components
- Summary: migrate the software, then fix up the instances to point at new class locations.
- Product authors can begin to prepare:
- Declare interfaces for everything
- Factor out presentation vs. content vs. application logic into separate components.
Notes: