Joshua Russo kirjoitti:
> On Mon, Sep 28, 2009 at 4:00 AM, Jani Tiainen <rede...@gmail.com 
> <mailto:rede...@gmail.com>> wrote:
> 
> 
>     Joshua Russo kirjoitti:
>      > Great links guys, thanks. I'm still in the mindset of frameworks just
>      > making JavaScript less painful too and I'm looking for ways to move
>      > beyond that. I just started looking at Dojo before posting this
>     and it
>      > definitely looks like it has potential.
> 
>     I'm pretty "heavy" user of Dojo. My project is completely built on top
>     of Django/Dojo using JSON-RPC to do talk with Django part.
> 
>     I'm pretty happy how it works, specially declarative way to make widgets
>     is pretty cool comparing to other that usually require JS markup to
>     achieve same thing.
> 
>     Dojango is pretty nice. I just don't use (model)forms all.
> 
> 
> Do you use the Admin app at all? Or are your sites all just custom views?  

I use admin app for administrative tasks, mainly setting different 
dynamic configs and to lookup data but it's meant for people "who knows 
what they are doing" since it's possible to break things by using admin 
interface.

Most of the program consists single page that dynamically loads 
templates, JSON and invokes JSON-RPC calls.

I've developed my own set of "RPC Forms" that works better in RPC 
concept and also they provide some my application domain spesific 
features like automated query construction (same form is used for CRUD 
operations)

Main reasons was that we needed "nice" UI widgets (containers, tabs, 
floating windows, buttons, tools, dropdowns and all that "desktop like" 
features), liberal licence and somewhat solid, mature product.

Another real option was ExtJS.


-- 
Jani Tiainen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to