RESTful Web Service¶
This chapter provides the information needed to develop RESTful web service using the Nablarch application framework.
- Architecture Overview
- Responsibility Assignment of RESTful Web Service
- Getting Started
- Details of Function
- Initialization of Nablarch
- Input value check
- Database access
- Exclusive control
- Mapping of URIs and resource (action) classes
- Path and query parameters
- Response headers
- Internationalization
- Authentication
- Permission check
- Response to be returned on error
- Scale-out design for web application
- CSRF measures
- CORS