We've used it--it's really domain specific, but you can look at tripleaxis.smallangles.net (please don't crash us :>). We do the front end with extjs and the back-end with django. We have a number of ajax calls made by extjs and then handled by django. We're also finishing up a dataflow project (where we let users create filters through which their data flows--imagine labview for data...). That project also involves creating users, redis, etc. and takes a bit more advantage of django...
One thing to be aware of is that several tutorials on the web for extjs are a bit dated--the library has been improved to be more modular in version 4, but as a result, some changes need to be made to existing code--we've also had a few issues making it play nice with YUI (long story...). William On Wed, Aug 10, 2011 at 11:22 AM, Reinout van Rees <rein...@vanrees.org>wrote: > Hi, > > Several people in my workplace are looking at extjs now. > http://www.sencha.com/**products/extjs/examples/<http://www.sencha.com/products/extjs/examples/> > Basically, a big javascript UI construction kit. To me it feels like a > desktop app in a browser window. > > Question: does anyone have experience (positive or negative) with extjs in > combination with django? Django can spew out json just fine of course, but > it'll have to relinquish a lot of control to the browser. And it'll be more > "spitting out json" than "using templates". > > > Reinout > > -- > Reinout van Rees http://reinout.vanrees.org/ > rein...@vanrees.org > http://www.nelen-schuurmans.**nl/<http://www.nelen-schuurmans.nl/> > "If you're not sure what to do, make something. -- Paul Graham" > > -- > 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 django-users+unsubscribe@** > googlegroups.com <django-users%2bunsubscr...@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> > . > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.