Zope
  Home arrow Zope arrow Page 4 - Getting started with Zope for Linux and Solaris
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
ZOPE

Getting started with Zope for Linux and Solaris
By: Norbert 'Gnorb' Cartagena
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 22
    2003-11-24


    Table of Contents:
  • Getting started with Zope for Linux and Solaris
  • What is Zope?
  • Starting Zope
  • Extending Zope

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Getting started with Zope for Linux and Solaris - Extending Zope
    ( Page 4 of 4 )

    As I mentioned before, Zope object oriented. As such, one of its biggest strengths is its ability to reuse code. Zope has the ability, through its components, to extend its functionality. ZClasses, TML, Z SQL Methods, Python products, and Python scripts are all different ways of working with Zope.
    • ZClasses allow the developer to define new objects. These can be based on common Zope objects, like a folder or DTML document, but can be extended any way. ZClasses can be created and managed with nothing more than Zope's Web interface. In other words, no Python is required.

    • Z SQL Methods allow database developers to program directly via Zope's Web interface. The methods become available when he has compiled the Database Adapter (DA) for the database Zope is supposed to open a connection. Z SQL methods also make it easy for developers to switch from a development database to a production database by simply changing the connection object so that it connects Zope with the actual working database.

    • DTML, or Document Template Markup language, is Zope's built in scripting language. Like PHP, DTML tags are embedded in a web page and, when the page is called via a web browser, the tags are executed. DTML is not designed to be a primary language in the development of Zope applications, but rather it is meant to be more of a glue, which connects dynamic data., regardless of where it's held. In addition, DTML can serve as a template defining the visual appearance of the web site and how the dynamic data should be represented.

    • Zope Products are applications specifically written for Zope.

    • Python Modules: Because Zope is mostly written in Python and, therefore, is object oriented, it is very easy to use existing Python modules to augment or enhance your web applications. If you're using Zope for a project, then make sure to check out Python.org on a regular basis. There's a good chance that your project requirements have already been met by a Python library. Also, make sure to check out The Python Image Library (PIL) and The ReportLap Library, which is capable of creating dynamic Adobe Acrobat PDF files.

    As I'm sure you can tell, Zope is an extremely powerful tool. I hope that this introduction has given you a good starting point into understanding Zope. Although there is much to learn, having a clear understanding of how Zope works will help you make this one of your favorite tools.

     
     
    >>> More Zope Articles          >>> More By Norbert 'Gnorb' Cartagena
     

       

    ZOPE ARTICLES

    - Creating Zope Products
    - Plone Content Types With Archetypes
    - Flat User Management in Zope
    - Creating Basic Zope Applications
    - Getting started with Zope for Linux and Sola...
    - ZPT Basics (part 4)
    - ZPT Basics (part 3)
    - ZPT Basics (part 2)
    - ZPT Basics (part 1)
    - Exception Handling In DTML
    - DTML Basics (part 4)
    - DTML Basics (part 3)
    - DTML Basics (part 2)
    - DTML Basics (part 1)
    - Using Zope With Apache





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek