jonathan
(Mutagubya Jonathan)
5
According to @ibacher here
Could using H2 + Spring Boot be ideal for this project?
Comparison Table: Old vs. New Standalone
| Feature |
Old Standalone (MXJ) |
New Standalone (H2 + Spring Boot) |
| Database |
Embedded MySQL (MXJ) |
Embedded H2 |
| Application Server |
Embedded Tomcat |
Embedded Tomcat (via Spring Boot) |
| ARM Support |
No |
Yes |
| Version Selection of Openmrs (Platform,RefApp,03) |
Single version |
Multiple versions via script |
| Requirements |
Java only |
Java only |
| Maintenance |
Discontinued, unsupported |
Current, community-supported |