From: Michel P. <mi...@di...> - 2002-03-28 20:39:44
|
------------------- > Just started looking at Zope - are ZPTs synonymous with html pages > containing dtml? They are identical only in that they are both dynamic. ZPT are more like XMLC, you "sprinkle" your HTML with special tag attributes that indicate what parts of the page are dynamic. You can then "bind", so to speak, an object with a template and then render that template in the context of your object. > Was thinking of creating a Zope object model type > prototype in servlet/jsp land to investigate the usefulness (I've a > friend who swears by Zope). I'd be interested in what you've done.. > > Did I hear a rumour someplace that efforts are underway to port Zope to > Jython? Perhaps, I'm not on the inside at ZC so I couldn't tell you. I know that it probably wouldn't be a really difficult job, but then again lots of Zope is written in C, and also Zope components like ZODB may not make sense in Jython and/or there may need to be some thought on using other Java ODBMS systems behind it. Who knows, lots to think about.... -Michel |