Do you remeber http://eok.ro/Members/ioan/quixote/ ? (I just got my domain) Now I made a quixote based application server. The demo is at http://eok.ro:8080/ - login with user admin, password admin to play with server. WPO means web python objects; instead to get and display an html page you get a .wpo file; quixote server know how to deal with such file ... ..wpo files are pickled python objects. You define some attributes, some methods and some doc strings for methods .... and WPO Server will provide you a filemanager (object manager) interface to such objects; The context menu is made in javascript (See http://www.dynamicdrive.com). There is a builtin html editor http://www.dynarch.com/projects/htmlarea/ What I like at this app server: your modules are registered on server and filemanager provide contextual menu based on object pool. Why I made this server? To see how powerful is Quixote versus Zope. What do you think about this approach? Ioan.