Logo2
Web & .json
[Home] [Web & .json]
webTileMenu

- A mouseable & configurable menu -

  • Mouse-click your menu choice
  • Do we really need to show the F-keys?
    • Done = F3
    • Sign off =  Shift-F3 (F-15)

 

webTileTemp

- A simple single-field .json web service -

An SQLRPGLE program that consumes a .json web service:

  • json_table(get_CLOB_from_file(:URL) to retrieve an IFS .json file.
  • json_table(SYSTOOLS.HTTPGETCLOB(:URL,'') to retrieve a web service off an Intranet or the Internet.
webTileDOW

- A pop-up calendar -

Another SQLRPGLE application that looks up the day-name of any selected date:

  • mousable
  • red “X” = done = F-3
webTileSeas

- A web service that consumes a .json array -

A drop-down box with a subfile populated with a nested array containing one data field.

 

webTilePresidents

- Another web service that consumes a .json array -

A drop-down box with a subfile populated with a nested array containing several data fields.

 

webTileWeather

- A web service that consumes an Internet .json response -

This is a personalized weather api allowing each user to list his/her own selection of remembered cities.

 

webTileMKL

- A web service that consumes an Internet .json response -

This weather api loops through an input list of desired cities and returns selected data for each input item.

Note: F-9 displays the .json data in your browser.

(This web service is a hard-wired demo web service.)

 

webTileStates

- A web service that consumes nested .json arrays -

This is a more complex .json response with a nested array of states, with each state having it’s own nested array of cities.

Note that the “City” column is sorted as descending.

 

[Home] [Code Samples] [SQL (simple)] [Subfiles] [Web & .json] [Contact Us] [Other]