-
Notifications
You must be signed in to change notification settings - Fork 0
Development
B Shouse edited this page Jan 25, 2015
·
6 revisions
#Adding a Rest Service
- Create a new Table in the Test/Prod DB
- Create a mapping bean in org.bshouse.wsdb.beans (using Contact as a model)
- Add mapping to properties/hibernate.cfg.xml
- Create an action bean in org.bshouse.wsdb.stripes.action (using ContactApiAction as a model)
- Create a set of tests in org.bshouse.wsdb.test (using ContactApiTest as a model)
- Create your Single-Page Application (SPA) (using WEB-INF/jsp/index.jsp as a model)
- Update org.bshouse.wsdb.common.ResolutionUrl by setting the INDEX_JSP variable to point to your new JSP