Added Update and Delete options, fixed warning messages during build
This application is utility tool to manage the globals which are in IRIS instance by using java program.
To use this application basic knowledge of CACHE Globals structure is required.
To start with Docker desktop should be installed in the system.
To provide tool to manage the global data with minimum access.
This is JAVA application and it allows to Create,View,Update,Delete and Search Globals which are in IRIS instance. This Java application can be modified in such way that we can install this application in any system and manage the globals which are in different IRIS instance. We can modify this application to restrict the access of globals to the different instances to different users for example we can restrict the CRUD operations only to the user defined Globals and rest all other Globals access can be blocked for CRUD operations in this application.
No Challanges.
Docker,VSCode,IRIS Native API,JAVA
Using VSCode and JAVA 1.8, IRIS Community Edition in Docker.
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory e.g. like it is shown below:
$ git clone https://github.com/muniganesh84/CRUD-GLOBALS-IRISNATIVEAPI-JAVA.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
Start a bash shell to the container by using below command
docker exec -it containerid bash
then goto the directory where the java program resides by using below command
cd src/java
and then execute run.sh
If docker-compose fails, the two most common problems are:
docker-compose.yml
Any collaboration is very welcome! Fork and send Pull requests!