ibm mobilefirst - Why need worklight adapter instead direct ajax? -
i curious, why need worklight adapter communicate database? why not can't using direct ajax? last time i'm using direct ajax it's not working @ all. after switch worklight adapter it's running charm? no problem @ all. why?
you did not provide specific details scenario, backend system located, if there security involved, topology, etc... why it's not working ajax impossible answer.
as why use worklight adapters, read:
http://javatechig.com/cross-platform/ibm-worklight/how-to-create-a-http-adapter-in-ibm-worlight
adapters provide templated (adapter types) connectivity settings various backend systems - http, soap, sql, jms , on
- adapters provide means auto-generate adapter wsdl , sap web services
- adapters can pure java jax-rs web apps, allow far greater flexibility , functionality (in mfp 7.0)
- you must use worklight adapters if intend on using unified push notifications support
- adapters must used if intend utilize of worklight security features (adapter-based, custom login module, device provisioning, custom provisioning , on)
- and on
Comments
Post a Comment