|
Re: fusebox + xmlhttprequest (ie ajax)
|
rbr-@gmail.com
|
Sep 16, 2005 12:53 PDT
|
Hi Barney, just came across this post while searching. I've downloaded
neuromancer but it doesn't appear to contain the cfc 'cfBAM.cfc' or
the thinArray.js file. Would you mind sending me a copy?? Thanks!
On 4/25/05, Barney Boisvert <bbois-@gmail.com> wrote:
| | I'm using Ajax-style stuff with both FB3 and FB4 with great success.
In both cases, I don't use a separate controller, just a different
circuit (named 'facade') that has the fusactions to be called. The
fuseactions reference the same model (I use CFCs, but it could be
model circuit(s)), and then serialize the data for transmission,
rather than rendering HTML.
Rob Rohan's Neuromancer is the base that I use, and it's fantastic.
Included is a cfc (cfBAM.cfc) that does server-side serialization of
objects that complement the Neuromancer client-side libraries,
allowing you to efficiently transmit complex data (recordsets, arrays,
and structures) bidirectionally. The serialization scheme is called
ThinArrays, though it can be used for all three complex types listed
above.
|
|
|
 |
|