1.

What Is Javascript Remoting For Apex Controllers?

Answer»
  • Use JAVASCRIPT remoting in visualforce to call methods in APEX controllers from javascript.
  • Javascript remoting has 3 parts.
  • The remote METHOD invocation you add to the visualforce page, written in javascript.
  • The remote method definition in your Apex controller class.
  • This method definition is written in apex, but there are few differences from NORMAL action methods.
  • The response handles callback function you add to or include in your vf page, written in javascript.



Discussion

No Comment Found