It is now better integrated and allows developers to write Spring MVC controller code as they normally would with form handling, validation, and localization of messaging handling done by the plugin.
Another Ext.Direct implementation for ASP.Net MVC - boson mvc
Another Ext.Direct implementation for ASP.Net MVC - boson mvc
(copied from elishnievsky's thread which wasn't the right place for this)
I don't remember if I ever posted it here, but some time ago I have implemented my own version of Ext Direct stack as a part of 'boson-mvc' project. It's an open source library so you can use it freely. My implementation is based on Castle Windsor container. The source code can be compiled under vs 2010 and I don't provide a binary version as for now. The project contains also the 'boson' view engine for generating dynamic json or xml from asp.net mvc views.
Boson mvc is used in production software so it's been tested and is mature somehow. Unfortunately the documentation is non existent so you'll have to figure out everything yourself.Anyway I hope someone will find it useful.
Address: http://code.google.com/p/boson-mvc/
Ext.Direct stack for Google App Engine using Python without a web framework
Ext.Direct stack for Google App Engine using Python without a web framework
I've written a backend for the Python (v2.5) bindings for Google App Engine without using a web framework such as django or anything like that if anyone's interested. I use it for simply putting and getting objects from the Google datastore (but of course GAE also offers a blobstore, a memcache, scheduled tasks, email and messaging etc etc)
Transaction support is where it gets a bit tricky (GAE supports transactions but only for 'entity groups' so I'm seeing what I can do about that), and the code is a bit of all an all-in-one mix at the moment, but it mostly works pretty well.
If anyone would like to know more, pm me or contactable via my blog at www.schmerg.com