What programming languages are used in OpenMRS modules?

What are the programming languages usually used to build OpenMRS modules?

I started learning programming and I was wondering what I should start with to be able to contribute to OpenMRS one day

Any hints on where I should start?

http://www.flossmanuals.net/openmrs-developers-guide/

Hi there:

We use

  • Javascript (AngularJS extensively) – a lot of the frontend stuff is moving towards this.
  • Spring MVC/ Java EE (OpenMRS Platform)
  • Hibernate (for ORM)

Also see the wiki – do research next time please. This is all answered for you.

2 Likes