[ANN] Pyjamas Django Tutorial at Europython09, Monday 29th June.

2009-06-20 Thread lkcl
In case you're not already aware I thought I'd mention that there is a tutorial for pyjamas on 29th June at Europython in birmingham. as you're django users, you will have a much easier time getting set up than other attendees. Pyjamas is a port of GWT to python: it is for the development of pur

Re: Ajax with JSON-RPC -- new Django handler

2009-06-19 Thread lkcl
ok, i added a copy of the code to the wiki page, as some people may find that easier to access and evaluate rather than from some other random google group page. l. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: Ajax with JSON-RPC -- new Django handler

2009-06-18 Thread lkcl
On Jun 3, 5:14 pm, BenW wrote: > I just posted a JSON-RPC handler I've been working with on the wiki: > > http://code.djangoproject.com/wiki/Jsonrpc > > I'd be interested in feedback from anyone doing async javascript with > Django over RPC. ben, hi, there are many jsonrpc implementations.

Re: Looking for something lighter than Sproutcore or Cappuccino that integrates well with Django

2009-04-10 Thread lkcl
On Apr 10, 9:29 pm, lkcl wrote: > > We've recently done the dance through a wide range of tools and ended up > > selecting Qooxdoo (qooxdoo.org) for a variety of reasons. http://demo.qooxdoo.org/current/playground/#Calculator ok - found one that works. and, actually,

Re: Looking for something lighter than Sproutcore or Cappuccino that integrates well with Django

2009-04-10 Thread lkcl
> We've recently done the dance through a wide range of tools and ended up > selecting Qooxdoo (qooxdoo.org) for a variety of reasons. i'd love to be able to evaluate it, but i get this: Error: unterminated string literal Source File: http://demo.qooxdoo.org/current/demobrowser/script/demobrow

Re: Looking for something lighter than Sproutcore or Cappuccino that integrates well with Django

2009-04-10 Thread lkcl
On Apr 8, 7:43 pm, Scott Newman wrote: > > I've been looking at a couple of RIA frameworks, namely Sproutcore and > > Cappuccino. The feel a bit too heavy for me. Sproutcore does not > > integrate well with Django > > The reason I'm posting is to ask the community if they have know of > > any

Re: Looking for something lighter than Sproutcore or Cappuccino that integrates well with Django

2009-04-10 Thread lkcl
On Apr 8, 2:34 pm, Rob Madole wrote: > I've been looking at a couple of RIA frameworks, namely Sproutcore and > Cappuccino. The feel a bit too heavy for me. Sproutcore does not > integrate well with Django. Cappuccino uses Objective-J as the > language and I'm not convinced this is a good ch

django forms - JSONRPC API - progress

2009-04-05 Thread lkcl
the basic plan is to provide a generic JSONRPC front-end to Django forms which could conceivably become a de-facto interoperability standard for web 2.0 applications to create, validate and store data in "forms". i've just added "describe" and "describe_errors". http://pyjamas.svn.sourceforge.ne

Re: I love both Django and the Google Web Toolkit. Who else thinks tighter integration would be nice?

2009-03-29 Thread lkcl
sorry about re-beginning this thread but googlegroups decided to "close" responses. i accidentally replied privately to adam as a result, and will endeavour to reproduce what i wrote. as mentioned previously here on django-users, here is the beginnings of achieving exactly what adam is referring

[ANN] Pyjamas 0.5 Web Widget Set and python-to-javascript Compiler released

2009-03-11 Thread lkcl
folks, hi, as a django user, i can't help but let people who use my favourite web server framework know of the pyjamas 0.5 release. in addition to the release notes (copy here) : http://groups.google.com/group/comp.lang.python/browse_thread/thread/f1c9e1d2fb251c4e# there is further information r

Re: Does django support RESTful webservice and JSON encoding/decoding?

2009-03-11 Thread lkcl
On Mar 11, 7:40 am, Joshua Partogi wrote: > Dear all, > > Does django support RESTful webservice meaning that I can invoke the > Http method with RESTful URL? > > Another thing does django supports JSON encoding and decoding? if you mean "is there a module available out there which will help

pyjamas django model/forms integration

2009-03-09 Thread lkcl
i note that there is interest in GWT Django Models / Forms integration, which is something presently being experimented on in pyjamas by some of the users. following on from this: http://groups.google.com/group/django-users/browse_thread/thread/87035bc2fa95930d/a25d10638ed6f809?lnk=gst&q=pyjamas#

Re: Pyjamas-Desktop and Pyjamas

2008-10-10 Thread lkcl
On Oct 7, 3:17 pm, Finder <[EMAIL PROTECTED]> wrote: > Wow, this is kindof of an exciting combo. Thanks! no problem :) i've since written a tutorial, on how to create your own widgets: http://pyjd.org/controls_tutorial.html it's a damn site simpler than pygtk2 also there's an introductio

Re: Pyjamas-Desktop and Pyjamas

2008-09-06 Thread lkcl
> words, the code that _was_ handed to the pyjamas compiler is instead > handed to the python compiler. correction: python _interpreter_ :) pyjamas-desktop ends up doing "import pywebkitgtk", which pulls in webkit, which, given that it's a Browser Engine, ends up with *identically* displayed co

Pyjamas-Desktop and Pyjamas

2008-09-06 Thread lkcl
folks, hi, as an instant django convert when i discovered it a couple of months ago, i wanted to make people aware of some technology that has saved me vast amounts of development effort, and given me no end of amusement: pyjamas. pyjamas - http://code.google.com/p/pyjamas - is an AJAX-based web