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:
- mobile app client calls mfp adapter
- adapter calls final endpoint (php/rpg in case)
- endpoint responds json/xml data
- adapter optionally converts response json
- mobile client app receives , processes (displays) consistent response adapter.
hope helps clarify pattern you.
Comments
Post a Comment