14
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 17 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial import of an example fla and a service for it to use More... about 21 years ago
Removed examples for old version More... about 21 years ago
The Serializer wasn't serializing accented characters properly because of the utf8_encode, now it serializes properly.. More... about 21 years ago
debug part removed * $debug was never found, it was not made global in the function * $this->saveRawData is not available here More... about 21 years ago
Started to add the support for the ServiceBrowser. The gateway now understands the DescribeService Header and partially builds the lists necessary for the ServiceBrowser to map the methods. Currently only, remote enabled methods will show, but argument lists are still non-functional. More... about 21 years ago
1. Greatly modified the Executive to change how the registered method works, as well as change how the loading of the class works. There is now a basic class named RemotingService that dynamically extends the designated class. This done to add some additional functionality for the Flash Service Browser and some other possible future implementations. 2. Now the service classes HAVE to have a constructor. And in the constructor they must define a $this->methodTable array. The array contains a list of any methods that are to be enabled or described. All methods are now disabled from flash remoting by default and you have to explicity define a method's access as remote. 3. I also changed how the registered version worked. Before registered classes became VERY AMF specific. They always generated AMF regardless of where you called them. I changed the model so there is now an instance name negotiation. If the gateway is set to safeExecution mode, the executive will check to see if the gateway's name (set with setInstanceName) is the same as the service class method's instance name. See the example files. Also if a service method has an instance name defined, the discovery gateway will NOT be able to use it. More... about 21 years ago
Initial revision More... about 21 years ago
Commited wrong version with error - fixed. More... over 21 years ago
1. Fixed the utf bugs related to string encoding and decoding in the serializer and deserializer classes 2. Fixed a known bug with the onStatus error callback The onStatus would only throw a return to the target uri /1. Changed the gateway and exception classes to push and read to a global scope so the target uri would propogate correctly back to the client 3. Added support for little-endian systems in both serialization and deserialization classes --Justin More... over 21 years ago
Added date writing function, with dodgy timezone More... over 21 years ago
Retested dubious data types and changed readData accordingly More... over 21 years ago
Early implementations removed. They still can be retrieved from the CVS when needed. It's not a main part of the distribution. More... over 21 years ago
Initial revision More... over 21 years ago