Versions Compared

Key

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

...

DBankDBTier_ws_exp maven project (_exp implies exposed) is the service layer that exposes services to the database.  The example code has a rest api to create, find, and update users in the users tableImage Removed

Image Added

Exposing the services

The next section outlines the way I have exposed the services using the jersey api.

...