knowing / Medmon

Medical Monitoring
5 stars 0 forks source link

IPatientService: Bugfixing & Enhancements #42

Closed muuki88 closed 12 years ago

muuki88 commented 12 years ago

Use Try-with-resource

Use this everywhere an Input/OutputStream is created and forward exceptions thrown.

IPatientService store method should throw IOException

Create proper logger

Use IPatientService instead of IGlobalSelectionService.

Close EntityManager everywhere

Add comments on methods

muuki88 commented 12 years ago

Done.