An open API service indexing awesome lists of open source software.

https://github.com/openmrs/openmrs-module-adminui

Administration tools for OpenMRS Reference Application
https://github.com/openmrs/openmrs-module-adminui

Last synced: 6 months ago
JSON representation

Administration tools for OpenMRS Reference Application

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/openmrs/openmrs-module-adminui.svg?branch=master)](https://travis-ci.org/openmrs/openmrs-module-adminui)

Admin UI Module
================

Administration tools for the OpenMRS Reference Application.

It is written using the new [UI framework](https://wiki.openmrs.org/x/0wAJAg), some pages
are written with the Groovy Server Page technology being backed up by controllers while other pages are written using
angular and communicating with the server via the REST API provided by the web services module.

The project tree is set up as follows:



api


Java and resource files for building the java api jar file. It also contains the message
resource bundles files for translation and the moduleApplicationContext.xml file




omod


Files for the web layer reside in this directory like GSPs, html, Css, Javascript files etc.
It also contains the apps, extensions, config.xml and the webModuleApplicationContext.xml file.




pom.xml


The main maven file used to build and package the .omod file