|
Using an Apache server instance works well and is very fast.
Very simple to setup and effective using it for REST architecture, especially in those shops with old school rpg programmers.
Help your staff out by writing a simple “landing” program that offloads the request from the server then looks up an appropriate native rpg pgm to call passing it two parms. 1) in = request json 2) out = response json.
Your team can write simple rpg pgms that accept this request parm, parse it with sql json function, then produce the response packing it back up with sql json functions.
Your devs never have to interface with any http stuff at all. They just need to learn how to work with json. And between data-into, YAJL, sql, they will get by just fine. My suggestion is to use the sql functions.
I would choose this over IWS over ILEAstic any day.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.