equal
deleted
inserted
replaced
1 .. _zca: |
1 .. _zca: |
2 |
2 |
3 Zope Component Architecture with PyAMS |
3 Zope Component Architecture with PyAMS |
4 ++++++++++++++++++++++++++++++++++++++ |
4 ++++++++++++++++++++++++++++++++++++++ |
5 |
5 |
6 The **Zope Component Architecture** (aka **ZCA**) is used by the Pyramid framework "under the hood" to handle interfaces, |
6 PyAMS packages are developed based on the **Zope Component Architecture** (aka **ZCA**). ZCA is used by the Pyramid framework |
7 adapters and utilities. You don't **have to** use it in your own applications. But you can. |
7 "under the hood" to handle interfaces, adapters and utilities. You don't **have to** use it in your own applications. |
|
8 But you can. |
8 |
9 |
9 The ZCA is mainly adding elements like **interfaces**, **adapters** and **utilities** to the Python language. It |
10 The ZCA is mainly adding elements like **interfaces**, **adapters** and **utilities** to the Python language. It |
10 allows you to write a framework or an application by using **components** which can be extended easily. |
11 allows you to write a framework or an application by using **components** which can be extended easily. |
11 |
12 |
12 Interfaces |
13 Interfaces |