[RRR-17] Use Velocity instead of JSP | |
| Status: | In Progress |
| Project: | ReportRunner |
| Component/s: | Web Wizard |
| Affects Version/s: | |
| Fix Version/s: | 0.6 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |