Skip to main content

Questions tagged [coldfusion]

ColdFusion is a rapid web application development platform that was originally designed to make it easier to connect simple HTML pages to a database.

2 votes
2 answers
1k views

We want to build a rest api layer on top of a soap webservice. Our current situation is that we have a coldfusion application that talks with the webservice, both running on different servers. The ...
Bram's user avatar
  • 29
1 vote
1 answer
631 views

Our website needs to send transactional emails to customers each time an event happens on the site such as: User registration Email verification Password resets Order confirmations Despatch ...
volume one's user avatar
0 votes
2 answers
450 views

We have a small team currently working on numerous projects. We originally started out as a two person team and jumped in head first without any kind of source control. We currently break numerous ...
OregonJeff's user avatar
0 votes
1 answer
70 views

I am trying to find out the best possible way to save the POST data in session and making it available in different page requests. For example at website's homepage I have a Search form with ...
user3733648's user avatar
2 votes
2 answers
285 views

I have an automated invoicing web app and I'm trying to build in some failsafes and a structure that will, under no circumstance, allow an invoice to be double charged. All things working perfectly, ...
Steve Ontologic's user avatar
0 votes
0 answers
16 views

I have an automated invoicing web app and I'm trying to build in some failsafes and a structure that will, under no circumstance, allow an invoice to be double charged. All things working perfectly, ...
Steve Ontologic's user avatar
1 vote
1 answer
391 views

I am using an Export Module, now I want to extend it for different connections. I have a database which contains products Its Description, Review, Images etc. I use the serialize function to save it ...
user160820's user avatar
-1 votes
1 answer
162 views

I am trying to create Export Module for our application, this seems to me a bit complex so I am posting it here to get some guide lines. In our database we have a list of Products, which can be ...
user160820's user avatar
2 votes
1 answer
210 views

I have data available in the form of Structs and Arrays. I need some design pattern advice, which I can use to model this situation into corresponding Coldfusion Components. Here is the data ...
user160820's user avatar
3 votes
2 answers
778 views

I'm presenting on Concurrency in ColdFusion at CFObjective this year, and I'd like to hear how you're using CFThread in your ColdFusion applications. In addition, what problems have you had while ...
marc esher's user avatar
1 vote
2 answers
2k views

I'm running Coldfusion 8 and SQL server 2008. I've been building serveral forms that insert data into the database from external users, we have a custom built security module built by the guy who I'...
Snow_Mac's user avatar
  • 349
5 votes
5 answers
2k views

Currently I work with ColdFusion 9+ and some Java in a Windows environment. Prior to ColdFusion, my background was in Java and JSP. I'm considering a move towards Ruby on Rails, as I think it would ...
Ciaran Archer's user avatar