Introduction

The JDE Atina Build Manager is a web-based tool that generates the JD Edwards library artifacts required by the Atina JDE Microservice, directly from your browser. It replaces the jd-create-jar-files-1.2.0.jar command-line tool: instead of running a CLI on your own machine, you upload your JDE Deployment Server files to the tool and it builds the artifacts for you.

The Build Manager generates:

  • jde-lib-wrapped-{version}.jar — core JD Edwards interoperability libraries

  • StdWebService-{version}.jar — standard JD Edwards web service wrappers

  • JDEAtinaOverrideServicesConstants-{version}.jar — local override of web service properties, avoiding the need to modify JDE configuration

  • service-constants.properties — configuration properties for the microservice

  • IntelliJ Workspace — a Maven project with organized Web Service sources, for development

New Customer button on the Build Manager home page

Getting Started

Step 1 - Request Access

  1. Go to builder.atina-connection.com

  2. If you are a new customer, click New Customer.

  3. Enter your Company Name and your corporate email address, then submit the form.

New Customer request form

You will see the following confirmation message:

Your request has been submitted. You will receive access instructions by email once approved.

Step 2 - Wait for Approval

Once Atina approves your request, you will receive a Welcome email confirming that your account is ready to use. This email includes your personal access link, for example:

http://builder.atina-connection.com/c/2c017799-08d7-8936-ae4d-Xbbbb5615304

This link is permanent and unique to your account — bookmark it, as it is how you will access your dashboard every time.

If you already have an approved account but cannot find your access link, go back to builder.atina-connection.com, enter your email address in the field provided, and click Send Access Link. You will receive your link again by email.

Send Access Link field on the Build Manager home page

Using Your Dashboard

Open your access link to reach your personal dashboard. No separate login or password is required — the link itself identifies your account.

Build Manager dashboard overview

Step 1 - Upload Your Files

Upload the JAR files from your JDE Deployment Server into the matching section of the dashboard:

Section Where to find it on the Deployment Server

JDBC Vendor Drivers

//Deployment Server/E920/MISC/

System Classes

//Deployment Server/E920/system/Classes/

System JAS

//Deployment Server/E920/system/JAS/webclient.ear/webclient.war/WEB-INF/lib/

Web Services (sbfjars)

//Deployment Server/E920/DV920/java/sbfjars/

You can upload files in multiple batches. Each uploaded file appears in a list, where you can remove it using the x button if needed.

Uploading files into a dashboard section
Uploading files into a dashboard section
Uploading files into a dashboard section
Uploading files into a dashboard section

Step 2 - Run a Build

Once your files are uploaded, click one of the build action buttons:

Button What it creates

Generate Bundle

The JDE library bundle (jde-lib-wrapped)

Generate WS

The Web Service artifact (StdWebService)

Generate Both

Both artifacts in a single run (recommended)

Generate Workspace

A Web Service workspace for development

Build action buttons

After clicking, you are taken to the build progress screen:

  • A spinner shows that the build is running.

  • The build log refreshes automatically every few seconds.

  • When the build finishes, a SUCCESS or FAILED badge appears.

Build progress screen with live log

Step 3 - Download Your Output

Once the build finishes successfully, download links appear on the screen. You can:

  • Download each generated file individually, or

  • Click Download All to get everything as a single ZIP file.

The build log is also available for download for reference.

Download links after a successful build

Reprocessing (When Needed)

If you apply a JDE Tools Release or update your Deployment Server, you will need to regenerate the artifacts:

  1. Open your access link again.

  2. Upload only the files that changed — files you uploaded previously are kept and reused automatically.

  3. Click the build action you need.

  4. Download the new output.

Support

If you have any questions or need assistance, contact support@atina-connection.com.