Tycon wrote:
> I'm planning on using GWT only for client side code and doing all
> server calls
> using JSON, and not using GWT's RPC mechanism. So I guess that would
> avoid the problem you are talking about ?
>
> Correct me if I'm wrong, but neither Perl/CGI not Pylons/Rails etc
> CANNOT
> be used to create a gmail-like application, unless you resort to hand
> writing
> the entire UI (which runs wholly on the client) in javascript (good
> luck with
> that !).
>   
you are way off here - it is quite doable to create a nice GUI with 
Rails (or Pylons or Werkzeug or ...) and use Prototype or add in some 
jQuery (or your js framework of choice) for fast client side actions.  
Just look at some of the 37 Signals apps - but if you want to use GWT 
that's fine, your choice. 




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to