Closed (won't fix)
Project:
AMFPHP
Version:
master
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
12 Feb 2009 at 11:10 UTC
Updated:
18 Feb 2009 at 00:12 UTC
This is a thing that i created using SabreAMF, i wanted to submit it is a module, but it was rejected, i think because of lack of documentation/purpose understanding, functionality duplication, too little code ... bla bla bla
I hope someone finds it useful and develops more from it.
Just follow the installation instructions + example inside the module
Cheers....
| Comment | File | Size | Author |
|---|---|---|---|
| sabreamf.zip | 66.98 KB | iongion |
Comments
Comment #1
iongion commentedJust navigate to gateway url from your browser http://localhost/drupal/services/sabreamf to be presented with a nice page for non-amf requests :D (the rubyamf way :D)
There is also a ping test service and a flash console application (as3) + a DrupalGateway actionscript class wrapper (you can have as many gateways as you want, mapping to different drupal services)
Comment #2
snelson commentedThis looks cool ...
I'd suggest you clean it up and try again to submit it as a contrib module. But, take a look at Drupal coding standards first, I think this has a lot to do with rejection, looking at your code.
http://drupal.org/coding-standards
Nice work,
Scott
Comment #3
iongion commentedThank you Scott, you have all my credit for your so very useful module, a few days i was granted commit rights at http://code.google.com/p/sabreamf/ and i added the module there, you can delete this task if you want.
Comment #4
snelson commentedCool ...
I still think it would be good to have in the Drupal contrib repo ...
I've also been thinking about doing a general amfserver module, which might include all the different libraries like AMFPHP and SabreAMF. I dunno though, seems like it would all be accomplishing the same goal.
I've never used sabre, what are its differences from AMFPHP or others like WebORB, etc?