cancel
Showing results for 
Search instead for 
Did you mean: 

Share/Surf WebScript with Java backed bean

bela
Champ in-the-making
Champ in-the-making
Hey,

I am trying to write a web script into alfresco share, and I want it to have a Java backed bean. The purpose of the webscript is to move users from one user group to another. I have already written a web script with this functionality into alfresco itself, but I want it to be in a share application also, completely independent. My problem is that I didn't find any usable documentation regarding java backed share/surf web script development. Any help would be appreciated.
10 REPLIES 10

eric_soto
Champ in-the-making
Champ in-the-making
Bela,

I know this is an old post but I am answering anyway for the benefit of anyone googling this.

It is possible to have a Java-backed webscript in Share. If you would like to see how it's done you can follow this thread on another post: Click here. However, I totally agree with MikeH: Your Java-backed webscript should reside in the Alfresco Repository and accessed from Share through a RESTful presentation webscript (server-side) or Ajax call (client-side).

I hope this helps. Cheers.