Archive

Archive for November, 2007

gofr (AS3 Web Service) Extensions

November 15th, 2007 alducente 5 comments

I have been getting a lot of good feedback about the web service package (gofr) I wrote for AS3 , and I thank everyone who has offered solutions and additions in order to make the project even better.

A recent contribution to gofr has been made by Johan Öbrink (http://manmachine-tech.blogspot.com/) which looks very promising. It’s a modified version of the first release of gofr that has an error event listener. I haven’t been able to test it but it was something I’ve always wanted to implement to the package, I just didn’t have enough time to do my research on the absolute best way of implementing it.

The unfortunate part about this package is that modifications were made straight on the classes. I would have loved to see a seperate, encapsulated package that can be easily transferred over to newer versions of gofr.

This example also brought up the idea of reworking my package in some way so that others can easily create add-ons, extensions, and plugins without having to touch the original package. By keeping your tweaks and modifications on a seperate package, you can keep using your classes on different versions of gofr without having to worry about overwriting files or modifying the most recent version.

Again, thanks for everyone’s support and I hope to make this the best web service support for AS3.

Categories: AS3 Tags: