cancel
Showing results for 
Search instead for 
Did you mean: 

WebScript Framework JavaDoc?

hyperation
Champ on-the-rise
Champ on-the-rise
Hi Everyone,

I was wondering if there is a JavaDoc for the WebScript Framework?

I went to the Alfresco JavaDocs wiki page and looked through all the JavaDocs posted there, but none of them is for the WebScript Framework.

Thanks,
Hyperation
4 REPLIES 4

lista
Star Contributor
Star Contributor
Hi,

have you checked out the  ecmarchitect.com site?

http://ecmarchitect.com/categories/content-management/alfresco
http://ecmarchitect.com/categories/content-management/alfresco-developer-series

More precisely, this PDF should contain at least some of the information you're looking for:

http://ecmarchitect.com/images/articles/alfresco-webscripts/web-script-article.pdf

Cheers,
Lista.

schambon
Champ in-the-making
Champ in-the-making
Hi,

Otherwise you can get the source:

  • if you're running Community/Labs, just check it out from svn (svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD), or look in the corresponding SDK,
  • if you're running Enterprise, it's in the SDK, in the src folder, in the remote-api.zip archive.

  • Cheers,
    Sylvain.

    rliu
    Champ in-the-making
    Champ in-the-making
    All the services you'll need can be found here Repository Services: Here

    hyperation
    Champ on-the-rise
    Champ on-the-rise
    Thanks everyone.