Posted date
Updated date
Nablarch System Development Guide
Table of contents
- Preface
- Purpose of this document
- Who should read this document?
- Notes on reading
- Overall picture
- Project plan
- Requirements definition phase
- Requirement definition
- Architecture design
- Checking the project deliverables
- Test plan
- Creating a development guide for a project
- Design phase
- Standardization
- Programming and Unit testing phase
- Initial build of Nablarch project
- Setting up the team development environment
- Preparation of setup guide for development environment
- Establishment of development standards
- Integration test phase
- Preparation for integration test (communication confirmation)
- System test phase
- Maintenance operation
- Nablarch Pattern Collection
- Commonly used patterns in Nablarch
- Nablarch anti-pattern
- Nablarch Batch Processing Pattern
- Classification by startup method
- Classification by input/output
- Important points
- Asynchronous Operation in Nablarch
- To sending emails
- Nablarch Anti-pattern
- Web application
- Nablarch batch
- JSR352 batch
- Customization of UI Standards
- UI standard (screen)
- UI standard (screen) separate volume_UI parts catalog
- Examination of Test Items
- Collecting test viewpoints
- Extraction of test viewpoint
- Nablarch Environment Construction
- Generating projects from archetypes
- Component settings
- Introduction of static analysis tool
- Java Style Guide
- Setting Up the Team Development Environment
- Preparation of Setup Guide for Development Environment
- xxx Project development environment construction guide
- Prerequisites
- Development environment construction procedure
- Package Configuration Study
- Concept of package configuration
- Example of division by business function
- Example of division by class role
Customization of UI Standards
UI standard (screen)
Customize the UI standard (screen) according to your requirements.
The main parts that need to be customized are as follows.
- Modification of supported browsers (required)
- Color scheme (or customization of color scheme of CSS framework)
- Font (or customization of CSS framework font)
- Area size (UI development base is described in px, but if you use a CSS framework that employs a grid, you need to rewrite to describe the assumption)
UI standard (screen) separate volume_UI parts catalog
Customize the UI standard (screen) separate volume_UI parts catalog according to your requirements.
- Create a catalog for the specific set of parts that you will use within the CSS framework.
The reasons for using the specific parts are as follows.- In the CSS framework, there may be several methods (components) to achieve a single function.
- Depending on the component, because of its richness, there may be difficulty in converting HTML to JSP tags. This is because it is more productive to create a HTML design using only convertible parts.