Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

This page contains informations about the migration of OpenHospital to Spring framework.

...

The application entry point is org.isf.menu.gui.Menu.main(), where the Spring Application Context is started up. The configuration file applicationContext.xml was added to the rsc folder. Remember to add that folder to the build path, so that its contents ends up in the classpath while running in Eclipse.

An example: the examination module

This example focuses on Spring-ification of the org.isf.examination.service.ExaminationOperations class.

...