Hi All, After reading the documentation for a couple of days plus 4 hours of programming, I've been able to create a rough working version of a Lotus Domino application. The only thing I'm missing is "views": categorized listings of objects. I've searched the internet for this, but I haven't found any component or sample code, so I think it's time to create a product or extend Zope. My questions for the experts are: 1. Is there any component/code snippet that can do this? (to make sure I'm not reinventing the wheel) 2. If I were to create this, should I take the product/plug-in path or the extend Zope path? 3. Were can I find resources for the recommended approach? Thanks in advance. Edo. -- Eduardo Elgueta Senior Consultant Navix emial: eelgueta@navix.cl phone: +56 (2) 315-7608 mobile: +56 (9) 821-0033 web: www.navix.cl
Eduardo Elgueta wrote at 2003-9-25 17:15 -0400:
After reading the documentation for a couple of days plus 4 hours of programming, I've been able to create a rough working version of a Lotus Domino application.
The only thing I'm missing is "views": categorized listings of objects.
I've searched the internet for this, but I haven't found any component or sample code, so I think it's time to create a product or extend Zope.
My questions for the experts are:
1. Is there any component/code snippet that can do this? (to make sure I'm not reinventing the wheel)
Seems as if Note's "views" were called "topics" in the Zope world. Dieter
Dieter, I just checked ZTopics (http://www.zope.org/Members/MikeP/Products/ZTopic/view). It seems to be just what I need. Thanks, Ed. Dieter Maurer wrote:
Eduardo Elgueta wrote at 2003-9-25 17:15 -0400:
After reading the documentation for a couple of days plus 4 hours of programming, I've been able to create a rough working version of a Lotus Domino application.
The only thing I'm missing is "views": categorized listings of objects.
I've searched the internet for this, but I haven't found any component or sample code, so I think it's time to create a product or extend Zope.
My questions for the experts are:
1. Is there any component/code snippet that can do this? (to make sure I'm not reinventing the wheel)
Seems as if Note's "views" were called "topics" in the Zope world.
Dieter
-- Eduardo Elgueta Senior Consultant Navix Phone : +56 (2) 315-7608 Mobile : +56 (9) 821-0033 Web : www.navix.cl
participants (2)
-
Dieter Maurer -
Eduardo Elgueta