Posted by David Boxenhorn
on 19.06.2006 15:12
Hi guys,

I'm new here, and I don't know if this is the right place for me to be 
asking this question...

Where can I find a description of the Rico architecture, or top-down 
documentation?

Thanks.
Posted by David Boxenhorn
on 19.06.2006 17:49
Okay, I see. There is *no* documentation.

So, can someone give me the architecture in one paragraph? Like, how do 
you "call" a function that's implemented on the server, and get back a 
response? How is that done?
Posted by David Boxenhorn
on 19.06.2006 19:12
I found the following comment:

"Scant documentation -- currently consists of two PDFs and a single 
Weblog entry."

Over here:

http://wiki.osafoundation.org/bin/view/Projects/AjaxLibraries

Can someone point me to said pdfs and weblog entry?

Two pdfs, a weblog entry, a one-paragraph description of the 
architecture, and this forum should be plenty for me, if I can get it...
Posted by Ken Gregg
on 19.06.2006 23:12
David,

Rico is built on the prototype library. If you are not familiar with 
prototype I would suggest you start here:

http://www.sergiopereira.com/articles/prototype.js.html

Then depending on which Rico functions you want to use (see the demos), 
check out the examples forum. It has gotten a little poluted with posts 
that should be here but there is some good stuff there with not too much 
digging.

The specific pdfs and blog entry are linked here:

http://openrico.org/rico/docs.page

Hope this gets you started.

Ken
Posted by David Boxenhorn
on 20.06.2006 05:54
Thanks a lot, Ken.