Introduction
Iptor Aperio API Framework creates the possibility to connect IBM iSeries from/to the external world. It provides the facility to
- translate HTTP request into a call to RPG programs
- opens access to IP1 application via web services
- separates business logics and UI
- allows to build flexible UI interface
It provides a UI solution consisting of the following 3 layers.
- Aperio front end layer (rendering)
- A UI server for rendering the UI as HTML 5 Web application
- Rendered using external description files
- Configuration of the connection to IBM iSeries (user authentication, environment setup)
- Test API methods using single request/response with performance measurements
- Session monitoring
- Aperio middle layer API framework (connection & administration)
- Communication tools using structured JSON request and response. (JSON parser and builder)
- API methods list with life cycle management control
- Basic API security available
- UTF8/UTF16 coding enabled
- IP1 back end layer (methods layer)
- RPG programs (methods ) which physically access to DB
- RPG programs which can read and write JSON requests and responses
