Module Project Creation¶
Summary¶
- This section describes how to create Module Project on e Builder.
Prerequisites¶
- Setup of e Builder has been completed according to the Setup Guide.
- e Builder has been started.
Steps¶
Select [File] → [New] → [Project] from e Builder menu bar.
Select [ e Builder ] → [ Module Project ] from the New Project creation wizard, and press [Next].
Enter the following information in Module Project creation wizard, and press Complete.
Project Name : Enter the project name. Project name is automatically synchronized with [Artifact ID].
Group ID (<*>1) : Set the Group ID to be set to the Module Project.
Artifact ID (<*>2) : Set the artifact ID to be set to the Module Project. Cannot be entered.
Version (<*>3) : Set the version number of Module Project.
Project is created on the Workspace.
Column
<*>1 : Characters allowed in Group ID are single-byte alphanumeric characters, . (period), and _ (underscore), and follow the naming rules below.
ex. foo.bar_xxx.yyy1
<*>2 : Characters allowed in Artifact ID are single-byte alphanumeric characters and _ (underscore). Artifact ID must be the same as Project Name.
<*>3 : Characters allowed in Version are numerals and . (period), and follow the naming rules below.
ex. 1.0.0
Column
im-Juggling plugins are included in the e Builder product, and various im-Juggling functions are available on e Builder.
im-Juggling is an environment build tool by which module management and remote deploy of war files can be made.
In order to utilize these functions it is necessary to create a Juggling project by Project Creation wizard.
Please refer to the configuration of [Creation of intra-mart Accel Platform Configuration File] of [intra-mart Accel Platform / Setup Guide] for information about the use of im-Juggling.
With regard to the usage of war file created by the Juggling project, please refer to [Start/Stop, Deploy/Un-Deploy (Windows version)] or [Start/Stop, Deploy/Un-Deploy (Linux version)] of [intra-mart Accel Platform / Setup Guide] depending on the OS you are using.