Skip to content
/ ileastic-webapi Public template

RPGLE template webapi using ILEastic and noxDb

Notifications You must be signed in to change notification settings

worksofliam/ileastic-webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ileastic-webapi sample

This is a template repo with small important examples to get going with ILEastic with VS Code.

Installation for ILEastic

ILEastic and noxDb installation on IBM i is very simple.

git clone --recurse-submodules https://github.com/sitemule/ILEastic.git
cd ILEastic
gmake

This will create a library named ILEASTIC, which has two binding directories:

  • ILEASTIC which has the ILEASTIC service program inside of it
  • NOXDB which has the NOXDB service program inside of it

Usage

After installation and cloning this template, open it inside of VS Code and connect to a system. VS Code may show you a message about installing recommended extensions - which are the IBM i specific extensions.

Ensure ILEASTIC is on your library list and set your current library to where you want the new objects to be built.

Next, you can open one of the sources in the samples directory and they can be compiled into program objects (Control + E / Command + E).

image

Running your web API

Add ILEASTIC to your library list, as well as the library you compiled your program objects into.

You can use SBMJOB to start your web API:

SBMJOB CMD(CALL PGM(helloworld)) ALWMLTTHD(*YES) JOB(helloworld) JOBQ(QSYSNOMAX) 

About

RPGLE template webapi using ILEastic and noxDb

Topics

Resources

Stars

Watchers

Forks