Derrickbowen / db-svg

Generates SVG data model diagrams for any database with a JDBC driver
0 stars 0 forks source link

Change Architecture to use Spring MVC #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Up to this point we were using a home grown MVC architecture, but for future 
maintainability/ease of adding new features we decided to go with Spring MVC.

Original issue reported on code.google.com by DerrickB...@gmail.com on 14 Mar 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Complete.  Spring MVC and IOC has replaced the home grown MVC and 
ServiceLocator throughout code base

Original comment by DerrickB...@gmail.com on 19 Mar 2012 at 5:51