One of the things Aaron Held wrote : >> Its python - if we wanted complication we would use Java! <<
I'm with you on this. I attended a Zope3 talk a couple of weeks back where it became obvious to me that Zope is starting to mutate toward an "over engineered" (from a python perspective) framework through the use of Interfaces and Adapter Registries. There are definite benefits but its a lot more typing and Python doesn't have the luxury of all the Java IDEs to take away the drudgery. On this thread I have also seen mention of the struts framework, tag-libraries, XML configuration files etc. I think developing for Webware appears easy because of all the things it *doesn't* do for you : i18n, authorization, cache-management, cataloging/indexing etc. As Webware matures there is a significant risk of finding ourselves trapped in a java-like framework. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
