Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Database Layer - MySQL
  2. API Layer - Hibernate, Spring 3.0
  3. Web Layer - Spring MVC, webservices.rest (https://wiki.openmrs.org/x/xoAaAQ)
  4. App Layer - HTML5, JQuery (... and later Appcelerator)Using ExtJS 4.1 for mouse-keyboard interface modules and Sencha Touch 2.0 for touch-screen interface modules

HTML5 Feature set:

  1. Form features (Placeholder, autofocus, email, spinbox, searchbox, form validators, required)
  2. Web Workers
  3. Web Storage (Since, we will primary deal with one patient in one tab only)
Server-side REST services:
  1. OpenMRS Webservices.REST module provides REST resources for core OpenMRS objects. This module is extended through RaXa modules that also provide REST services to new resources.
  2. REST server is exposed through CORS and can be accessible from outside the domain of the hosted server.