cancel
Showing results for 
Search instead for 
Did you mean: 

Tasks to do - What I need know?

antonio_lazaro
Champ in-the-making
Champ in-the-making
Hi guys.
* I need that my Java application (using struts 2) can define a new user space and new hierarchy structure.
* To do this, I can know if there is this space in server.How can I do this text?
* How can I recovery a hierarchy structure from a name of user space?
2 REPLIES 2

dgenard
Champ on-the-rise
Champ on-the-rise
Multiple API can be used for such things.
Check http://wiki.alfresco.com/wiki/Developer_Guide#Developing_against_the_Alfresco_Repository

Easiest technique is probably based on REST API. See webscripts (http://wiki.alfresco.com/wiki/Web_Scripts).

Denis

antonio_lazaro
Champ in-the-making
Champ in-the-making
I'd like a example, how can I call web script or how can I create custom java classes to do REST call to Alfresco.
Someone can give me some example?