摘要
Web应用程序的开发过程中存在着Framework的应用。这些Framework使开发过程十分规范。它们自动地处理了部分非业务逻辑的过程,从而使得程序员的主要精力专注于业务逻辑的实现。文中设计并且实现了一个简单的Frame-work模型,实现了部分的自动化处理。该模型的构建,验证了采用最基本的Java语言工具以及设计方式实现Framework的可能性。
There' re many frameworks applied during the development process of the Web applications. These frameworks make the development more normative. They do a lot of drudgery works for the programmers automatically, which have nothing to the business logic. So the programmers can concentrate on developing the business logic. In this paper, a simple framework model with some automatic function is designed and realized. It proves that we can build a framework with basic Java tools and design.
出处
《计算机技术与发展》
2007年第4期243-246,共4页
Computer Technology and Development
关键词
WEB应用框架
MVC
设计和实现
Web application framework
MVC
design and implementation