coldspring

Refactoring cf5 tag based code into CFC's

I feel the need to refactor my old CF5 based code into CFC's. We already have some code in ColdSpring and Transfer but feel a large rewrite to ColdSpring and Transfer is pointless. What tips, approaches and gotchas will I hit. How can I make this easy? I don't mind keeping ColdSpring in the mix but Transfer is the bit I'm scared of...

ColdSpring in Five minutes

I'm rereading ColdSpring in 5 minutes. It says "The UserService needs the UserGateway, and the UserGateway needs the ConfigBean". No it does not! The UserService does not need anything. It doesn't call UserGateway. All it does is set a variable that it happens to call userGateway by coincidence, but it doesn't call the User Gateway co...

Ant + Coldspring

I am working with the new cfbuilder and using ANT to push my code to my dev server. One issue that keeps cropping up is when I make changes to my beans.xml file my ant build throws an exception on my beans.xml file. This is the exception that I get: BUILD FAILED C:\workingcopies\bpmMag\config\beans.xml:3: Unexpected element "{}beans" {...

Does ColdSpring work with MX 6?

I'm embarrassed to ask such a simple question, but my searches are turning up zip. So .. does ColdSpring works with MX 6? Thanks from heat fried brain ... ...