-
8 Nov 2007 7:14 AM #1
XMLRPC in Ext
XMLRPC in Ext
Hello,
Is there a way to send a request XMLRCP with Ext ?
Thanks.
-
8 Nov 2007 7:28 AM #2
-
8 Nov 2007 8:08 AM #3
That should be fine with Ext 2.0 as well, it's only using the EventManager anyway.
"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
-
8 Nov 2007 9:02 AM #4
the first problem i find is that MasterTemplate has been replaced by XTemplate http://extjs.com/learn/Ext_1_to_2_Mi...e_to_XTemplate. i think it's necessary to modify the source code.
-
8 Nov 2007 9:13 AM #5
This is the first time I've seen this. Looks nice if you need XmlRPC support. Looking at the source it should be rather trivial to upgrade to 2.0.
Aaron Conran
@aconran
Sencha Architect Development Team
-
8 Nov 2007 9:28 AM #6
It will be very good if Ext supports XMLRPC natively. I will try to modify the source code of Atomic.
-
8 Nov 2007 9:31 AM #7
You'll find there are many people using various types of communication between the client-side and server-side. DWR, JSON-RPC, XmlRPC, classic ajax, etc.
It would be difficult to support everyone's needs but I agree that it would be cool to provide a package for the most common rpc mechanisms. If this is a feature people really want they should place a request in the Feature Requests section on the Premium Forums.Aaron Conran
@aconran
Sencha Architect Development Team
-
9 Nov 2007 7:51 AM #8
-
9 Nov 2007 7:53 AM #9
That wasn't too hard now, was it ?
"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
-
9 Nov 2007 9:10 AM #10
Thanks for contributing. You should probably get in touch with the initial author and try to see if you can get your port up on his site so that others don't have to do the same porting routine.
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote

