sivarajankumar / datawiki

Automatically exported from code.google.com/p/datawiki
0 stars 0 forks source link

Use templating and JS framework to cleanup frontend code. #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current frontend is written in custom JSPs and JS and has a number of 
security holes and is not safe for new development.  JSPs are probably not a 
good choice.  Something like Soy could be used instead and has minimal project 
overhead.

The Javascript is pretty ad hoc as well and could benefit from better library 
support and smaller code size.  Closure might be a better approach.

Original issue reported on code.google.com by p...@google.com on 8 Nov 2010 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by p...@google.com on 8 Nov 2010 at 6:42

GoogleCodeExporter commented 8 years ago
Working on this.  All new dev has been done in Angular and the JSPs are being 
used less and may not be needed at all.

Original comment by p...@google.com on 26 Nov 2012 at 1:54