I have a javascript app running in a home page sidebar component. I need to access an apex controller, and javascript remoting would be a good fit, except I can’t use VF as I am in a home page component. Is it possible to use javascript remoting from actual raw javascript?
Note – I can’t put a VF page in an iframe in the homepage component as I need to access items in the main page.
It is not possible to use JAVAScript Remoting without Visualforce page and annotated controller. Instead you can try Web-services, Ajax-toolkit, REST API