Application Architecture

Generally speaking, this application is built using the Model-View-Controller (MVC) design pattern. We use Apache Struts framework to for that purpose.

When you look at the kwok-information-server project

  • The Model part is mainly in src\com\kwoksys\biz and framework directories
  • The Controller part is in src\com\kwoksys\action directory
  • The view is in web directory