From: Marc P. <ma...@an...> - 2003-06-16 11:10:34
|
> However, we simply -must-be able to do something like this: > > WebMacro wm = new WM(); > Context ctx = wm.getContext(); > Template t = new FileTemplate( myTemplate); > ctx.put( "myVar", "myValue"); > wm.evaluate(t, ctx, System.out); > > If we can't do something as simple as that, the WM barrier (to entry) is > way too high. By this I mean without requiring even an implicit FastWriter etc. -- Marc Palmer Contract Java Consultant/Developer http://www.anyware.co.uk/marc/ http://www.wangjammers.org |