cancel
Showing results for 
Search instead for 
Did you mean: 

Calling javascript from java

nikes
Champ on-the-rise
Champ on-the-rise
Hello all,

How can I call Javascript (that contains code of Alfresco Javascript API) from JSF backing bean?

Regards,
Nikesh
1 REPLY 1

mrogers
Star Contributor
Star Contributor
If you are on Java 6 you can use JSR 223 to run lots of different scripting implementations.

Or you may like to use the Alfresco ScriptService.