Tracking Delta-Only Data Audits In ColdFusion Using XML
The other day, I explored the idea of an audit table that copies the entire record in question, creating a full-record snap-shot in time. In the... more »
0 commentsSave Tags: coldfusion, frameworks, java
Closures for Java
Wanting some light reading for this evening, I decided to dig into the Closures for Java draft spec (homepage). Oh. My. God. I'm a huge fan of... more »
2 commentsSave Tags: coldfusion, groovy, java
Deploying Railo WAR on JBoss 4.2.2
Beta 2 of Railo 3.0 is available, and one of its download options is as a WAR suitable for any JEE server. In the Hiberailooving series, I'm building... more »
0 commentsSave Tags: coldfusion, frameworks, java
Tracking Data Audits
When I was sitting in on Steve Nelson's Google Gears presentation at CFUNITED, we started talking about ways to track audits to table data. One of the... more »
0 commentsSave Tags: coldfusion, frameworks, java
ColdFusion Structures under the hood
I have been having a lot of fun lately digging around the internals of the Adobe CF Server. With my new found knowledge I thought I would dig around... more »
0 commentsSave Tags: coldfusion, frameworks, java
The Future of ColdFusion Part 2
Next is the addition of the new & import keywords. The new keyword will allow you to create objects with very little sytax. With that is the addition... more »
0 commentsSave Tags: coldfusion, frameworks, java
The Future of ColdFusion Part 3
The final feature I want to talk about and probably one of the biggest is native ORM via Hibernate. If you have never heard of ORM it stand for Object... more »
0 commentsSave Tags: coldfusion, flash-flex, frameworks, java
The Future of ColdFusion Part 1
With other available products today there needs to be some consistency in the CFML language. With that the announcement of the CFML Language Advisory... more »
0 commentsSave Tags: coldfusion, flash-flex, java
Last Day Of Stockholm AIR Browser War Competition
Today is the last day of the Stockholm AIR Browser War competition. Put on by the Stockholm Multimedia User Group, entrants create cool browsers using... more »
0 commentsSave Tags: coldfusion, flash-flex, frameworks
Quick Tip For Installation of FTP Tasks in Flex Builder - The No-Dans Club
I installed the dependencies for the FTP Task in ANT this morning and when I ran the ANT task I promptly got this error: "Could not create type ftp... more »
0 commentsSave Tags: coldfusion, eclipse, flash-flex, frameworks
Handling Custom Object Behavior
Robb is looking for a way to assign custom behavior to his User object. To his credit, he isn't immediately trying to go down the inheritance path,... more »
0 commentsSave Tags: coldfusion, java, methodology
How to migrate from one database to another
I am a fan of most all Database platforms. I have used MSSQL 7/2000/2005, IBM UDB, Oracle 8/9i/10g, MySql 4/5 and PostgreSQL 7.3/8.1 in production.... more »
0 commentsSave Tags: database, reviews, tools
Open BlueDragon Steering Committee Interview Series - Nitai
I was born in Zurich, Switzerland, but since then traveled around the world quite a lot. Lived in Italy up until I turned 6. When I was 10 years old I... more »
0 commentsSave Tags: coldfusion, frameworks, java, open source
ColdFusion 8 Respects Java Generics
A lot of people do not realize that by moving from ColdFusion 7x to ColdFusion 8x, you are actually switching JVM versions as well. This is important... more »
0 commentsSave Tags: coldfusion, frameworks, java
Use Ant to Maintain Custom Framework Builds
I like to keep all the frameworks that I use up to date from their respective repositories, and, when deploying a new site or project, I will... more »
0 commentsSave Tags: coldfusion, frameworks, java, tools
Perfomance Tips for Tomcat and Open BlueDragon
I get a lot of questions on this blog and a lot more per eMail on how to fine tune Tomcat and get it running together on Apache and other stuff. Since... more »
0 commentsSave Tags: coldfusion, frameworks, java
More on ColdSpring and Remote Facades
If you pass "constructNonLazyBeans=true" as an argument to loadBeansFromXML, ColdSpring will automatically create any beans that you have not... more »
0 commentsSave Tags: coldfusion, flash-flex, frameworks, java
High Availability - Clustering
I have added several blog postings here before on the theories of High-Availability (HA) and Clustering. In this series of blog postings I will be... more »
0 commentsSave Tags: coldfusion, frameworks, java, server
Be Cautious About Rolling Back To JVM 1.5
There have been several blog posts recently about class-loading issues apparently linked the use of the Sun-Java 1.6 (6.0) JVM. Mark Mandel has a... more »
2 commentsSave Tags: coldfusion, frameworks, java, server
Vertical and Horizontal Clustering with ColdFusion
Clustering in particular with ColdFusion and JRun can get fairly complicated pretty fast and I urge all who are going to embark on clustering to plan... more »
0 commentsSave Tags: coldfusion, frameworks, java, server
A Possible Problem When Using Hardware Clustering
I presented at CF.Objective on the subject of clustering and distributing ColdFusion applications. During the presentation I pointed out a "gotcha" I... more »
0 commentsSave Tags: coldfusion, frameworks, java
HA - Clustering ColdFusion Part 1 - Installing CF
This will be the first post in a series relating to clustering ColdFusion. In this first series of posts we will be looking at clustering CF at a... more »
0 commentsSave Tags: coldfusion, frameworks, java
ColdFusion 8 - Nine month review.
I've been a bad boy. I was supposed to write a review of ColdFusion 8 back in October of last year, but an imminent change of job and my 10 month old... more »
0 commentsSave Tags: coldfusion, frameworks, java
Use ColdFusion? Use Java.
If you use ColdFusion (or another Java-based CFML runtime), you should be using Java. There's a reason that CF uses Java under the hood: Java is... more »
0 commentsSave Tags: coldfusion, frameworks, java
via