From: Ype K. <yk...@xs...> - 2001-02-12 19:09:06
|
Jaroslav, > >Whole application framework is written in Java, only templates >are written in python (Jython) and use Java classes. >A particular template can very differ from the one >I sent as an example. I know '%' python operator, >but it definitely does not solve the preformance problem. >I think the performance problem is related to embedding >not to string manipulation. > >Consider a 'template' to be something like JSP (Java Server Page) - >it contains mainly markup code plus some jython scripting. >And this template should be dynamically interpreted - >in order to be able dynamically modify templates >during the application runtime, (without re-compilation penalty which is significant for JSPs) Do you mean things like this: http://www.zope.org/index_html/view_source ? Regards, Ype |