New issue 25 by westy.at.work: Add Ext.Direct support
http://code.google.com/p/jayrock/issues/detail?id=25
- What new or enhanced feature are you proposing?
Ext.Direct requires a server-side stack that fits pretty well with what
Jayrock already provides. It has a lot of support within the Ext framework
for populating stores, and generally calling services.
See the spec here: http://www.sencha.com/products/js/direct.php
- What goal would this enhancement help you achieve?
Better integration, and simplified client-side code when using Jayrock
enabled services.
+1 For this feature. I've used various Ext.Direct implementations and also
created my own implementation in Java, so i can contribute for this
development.
Let me know
I'd be happy to see this being added to Jayrock but I think it's best done
by someone who is living & breathing the Ext.Direct.
> so i can contribute for this development.
Jayrock is on a Mercurial repo so you should be able to clone and add this
support right now. If you need help with understanding any bits of Jayrock
(given that documentation is thin), feel free to fire your questions over
at the Jayrock discussion group[1] and I'll do my best to address them.
[1] http://groups.google.com/group/jayrock
For a project i'm working on i've created an implementation of Ext Direct
specification for ASP.NET.
It is, like Jayrock, based on HttpHandler so it works on all ASP.NET
framework (WebForm, MCS, whatever).
The library is relkeased as open source, is available on NuGet and his
homepage is located at:
http://gimmi.github.com/extdirecthandler/
For a project i'm working on i've created an implementation of Ext Direct
specification for ASP.NET.
It is, like Jayrock, based on HttpHandler so it works on all ASP.NET
frameworks (WebForm, MCS, whatever).
The library is released as open source, is available on NuGet and his