Changes between Version 2 and Version 3 of HowTos/HowToUseRemoting

Show
Ignore:
Timestamp:
12/01/09 20:18:50 (16 years ago)
Author:
Chuck Savage <chuck@…> (IP: 71.56.239.159)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseRemoting

    v2 v3  
    1717 
    18181. It must live in the root folder of a Model-Glue application. This is because it relies on the presence of an instance of !ModelGlue.cfc in the application scope to locate and run any events. It can have any name but it has to be in the root of the application. 
    19 1. It must extend modelglue.gesture.remoting.!AbstractRemotingService. This base class provides essential functionality (such as locating the Model-Glue instance in the application scope regardless of the name of the variable containing it).  
     19 
     202. It must extend modelglue.gesture.remoting.!AbstractRemotingService. This base class provides essential functionality (such as locating the Model-Glue instance in the application scope regardless of the name of the variable containing it).  
    2021 
    2122