Ben Forta

Tag: ColdFusion

← All posts
October 23, 2003

Oracle Stored Procedure Tech Note

The syntax for calling Oracle (8.1 or higher)stored procedures which return reference cursors in Macromedia ColdFusion MX is different from that of previous versions of ColdFusion. A new tech note on this subject has been posted at...

October 23, 2003

.gov Powered by ColdFusion

Which web server technology powers the US Federal Government? Most Government sites are private and behind firewalls, but the public face of the .gov domain hold valuable clues. A search on Google looking for specific file extensions (use "allinurl:cfm site:.gov", for example) yields the following...

October 11, 2003

MAX CF Sessions Taking Shape Nicely

I've just finished reviewing all of the ColdFusion related MAX sessions, providing comments and critique where appropriate. I've been swamped the past few months, and was quite late in getting outline and draft feedback back to presenters, but I have finally caught up, and the presenters have been...

October 1, 2003

Watch Out for Java Reserved Words

I ran into an annoying one today. I have code that has been working for years, and recently moved lots of the core processing into a CFC. And everything kept working properly. I then started tinkering with Flash Remoting, and everything kept working properly. And then I tried invoking CFC methods...

September 30, 2003

The Changing Case Against ColdFusion

Over the past few months I have met with over twenty user groups, briefed about a dozen members of press, visited dozens of customer sites in numerous countries, and addressed more conferences than I can recall. In all, I have had the opportunity to chat about ColdFusion with hundreds (or...

September 29, 2003

FlashORB on SOAP vs. Flash Remoting

Flash now supports SOAP and Flash Remoting as ways to connect to back-end systems. From a ColdFusion perspective there is little difference, a CFC method can be invoked either way, but internally much is different. FlashORB has done a great job of comparing the two and benchmarking the results. See...

September 28, 2003

Does CF Need Additional Protocol Tags?

As mentioned previously, I have been actively soliciting user input as to future ColdFusion directions and features. I have received several requests for additional internet protocol tags, including (to access newsgroups), (read and perform DNS lookups), (as its name suggests, and could also return...

September 27, 2003

Reading Java Properties Files

Windows users are familiar with .ini files, those plain text files that are really useful for storing configuration data and things like that. Java has a similar type of file, a properties file (usually with a .properties extension), and a set of APIs (rather ugly APIs, actually, in...

Page 151 of 157 (1562 posts)