That clarified a LOT! :)  I finished reading CherryPy tutorial and
does not like its url dispatching mechanism at all.

But one small issue on webpy side: while it is clear to use a GET and
a POST method, what if I would like to use one method to handle either
POST or GET?

Thanks,

On Oct 31, 4:33 pm, Anand Chitipothu <[email protected]> wrote:
> On Sat, Oct 31, 2009 at 1:58 PM, xrfang <[email protected]> wrote:
>
> > What is the relationship between web.py and CherryPy?  What does
> > web.py offers more than a bare CherryPy (I heard that web.py is based
> > on CherryPy).
>
> > And, if I use web.py on Goole AppEngine do I still need CherryPy? i.e.
> > I have an impression that CherryPy is a web server while web.py is a
> > framework?? I might be very wrong because I just browsed CherryPy
> > tutorial...
>
> web.py is not based on CherryPy. web.py uses WSGI server provided by
> CherryPy as development web server and it not used when you are
> running your app with apache, lighttpd or app engine.
>
> Anand
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to