Tuesday, April 5, 2011

Architecture

Our system use EMVC architecture. Different between form MVC, I add a entity package which use to president with database table and data access. It is the common way to expend database stuff into MVC architecture.
Unfortunately, the code in final version do not really separate the Controller with View, which lose the testability of user interface(in MVC's purpose, Controller is testable), but anyway, Model is separated, so Model is testable and the unit test is finish.

No comments:

Post a Comment