If you have ever worked on Alfresco, you should know the script layer on the Internet, my question is, how does alfresco do it? What framework does he use?
If you do not know alfresco, then my question is: how can I implement a script layer to expose my service level as a JavaScript style object?
Using a layer, I can write the following code:
Var test = person.createPerson(556687);
Test ...... Thanks in advance!
source
share