Creating a New Agentry Application Project

Prerequisites
The following items must be addressed prior to performing this procedure:
  • The Eclipse environment including the Agentry Editor must be installed.
  • The Agentry Perspective must be open within Eclipse.
  • The Eclipse workspace to which the new Agentry application project will be added must be open.
  • It is recommended, though not required, that the Agentry Development Server is installed to which development publishes will be made.
Task

The following procedure provides instructions on creating a new Agentry application project. Perform this procedure when a new project is needed and that contains no existing business logic. If creating a new project within the current Eclipse workspace based on an existing Agentry application project, export file, or published version residing on an Agentry Server, see the information on importing Agentry application projects.

  1. Start the New Application Wizard for Agentry application projects by selecting the menu item File | New | Project...

    This displays the Eclipse new project dialog where the type of project to create is selected:

  2. Select the item Agentry Project | New Agentry Project in the tree control displayed. Click the [Next >] button.

    The first screen of the New Agentry Project wizard is displayed:

  3. In this screen enter the name for the mobile application, the name of the project by which it will be identified in the Eclipse workspace, and optionally the location of the Agentry Development Server that will be used in the development of the project.

    The next prompt displayed concerns adding a module to the application. All mobile applications have at least one module:

  4. To add a module to the new application project, click the [Yes] button.

    A new module is created with the name NewModule1, and which should be edited to a more meaningful value.

The new application project has been created and stored in the Eclipse workspace. Depending on the selections made during this process, the following definitions will now exist within this project:
  • Application
  • A set of default transmit configurations:
    • Dialin
    • Network
    • WirelessLan
    • WirelessWAN
  • A module definition
  • The module MainObject, which in turn contains a collection property defined for the BusinessObject object definition
  • A second object deifnition named BusinessObject, which should be renamed to a more meaningful value
  • The module main screen set, defined to display the MainObject
  • The module main fetch, defined to target the collection property within the MainObject.
  • An action named Transmit that includes a single action step of type Transmit.
Next
With the completion of this process the mobile application project is created and development work can begin. In addition, and likely before the development work, additional configuration may be needed of the overall development environment. This can include the following, depending on the nature of the project: