Static Methods
Guys,
We have may CFC in our system and we primarily use them as a means to organize the application, as we have no instance date, but to use them we have to create instances using cfinvoke. It is similar to this post made a over 10 years back:
using CFCs statically without cfinvoke
That said from what I can tell CF doesn't have static methods: i.e. a means to create a method in an object and just call that object without instantiating the entire objects (which I'd like to avoid doing).
