cancel
Showing results for 
Search instead for 
Did you mean: 

Web Scripts Resources - Where can I find examples?

francoist
Champ in-the-making
Champ in-the-making
I am a newby in the wide world of Alfresco, Web Script, tickets, JSON, etc. I have work through the examples found on the Alfresco website. However, the examples only seem scratch the surface. The more I read the more questions I have.

Questions like:
    How do you validate a ticket in a request?
    What is the best/prefered way to handle an invalid ticket?
    How to process a JSON object received as part of the request?
    How to format a JSON object and return it?
    How do do lucene queries and create a JSON object from the result.
    etc, etc, etc.
I would appreciate it if anyone could point me to some resources and/or examples on the web that they've found usefull.
2 REPLIES 2

nancyg
Champ in-the-making
Champ in-the-making
Hello,

A good place to start is the category page of the wiki (http://wiki.alfresco.com/w/index.php?title=Special:Categories&limit=500), for instance, the list of web script pages can be found here http://wiki.alfresco.com/wiki/Category:Web_Scripts.

There are also several web script examples in the developer toolbox, http://share.alfresco.com.

Hope that helps.

Nancy

francoist
Champ in-the-making
Champ in-the-making
Thanks Nancy, that helped.

Are there any more real world examples somewhere on the net?

Francois