In 开发者_开发百科other words: Can I respond with a 304 and have it \"just work\"?By default Flex\'s RemoteObject and BlazeDS handle AMF requests as POSTs so they won\'t cache in the browser.You could
Can anyone point me out whats wrong with the configuration I have to execute a simple sample application to use the streaming-amf.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Since 29 bit integers are popular in AMF, I would like to incorporate the fastest / best routine known. Two routines currently exist in our library and can be tested live on ideone
I\'m trying to use WebORB for PHP. The /weborb/ folder has been copied into my web root and I can access the console via /weborb/index.php.
I\'ve built a basic RPC program using FluorineFX (.NET) on the backend for my AMF service. Everything works fine, i.e. I can make calls to the exposed functions.
Is anyone else having problems with Zend_Amf\'s addDirectory()? It is supposed to autoload service classes and doesn\'t seem to. Though it works with setClass just fine. See snippet below.
I\'m looking for some guidance on stress testing BlazeDS polling channels. I\'ve followed this excellent article on using jmeter to test AMF messaging:
I need to develop client server application that involve gaming. I have no experience in flash and I was reading about the AMF3 protocol 开发者_如何学Pythonthat is compact and fast, is it better than
I am working on a project that exposes a number of web services to the public.Right now I have the serialisation side done (Using ZendAMF) and now I need to do the authentication.I was loo开发者_Stack