Flash Remoting Lookup Order
Here is the order in which Flash Remoting looks for server side code when a request is made from Flash MX to the server via Flash Remoting. Note that this order only applies when using ColdFusion MX:
- CF Template
- CF Component
- ServerSide ActionScript
- JavaBean (stateful)
- Java Class (no state and no pool, new instance on every request)
- EJB (EJBHome and EJBObject)
- JMX MBean
- Web Service
I will post the order for other server when they become available.
[thanks sean neville]