Hi all, I am using a combination of Mach-ii, coldspring, and ajaxCFC to try to build a nice interface for a tool thatI've been tasked to create.
For those of you who don't know, ajaxCFC is a CFC bundled with the DWR javascript library that makes it easy to call funtions and return data asynchronously. A listener component is created that extends the ajax.cfc component. This is where the actual function is called, so you can perform your logic there, or simply make a call to the model. So far this is working great, but I am having to directly access my gateway and instantiate it every time. What I would like to do is access the gateway through my service that is already instantiated by coldspring. I tried a few different things like extending the ajax.cfc to the MachII.framework.EventFilter and such, so that my ajax listener component would have access to the getProperty() function, that that didn't seem to work. If anyone has had any experience with this, I would greatly appreciate the help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
