Use of Zope for data entry intensive app re-write
I have an application (Windows/DOS) that I want to re-write for the web. It is a data entry intensive application, with approx. 200 screens for adding and updating a number of tables. I am currently looking at using PostgreSQL for the database. Is this application appropriate for Zope? Jim Beckstrom
I would imagine so... DC has written apps that handle intensive data entry.. Zope gives you stuff like a security framework, a relational database interface, a built-in object database, a document templating language, undo, remote procedure calls from other machines, more. But the number of "screens" your application owns isn't really enough information on which to provide a meaningful judgment. Does your application require delegation of authority? Multiple security levels? A management interface? Personalization? Would it benefit you to be able to run the app on multiple platforms without source code change? Does XML-RPC buy you anything? Does FTP access to the ZODB buy you anything? Additionally, in the end a decision should generally take in to account to how comfortable and familiar you are with a product. If you're new to Zope, Python, and OO, and you're under the gun to get this project done and meanwhile you have 7 years of Perl experience, you may want to seriously consider using Perl. On the other hand, if you're curious about Zope, Python, and OO, and you want to get some experience and you're not tied to anything else in particular, Zope starts to look really attractive. Jim Beckstrom wrote:
I have an application (Windows/DOS) that I want to re-write for the web. It is a data entry intensive application, with approx. 200 screens for adding and updating a number of tables. I am currently looking at using PostgreSQL for the database.
Is this application appropriate for Zope?
Jim Beckstrom
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org
participants (2)
-
Chris McDonough -
Jim Beckstrom