...
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 table
Exposing the services
The next section outlines the way I have exposed the services using the jersey api.
...