-
21 Apr 2009 5:59 AM #1
Ext.Direct Using .net 3.5
Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
21 Apr 2009 8:20 AM #2
That's correct. Essentially you'll mark a class with an attribute to indicate that it's a Direct class. From here, you'll mark various methods as Direct Methods. It will then infer the number and types of the parameters that come in from the client. This can also be used to generate the API.
If anyone wants to catch me I'm on IRC, irc.freenode.net #extjsEvan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
21 Apr 2009 9:19 AM #3
Evan,
Thanks for the update. I'm looking forward to seeing your .NET example. Will it be in svn or posted seperately somewhere?
Unfortunately I can't access irc here at work.
Thanks!Jon
-
21 Apr 2009 9:44 AM #4
There's several things I'll be using from your implementation, seeing the .NET JSON stuff, it makes things a whole lot cleaner.
Stay tuned
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
22 Apr 2009 4:19 AM #5
New Example of Ext.Writer ( using DirectStore) and also change in core rpc class
Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
22 Apr 2009 11:28 PM #6
now auto-discovers and generates the API
now auto-discovers and generates the API
update the API. auto-discovers and generates the API.
Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
24 Apr 2009 2:18 AM #7
why is .net and php,i only knew java and python.
MSN:only_do@hotmail.com
QQ:9768846
-
24 Apr 2009 6:32 AM #8Shibu Bhattarai
Use JavaScript beautifier to beautify you code http://jsbeautifier.org/
Code Conventions http://javascript.crockford.com/code.html
ExtJS Core Manual http://extjs.com/products/extcore/manual/
-
29 Apr 2009 11:21 PM #9
Hi shibubh,
thank you very much for sharing this stuff.
Btw. A few more comments in the source would be really helpfull





Reply With Quote