On 01/12/2003 09:28:43 PM Luke wrote: >Of course, I have looked into Cheetah for handling issue number 1. But ah... >the lack of dynamic recompilation is a bit of an issue for me. Maybe I am >just too lazy... but I always end up forgetting to recompile things. So when >I make a couple small changes to a page and try to view them... I end up >wondering why the changes did not take effect. =)
Depends on how you use Cheetah. If you use the containment approach, compilation occurs dynamically as the template is instantiated. The only templates you'd need to precompile are the ones that never get called (instantiated) directly in a servlet. These are typically the site or context-wide master templates that your individual page templates subclass. But these master templates do not (or at least should not) change at all. I've got a pretty complex application underway with Webware, Cheetah and (just recently added) FunFormKit. I've never noticed any rough edges in Webware or Cheetah. ...Edmund. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel