25 Sep
2000
25 Sep
'00
4:44 p.m.
(I took the ZEO mail list out of the loop)...
[Agreed. Ill CC zope-dev and I suggest we continue there.]
Sorry, I phrased my question ambiguously.....
I meant, do you think a TTW development approach is viable for applications with a non-trivial amount of logic?
Perhaps not. Not yet. For example, we have no equivalent to CVS for objects in the objectbase. This is why filesystem products are so attractive for apps with lots of logic. But combining the two approaches I think can provide you with the best of both worlds. TTW changeability for presentation, and filesystem base classes for traditional development. The ability to test TTW stuff (particularly DTML methods) with ZPublisher.test allows for traditional unit tests.