Hello,
I need help using java from 4gl app. Here is my current scenario. We have a java app running all the time on the unix server looking for a new record entry on a Informix table. 4GL app creats a record in a staging table and waits for the java program to pick up and get the result back .
The java app reads the record and uses web services to get data from external resource and creats result record in the table. 4GL app picks up this record.
Is there any way I could call java from 4gl directly instead of using the staging table ? I want to instentiate the java one time and call the java method everytime I need data.
Is there any IPC machanism available in 4gl ?
Thanks,
Chandra.
I need help using java from 4gl app. Here is my current scenario. We have a java app running all the time on the unix server looking for a new record entry on a Informix table. 4GL app creats a record in a staging table and waits for the java program to pick up and get the result back .
The java app reads the record and uses web services to get data from external resource and creats result record in the table. 4GL app picks up this record.
Is there any way I could call java from 4gl directly instead of using the staging table ? I want to instentiate the java one time and call the java method everytime I need data.
Is there any IPC machanism available in 4gl ?
Thanks,
Chandra.