Velocity forum demo (blab) port to Struts

2001-05-01 Thread boB Rudis
Greetings, Coming from a straight JSP/Servlet environment, I've been debating whether to start using Struts or Velocity (they seem to compete) as a foundation for true MVC+ development. I'm not keen on re-writing the wheel and would rather spend the limited time I have on back-end foundational

Re: Velocity forum demo (blab) port to Struts

2001-05-01 Thread boB Rudis
Thx, geir (that was quick!) Struts and Velocity aren't comparable this way, because Velocity is simply a template engine that can be used to provide the view layer for a web app. Struts is a framework that uses JSP for the view layer. I just want to make the distinction clear - I am not

Re: Velocity forum demo (blab) port to Struts

2001-05-01 Thread Geir Magnusson Jr.
boB Rudis wrote: Thx, geir (that was quick!) Struts and Velocity aren't comparable this way, because Velocity is simply a template engine that can be used to provide the view layer for a web app. Struts is a framework that uses JSP for the view layer. I just want to make the