Questions tagged [coldspring]

ColdSpring is a web framework for the ColdFusion application programming language, based on the Java Spring Framework, providing dependency injection, inversion of control and aspect oriented programming.

ColdSpring is a web application framework for the ColdFusion application programming language, based on the Java Spring Framework. It was originally created by Chris Scott and provides Dependency injection, inversion of control and aspect-oriented programming design pattern capabilities in an effort to make the configuration and dependencies of ColdFusion components (CFCs) easier to manage.

ColdSpring 2.0 is a rewrite of ColdSpring 1.x, and is lead by Mark Mandel.

21 questions
0
votes
1 answer

Accessing our project site through IIS using ColdFusion

I am getting the following error in setting up a project in ColdFusion using the Coldspring framework Could anyone please suggest how to resolve the given issue? I also tried adding a virtual directory in IIS, and also mapped the default.cfm in…
Amar
  • 11
  • 1
  • 2
0
votes
0 answers

How to configure website in IIS for ColdFusion

I am new to ColdFusion development. I am working on a project in which we are using ColdFusion 11 and ColdSpring. I have to configure the website in IIS as currently I am not able to serve it in a browser. Can anyone please guide me how to configure…
Amar
  • 11
  • 1
  • 2
0
votes
1 answer

Redirect in Model-Glue

There is this app we are running in parallel prior to moving it from external server to our internal servers. It is a two part application: the public/unsecured part (directory A) and the secured part (directory B). It's all wired up in…
McFash
  • 3
  • 2
0
votes
0 answers

How To Change The Default Circuit

I am new to a company that is using fusebox. We need to run two versions of the application on the same box, so we duplicated all of the ColdFusion mappings from, say, "mapping" to "mappingD" in order to indicate these are the ones on the D…
WiWildcat
  • 31
  • 5
0
votes
1 answer

Coldspring 2.0 and Fusebox 5.5 (XML)

My app uses Fusebox 5.5 and Coldspring 1.2. I'm trying to migrate to Coldspring 2.0. In Fusebox_lexicon/coldspring/initialize.cfm there is the following block of code: // set ColdSpring in this fusebox instance's application space …
0
votes
2 answers

what is coldspring & eqv in wirebox?

I'm porting my Coldspring xml into Wirebox, but I'm stuck. in Coldspring can create a struct of singletons and then pass that struct into the 'bean' by constructor or setter. And creates an array. What do I write in Wirebox.cfc to do…
Henry
  • 32,689
  • 19
  • 120
  • 221
1
2