https://github.com/rocketsoftware/pickmultivalue_jagent
https://github.com/rocketsoftware/pickmultivalue_jagent
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rocketsoftware/pickmultivalue_jagent
- Owner: RocketSoftware
- License: gpl-3.0
- Created: 2021-12-03T18:15:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T18:15:36.000Z (over 4 years ago)
- Last Synced: 2025-08-22T20:10:00.477Z (7 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jBase
Sample code for proccessing and responding with JSON on jBase using jAgent.
1. **request.json** would be sent to the jAgent server running on jBase.
2. jAgent would send the request to **RESTFUL** via a listener, which would convert the JSON to and object, check permissions, and determine what subroutine to call.
3. In this example, it would call **JSON.WEB.REPORT**, which would generate the object to be returned.
4. **RESTFUL** would convert the object back to JSON, and return it back up the chain.
5. **response.json** is the example of the JSON that would be returned to the client.