morellik wrote:
> Dear all,
>
> I'm starting to learn something about Ajax.
> Can I use Ajax features in applications written in CP2?
Yes.
> There are some changes to do?
>
No.
No because Ajax is only HTTP calls made manually from some
Javascript
code. But in the end it's only HTTP and CherryPy doesn't
care where it
comes from.
However CherryPy does not provide some kind of framework
either to make
things a little friendlier. That is you will have to write
your own
Javascript code using a dedicated library such as MochiKit,
moo.tools or
JQuery, etc. You may want to look at TurboGears as well for
this.
Anyway Ajax does not change the way the HTTP exchange occur
and
therefore CherryPy does not have to behave differently.
- Sylvain
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|