MobileFirst - Use PHP / call RPG -


i have 2 small questions mobilefirst- server.

i found out, mobilefirst (or worklight)-server doesn't support php. (ibm worklight 6.0 - how include php file?) still so? or there plan include php?

then want call rpg's java-adapter. doesn't find full example calling rpg. want call rpg's display file. possible? in following article sounds possible: http://www.it-zoom.de/dv-dialog/e/vom-greenscreen-zum-touchscreen-10865/

ibm mobilefirst server sits on top of websphere java ee based app server. mobilefirst platform adapter pattern server-side layer provides abstraction generalized end-point; including php, sql, sap, whatever. long final endpoint capable of acting "service", accepting http requests, , producing json/xml responses, pattern should work fine. basic flow is:

  1. mobile app client calls mfp adapter
  2. adapter calls final endpoint (php/rpg in case)
  3. endpoint responds json/xml data
  4. adapter optionally converts response json
  5. mobile client app receives , processes (displays) consistent response adapter.

hope helps clarify pattern you.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -