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:

  1. http://javatechig.com/cross-platform/ibm-worklight/how-to-create-a-http-adapter-in-ibm-worlight

  2. adapters provide templated (adapter types) connectivity settings various backend systems - http, soap, sql, jms , on

  3. adapters provide means auto-generate adapter wsdl , sap web services
  4. adapters can pure java jax-rs web apps, allow far greater flexibility , functionality (in mfp 7.0)
  5. you must use worklight adapters if intend on using unified push notifications support
  6. adapters must used if intend utilize of worklight security features (adapter-based, custom login module, device provisioning, custom provisioning , on)
  7. and on

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -