2. Web Application¶
This chapter provides information necessary for developing web applications using the Nablarch application framework.
- 2.1. Architecture Overview
- 2.2. Responsibility Assignment of the Application
- 2.3. Getting Started
- 2.3.1. Create a Registration Function (Hands-on Format)
- 2.3.2. Create a Search Function
- 2.3.3. Create Update Function
- 2.3.4. Create a Delete Function
- 2.3.5. Create a Batch registration Function Using Upload
- 2.3.6. Create a File Download Function
- 2.3.7. Create a Pop-up Screen
- 2.3.8. Create a batch update function
- 2.4. Details of Function
- 2.4.1. Initialization of Nablarch
- 2.4.2. Input value check
- 2.4.3. Database access
- 2.4.4. Exclusive control
- 2.4.5. Upload File
- 2.4.6. File download
- 2.4.7. Mapping of URI and action
- 2.4.8. Duplicate form submission prevention
- 2.4.9. Retain input data
- 2.4.10. Pagination
- 2.4.11. Screen creation
- 2.4.12. Internationalization
- 2.4.13. Authentication
- 2.4.14. Permission check
- 2.4.15. Status code
- 2.4.16. Screen transitions and status codes in the case of errors
- 2.4.17. Send MOM message
- 2.4.18. Scale-out design for web application
- 2.4.19. CSRF measures