Hi,
I'm impressed by Echo demo and am trying to get myself familiar with echo JS web framework. I am wondering if some of the deveoper documentation pages, in particular Core JS doc on HTTP conntection - http://echo.nextapp.com/site/node/93 can be made available, since AJAX application developer would definitely like to know about this.
Another minor issue is that in the Javascript developer guide there is reference to Echo.Application for example "Core.extend(Echo.Application....." . But when I tried this example it didn't work. Later on I realized that the namespace is called EchoApp not Echo for example "Core.extend(EchoApp.Application, {...", or EchoFreeClient not "Echo.FreeClient". It would be beneficial for new developers if these could be updated.
Thanks,
Ray
It's the other way round...
It's the other way round... the docs are up2date, but your libraries are out-dated. Please use a recent build from SVN or download it directly via Echo3Go:
http://wiki.nextapp.com/echowiki/Echo3Go
Cheers, Maik
hi
Thanks. Actually I am using the new libraries. But what I meant was that I was trying out some of the examples from
http://echo.nextapp.com/site/node/83
They are still using old API in those examples.