Zope for non-Web applications?
Hi, I don't even know Python yet, but I was wondering if it makes sense to use Zope as a OO database in non-Web applications written in Python. Any thoughts on that? Thanks, Rodrigo
On 3/3/06, Rodrigo de Salvo Braz <braz@uiuc.edu> wrote:
I don't even know Python yet, but I was wondering if it makes sense to use Zope as a OO database in non-Web applications written in Python. Any thoughts on that?
Zope as a whole, no. ZODB, yes. Several people are using it outside of Zope. Also Zope3 has developed some really cool technologies like zope.interfaces and zope.components and zope.i18n that are useable outside of web applications. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
Rodrigo de Salvo Braz wrote at 2006-3-3 16:05 -0600:
I don't even know Python yet, but I was wondering if it makes sense to use Zope as a OO database in non-Web applications written in Python.
We are using Zope for non-Web applications. It works quite well -- apart from the very high startup times, especially under Windows. High startup times forced us, to run Zope as a background service. -- Dieter
participants (4)
-
Dieter Maurer -
Jaroslav Lukesh -
Lennart Regebro -
Rodrigo de Salvo Braz