RE: Struts and Velocity (FOR TED)

2002-07-01 Thread Andrew Hill
6:23 To: Struts Users Mailing List Subject: Re: Struts and Velocity (FOR TED) If you are using a MVC architecture, technically, the two are equivalent. JSP tags are designed to expose JavaBeans to the presentation page, and Velocity is designed to the exactly the same thing. Velocity uses a tight,

Re: Struts and Velocity (FOR TED)

2002-06-30 Thread Ted Husted
If you are using a MVC architecture, technically, the two are equivalent. JSP tags are designed to expose JavaBeans to the presentation page, and Velocity is designed to the exactly the same thing. Velocity uses a tight, interpreted scripting language. JSP tags are compiled against a standard API.