HomeAbout Mark van HedelContact Mark van Hedel



Log4j in ColdFusion

As I did say last week I was working on a small project to see how log4j could fit in ColdFusion. What I did was create one CFC to talk to log4j and do all the logging. This CFC is finished now and I have it implemented in some small ColdFusion application to see how it works.

The idea about using log4j is that I do want to be more flexible with logging when I create applications. With using it I can define myself what kind of logging I want in application, so for instance on a development machine I do want debug, info, warning, error and fatal to log, when I'm in a production environment I only want to see error and fatal messages in my logfile. And the very good thing is that log4j is already part of the ColdFusion install, so everyone using ColdFusion can just start using it.

[More]

Designing ColdFusion Applications for Deployment as EAR Files

I know I already posted about this article and placed a link in there to the Adobe site, but I am planning on adding some additions to this article so decided to copy it in anyway, so I have a point of reference near when I write some additions to the article.

[More]

ColdFusion building EAR files

When I started working at Prisma IT I just finished a year long Java training and did some Java projects in that time. This was just after ColdFusion had gone to Java, so this training had given some new perspectives on ColdFusion. First thing I started working on was packaging a ColdFusion application as a Java EAR file. Since there were a lot of projects coming up this was continued by a colleague Jochem, and he finished creating all this and implemented an ANT build so a lot of these tasks could be automated. After this had all been implemented a request came from Adobe to write an article about all this and this was posted on the adobe site and can be found at http://www.adobe.com/devnet/coldfusion/articles/ear.html.

BlogCFC was created by Raymond Camden. This blog is running version 5.9.002. Contact Blog Owner