iipc / openwayback

The OpenWayback Development
http://www.netpreserve.org/openwayback
Apache License 2.0
483 stars 274 forks source link

Support non-JSP templates #281

Open kngenie opened 9 years ago

kngenie commented 9 years ago

Wayback implements its own web application framework, and it is heavily dependent on JSP as view templates: It doesn't offer good support beans for other template frameworks. JSP paths are specified directly in bean properties, and scattered around the code. Renderer concept is inconsistent among different types of view.

Possible redesign idea:

kris-sigur commented 9 years ago

I agree, it is probably worth switching this out wholesale for a more standard solution.