Example

Example is an implementation example that demonstrates how to use the features of the Nablarch Application Framework, and is created for each runtime platform. This chapter describes the procedures for building the environment and executing the application, which are necessary for each Example.

Tip

Example is not intended to be used to create a full-fledged applications by modifying each Example. If you want to create a full-fledged application, create it from Blank Project.

How to Run Example

Procedure to build the environment

Example uses Apache Maven to build and run the application. Refer to the following page to install Apache Maven on the PC and configure the necessary settings.

Information on Apache Maven

Procedure to execute

For instructions on how to run Example, refer to the README at the top of the GitHub repository for each Example.

Running on Java 21

Example is assumed to run in Java 17. If you want to run it on Java 21 , you will need to modify the dependent libraries. For more information, see the description of the blank project below.

How to Setup When Using With Java21

List of Example

Example for each runtime platform is shown below. Explanations of the implementations are also provided, so refer to the “Explanation” links in the following list as necessary.