Data Integrity Module for OpenMRS – Week 2 progress
After an empty module was created the next job was to get myself familiarized with Spring and Hibernate. Both these technologies are used extensively in OpenMRS modules. Therefore I decided to do some self learning to get my self exposed to Spring and Hibernate.
Using some online tutorials I learnt the basics of using the Spring and Hibernate frameworks. After that I mapped my learnings to the OpenMRS modules to see how everything is functioning. I also managed to implement a few lines of code in my empty module from my findings.