New Echo2 Tutorial Series
Part 1 of a multipart Echo2 tutorial series, entitled "Ajax with Echo2 and Eclipse" is now available from our web site. The related archive with the Echo2 distribution plus the EchopointNG library is available here.
I try to take to O'Reilly approache here, letting novices get their hands dirty by working on examples.
Stay tuned for part 2 real soon, where I show off a little bit of server push.

Thank you. It's really good, especially for novice like me. I'm looking forward for the second part.
Thanks again and have a nice day.
Pex
Posted by: Pex | February 19, 2007 at 09:53 AM
Hi,
thanks for a good tutorial. I'm really looking forward for the next part.
A small problem: I had encountered a problem running the application. I've got an 500 Server Internal Error. I found the answer in the web.xml. The servlet-class must be named ajaxsample.servlet.AjaxSampleServlet not AjaxSample.servlet.AjaxSampleServlet because we have a package name with all lower case letters.
Cheers,
Pex
Posted by: Pex | April 29, 2007 at 06:58 AM
Nice Tutorial. I have some experience with web applications, but using a proprietary framework where I work. I will try the example as soon as I go home and I'll be waiting anxiously for the next chapter.
Thank you
Posted by: Mário Melo | August 08, 2007 at 12:32 PM
Very very very interesting tutorial...
Regards,
Ben
Posted by: ben | October 24, 2007 at 06:25 AM
same problem as pex
renamed the classpah class in the web.xml file and everything works
i hope to see the second part eally soon
Posted by: Gabriele Prandini | January 18, 2008 at 08:02 AM