随着移动互联网的快速发展,移动教务已成为高校教务系统应用的主要趋势。针对高校内各教务系统平台不兼容,数据不互通的问题,文中设计了一种符合REST设计原则的Web Service API框架,通过整合不同教务系统数据为APP开发人员提供统一的调用接口。该框架是一种面向对象的Web Service API框架,实现了系统的可重复利用,通过将具体业务逻辑和程序底层实现相分离,降低了系统模块间的耦合度,使其更容易扩展和维护。
Since the mobile internet developes so rapidly nowadays, mobile educational administration is used in more and more universities and colleges as one application of educational administration system.However, the collaboration of two systems has not been well dealt with, and data interoperability is impossible.To solve these problems, a web service API framework is designed in this paper according to the REST design philosophy.Uni-fied calling interfaces are provided for APP developers so that developers can integrate different educational sys-tem data.The new framework designed in this paper is an object-oriented web service API framework.It can be used to implement the system reuse.Moreover, the specific business logic and underlying application are isolated in the framework.Coupling factor between different system modules are reduced.So this new framework is easy to be extended and maintained.