I’m little bit confused about choosing a framework of my new application it 's Clinic management application it consists of few modules , user management, booking module , doctor’s module and nursers module I want to do it with J2ee , but what is the suitable FW to achieve this ?
BY the way I got a good knowledge about Servlets and JSPs.I also checked for best Clinic Management Video but did not find much help.Please help me.
OpenEMR is a LAMP stack (“P” being PHP) so programming is done in PHP most of the time.
If you wish to edit/customize the software, you’ll want to stick with PHP. If you want to do advanced processing with Java, you can always create a “bridge” between the two technologies. I am actually doing this with a Java-based Docker container to make use of specific Java medical technologies.
Can you list out your requirements at a high level so we can see what the best solution is for you?