You are not logged in Log in Join
You are here: Home » Members » 7x

Log in
Name

Password

 

7x

Up one level

 Title   Type   Size   Last Modified   Description 
A collection of useful custom tags Software Package   2001-11-15

This is a set of of custom tags that 7x produced for developing their websites. The Custom Tags include:

DynamicTableTag - A tag that given methods for columns will build a table.

ExpressionTag - A tag that allows the execution of python within DTML.

HelpTag - A tag the shows help for all known tags. (The ones listed here) and lists the rest of the DTML tags.

ImageManipTag - An image manipulation tag based on ImageMagick

ListTag - A dynamic stateful list generator.

OakTree - A statefull Tree tag that allows multiple trees on a page.

SelectionTag - Used with a statefull tag to keep the information about the selected object on the namspace after the stateful tag has finished processing.

Session - Tag that handles session information either via CGI variables or cookies.

WordConverter - Tag that converts Word documents to HTML

XLHtmlTag - Tag that converts XLS to HTML

general - Base classes for building tags.

All Tags require access to the Scanner and Char classes.

Zope/Business/Persistence Separation News Item 3 K 2003-09-12  
Example Code for the Persistence Layer Software Package   2001-11-21

This is an example program that was generated by the 7x Code Generator from the included sql file. The generated code shows how to use the persistence layer. Also, the Action, Detail and *List files are DTML methods. To use the DTML methods you will need to put the extUtil.py file in the Extensions directory of your zope install and add two external python routines 1) qCall and 2) newApplication. Also, you will need to make sure the the zoo application is in you environment variable "PYTHONPATH".

Back-End Persistence Layer Software Package   2001-11-19

This is the persistence layer that 7x implemented and uses with it's code generator. Currently, it can be used to access Oracle (with DCOracle2) and PostgreSQL.