4.2.3. Getting Started

By reading this chapter, you can get the basic knowledge of the development of a batch based on the Nablarch batch application architecture.

Tip

Example is an sample implementation that shows how to use Nablarch’s features and is not intended to be used to modify Example to create full-fledged applications.

If you want to create a full-fledged application, create it from Blank Project .

Prerequisites

The explanation of this chapter is based on Example. The operating environment of the example application must be built in advance.

Tip

The following items of the example application are not explained in this chapter. For the following items, see Example.

  • Building the environment and execution of example application
  • Example application configuration
  • Information on the OSS plugin used

Tip

In Nablarch batch application, since there is no difference in how to implement the application with on-demand batch and resident batch, so Getting Started is not prepared separately for each. The difference between on-demand batch and resident batch is only the handler configuration.