Rickard Öberg wrote:
Not with the same transparent syntax, since the Velocity templates use the Velocity language. I.e. if you'd want to use the WW EL then you'd have to delegate to WW explicitly, e.g. $stack.findValue("foo").

I personally use WW and Velocity almost exclusively, for three reasons:
1) Speeeed. Velocity is much faster, especially in a case like ours where we do perhaps 10-20 include's for each page rendering. You simply can't do that with JSP and have decent performance.
BTW, here's a couple of examples running our portal with WW+Velocity:
http://www.konj.se
http://www.helsingborgslasarett.se

It's all based on the Portlet API draft, and the portlets (each thing you see on the page is a portlet) use Velocity or WW+Velocity.

/Rickard



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


Reply via email to