cancel
Showing results for 
Search instead for 
Did you mean: 

Role of webscripts in our project

joshna
Champ in-the-making
Champ in-the-making
Hi All,

Can anyone help me out,why we use web scripts and what is the advantage of using it out, Is it possible to do any components using web scripts..
4 REPLIES 4

jm_pascal
Star Contributor
Star Contributor
Hello,

For me, i don't want to create and use webservices so I use webscript!! With a simple URL I can call any of my services  (with backed java method).
I use it also for "widget" creation. It's a fragment of HTML page which I can share and reuse anywhere.
And finally, I create some webscript to make queries. I have an xml file in response so I can parse it and integrate it with another solution.

Regards,
JM.Pascal

zaizi
Champ in-the-making
Champ in-the-making
There are web script examples on the wiki at http://wiki.alfresco.com/wiki/Web_Scripts_Examples.

The new share interface on Alfresco Labs 3.0 uses web scripts. They use web scripts to build all the components.

nancyg
Champ in-the-making
Champ in-the-making
You can also find a bunch of web script examples in the Content Community, http://community.alfresco.com , in the Developer Toolbox space.

joshna
Champ in-the-making
Champ in-the-making
Hi Pascal,

Can u explain the component u have worked using webscripts out and explain the procedure to be done in detail…


Thanks
Joshna,