I'm really new to alfresco development. I have a java backed web-script which use to access global properties and get some values in json format. I need to access these values in share java-script web-script since I need to do few validations in share and do share customization. problem is I couldn't find a way to access java backed web-script output from java-script web-script.
I can use javasctipt and using alfresco ajax request, take java backed webscript response but how can I access javascript from javascript webscript in share?
Thank a lot !