Research Article Open Access

seMeja API Design Based on CRUD+N Concept

Marini Abu Bakar1, Surya Ismail1, Sufian Idris1 and Zarina Shukur1
  • 1 Universiti of Kebangsaan Malaysia, Malaysia

Abstract

seMeja is an ongoing research to develop a desktop system for university environment. To support the development of this system, an Application Programming Interface (API) is needed to provide access to online university services such as course notes, course schedules and course registration interface. This paper proposes a research to create and design the API for seMeja named seMejaAPI. The primary goal for this API is to allow programmers to quickly develop applications that can interact with university online system that support the API. The API needs to be versatile enough to encapsulate the variations of online university services and yet easy enough to be used by an application programmer. The design of the API is based on the four operations of Create, Read, Update and Delete (CRUD). In addition to these four basic concepts, the concept of 'Notify' has been added to support the registration for push-style notifications. These principles are then combined with an existing university-based ontology. This ontology defines the various objects used in a university environment. Two prototypes were then developed and tested to demonstrate an implementation of a portion of the API, along with a small working application.

Journal of Computer Science
Volume 11 No. 4, 2015, 645-661

DOI: https://doi.org/10.3844/jcssp.2015.645.661

Submitted On: 24 October 2014 Published On: 16 July 2015

How to Cite: Bakar, M. A., Ismail, S., Idris, S. & Shukur, Z. (2015). seMeja API Design Based on CRUD+N Concept. Journal of Computer Science, 11(4), 645-661. https://doi.org/10.3844/jcssp.2015.645.661

  • 2,611 Views
  • 1,743 Downloads
  • 0 Citations

Download

Keywords

  • API
  • seMeja Desktop Environment
  • University Operating System
  • Ontology
  • CRUD