cancel
Showing results for 
Search instead for 
Did you mean: 

language preference

targa2000
Champ in-the-making
Champ in-the-making
is there a general language preference for developing in Alfresco?  Javascript or Java?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Simple answer is "no".

More complete answer is "it depends". It depends on what you're trying to accomplish; if it involves multiple transactions, lots of calls into different Repository services, performance critical, or needing to be run as the system user, etc. then you'd use Java. Otherwise feel free to use JavaScript if the APIs suit your task.

Thanks,
Mike