This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[RRR-17] Use Velocity instead of JSP
Created: Sun, 3 Oct 2004 09:47:30 -0700 (PDT)  Updated: Sun, 10 Apr 2005 19:19:14 -0700 (PDT)

Status:In Progress
Project:ReportRunner
Component/s:Web Wizard
Affects Version/s:
Fix Version/s:0.6

Type:ImprovementPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Unresolved 
Environment:


 Description   
The WebWizard wants to be easily configurable, but I also want to maintain the workflow in reportrunner and not let people easily mess with that.

Seems that I could have a velocity system in which I turn _report and _renderer into the relevant objects, which will save me constantly using ReportFactory in the jsp, and then implement the site in .vm files, rather than .jsp files.
Comment by bayard [ Thu, 3 Feb 2005 13:02:43 -0800 (PST) ]
Velocity will allow for a nice plugin system I believe.