...
[14:49:45 CST(-0600)] <EricDalquist> then the view renders it as json, csv or html
[14:50:18 CST(-0600)] <athena> so we can have the actual chart rendering in the view layer
[14:50:27 CST(-0600)] <athena> and have the datatable be the model that comes back from the controller
[14:50:45 CST(-0600)] <athena> that way the datatable isn't too far into the DAO, but we're not doing a bunch of manual wiring inline in the JSP either
[14:50:51 CST(-0600)] <EricDalquist> https://gist.github.com/1665478
[14:51:00 CST(-0600)] <EricDalquist> sounds great