Welcome to Zope - a new generation of software that we call a web application platform. Like web application servers, Zope provides very high performance and a strong framework for dynamic applications.
| This QuickStart is built with Zope objects -- take a look! |
Zope, though, is distinguished by its integrated object database which, when combined with a revolutionary object model, provides a completely unique facility for servicing content managers and web application developers. This outline, implemented in Zope, talks about the various strengths of the Zope platform and some of the other products available for it.
Application Development
|
|||||||||||||||||||||||||||||||||||||||||||||
Content Management
|
|||||||||||||||||||||||||||||||||||||||||||||
Database Integration
|
|||||||||||||||||||||||||||||||||||||||||||||
| A Basic Example | |||||||||||||||||||||||||||||||||||||||||||||
Consider the following basic personnel report. This report highlights (in red) anyone whose
last raise was more than 25%.
Personnel ReportPlutonia Company - Marketing Department peronnel listing as of 1/1/98:
Example Code - The SQLMethod
This is implemented with two basic objects. The first object is the SQL Method (which we've named
SELECT * from PlutoniaEmployees WHERE
You should note that this SQL statement is actually an SQL statement template. The variable
SELECT * from PlutoniaEmployees WHERE
An SQL Method returns a sequence of items which can be interated over inside other queries or in HTML document templates. In this particular example, this query returns the following results:
Example Code - The Document TemplateThe second object is the Document Template required to render the HTML page. The table above was created with the following DTML:
<!--#var standard_html_header-->
<--#/in--> </table>
Take note of the These are only a few of the powerful capabilities in Aqueduct! If this looks interesting, read on! | |||||||||||||||||||||||||||||||||||||||||||||
| High Performance | |||||||||||||||||||||||||||||||||||||||||||||
| Multi-Platform | |||||||||||||||||||||||||||||||||||||||||||||
| SQL and HTML in Harmony | |||||||||||||||||||||||||||||||||||||||||||||
| Multiple Data Sources | |||||||||||||||||||||||||||||||||||||||||||||
| Multi-Tiered | |||||||||||||||||||||||||||||||||||||||||||||
| Publish Databases | |||||||||||||||||||||||||||||||||||||||||||||
Web to Objects
|
|||||||||||||||||||||||||||||||||||||||||||||