First post :)

I use JSON for most of my work because it makes handling datatypes so much easier.. and with corelib  including serializers for JSON makes things a whole lot easier for me.

For future projects I will make heavy use of remoting and Im currently looking at HTTPService  as a foundation to start with. Now, to make things easier for me I thought I'd automate the whole thing and keep Actionscript to a minimum in my application.xml markup. Thus, I want to extend the mx.rpc.http.mxml.HTTPService class to handle this but, since I've never touch extending classes I ran in to some snags.

I would be very grateful on some pointers on how to go about this matter, if it is even possible to extend the class in this way?

My first try was to override the send() method to do the serialization but the compiler fails with a statement that the method isnt marked for being overridable, so Im more or less stuck.

Also, when using HTTPService in markup you can embed an mx:request tag and bind values to that of my other controls. How can I make this work in my extended class? Where can I find more information about this in the docs?

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to