cancel
Showing results for 
Search instead for 
Did you mean: 

What's the better language for the workflow logic?

chicco0386
Champ on-the-rise
Champ on-the-rise
Hi all,
I'm looking for the better language to write the logic (move the content during WF, add aspect, add content dinamically during WF…) of my workflow.

For language I mean:
–> JavaScript
–> WebService API

Can you give me the reaseon for use one or the other language?

THANKS YOU
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Why do you want to use WebServices?

Use JavaScript for scripting or Java for "proper code" Smiley Happy

chicco0386
Champ on-the-rise
Champ on-the-rise
Why do you want to use WebServices?

Use JavaScript for scripting or Java for "proper code" Smiley Happy

Ok, thank you for the response.
Another think, I have my alfresco running into JBoss AS, and I must to read some file from my file system and put they into alfresco automatically.
For do this I've write an JBoss ESB that is scheduled and it use WS API for insert content dynamically into Alfresco.

My solution works fine, but I don't know if it's the better practice…

Can you give me your oppinion?

THANK YOU