There are a lot of webframeworks out there from a lot of languages.
It's a question in what area you want to use it.

Coming from the Java side, I appreciate the simplicity of Django and I
am currently using it for a few websites. It has some cool features, a
great documentation and is really straight forward.

But if you want to develop so called RIAs (Rich Internet Application),
an application which aims to give it's users the feeling of a desktop
application (and thus will use AJAX in most cases), I think it would
be a lot easier doing it with GWT (Google Web Toolkit) or Wicket,
because you will spend most of the time caring for your templates (the
"view" in MVC) - a tedious task. Despite there are also a lot of very
good JavaScript frameworks, I would try to avoid programming
JavaScript. If you really want to, check out the Dojo framework. It is
very powerful.


I would take a look at Wicket, GWT, Grails (the Django equivalent on
the Java side, ships with a GWT plugin) and Django of course :-)

But combining GWT and Django? Hm ...

Cheers, Roman

http://en.wikipedia.org/wiki/List_of_web_application_frameworks
http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to