Versions Compared

Key

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

Overview

One of the interfaces that OpenEMPI provides for integrating it into an existing Health IT infrastructure is a web services interface that complies with the Representational State Transfer (REST) architectural style. For more information about the principles behind the REST architectural style we recommend reading the thesis of Fielding available at his home site. We also followed the JCP specification 311 in our implementation to make sure that our design and implementation is based on the currently available Java standards.

...