I want to create some new data types for use in my zope application. I want to do this as simply as possible. I have a fair amount of experience developing OO software (python, java, c++, eiffel); actually writing the classes is not an issue. I found that I can create and return a class/instance from an External Method, but a Page Template and a Python Script are not allowed to access any attributes on the object. I think that a ZClass or Product is more involved than I really need, though I may want to move towards a Product if I find that performance is an issue. What is the simplest way to create new data types in zope? TIA, -D -- Thy Word is a lamp unto my feet and a light unto my path. Psalms 119:105 GnuPG key : http://dman.ddts.net/~dman/public_key.gpg
On Mon, May 06, 2002 at 04:52:15PM -0500, dman wrote: | What is the simplest way to create new data types in zope? Never mind, I found the right docs now. -D -- How to shoot yourself in the foot with Java: You find that Microsoft and Sun have released imcompatible class libraries both implementing Gun objects. You then find that although there are plenty of feet objects implemented in the past in many other languages, you cannot get access to one. But seeing as Java is so cool, you dont care and go around shooting anything else you can find. (written by Mark Hammond) GnuPG key : http://dman.ddts.net/~dman/public_key.gpg
participants (1)
-
dman