NAnt build file tips
I found the documentation for NAnt to be lacking in build file examples, especially examples that deal with more than one task or include. If you’re completely new to NAnt, I’d suggest reading the...
View ArticleInstant Messenging with ColdFusion, Jabber and Smack
I noticed a couple different people wanting information on instant messenging with ColdFusion and then in another place instant messenging with Jabber and ColdFusion in the last couple days (for...
View ArticleColdFusion & log4j
The January issue of ColdFusion Developer’s Journal features an article I wrote on how to integrate ColdFusion and log4j entitled “Integrating log4j and CFMX – An open source Java project gives...
View Article.NET, Reflection and multiple assemblies
As part of a project I worked on at Mindseye, I wrote a couple utilities using C# that used reflection to query a given type for the existence of a method and if the method existed, to then invoke the...
View ArticleAnt & Tomcat Manager on virtual hosts
I’m kicking out a couple freelance projects using Struts and Hibernate in the next couple weeks, this weekend I was fiddling with the Ant build script and I remembered Tomcat Manager App, which allows...
View ArticleHibernate Code Generation
Justin left a comment about various tools for generating Java code from XML. Last week while I was reading about Hibernate I was interested to read that the same files you use to persist POJO’s to a...
View ArticleHibernator
From the Hibernate Related Projects page, Hibernator is an Eclipse plugin for Hibernate. Download and install the plugin and it will automatically generate hbm mapping files from existing Java source...
View ArticleStruts ActionForm validate() question
I’m trying to setup a simple contact us form that gathers information from a user, checks that the information is valid and then emails the information off to a third party using Struts v1.1,...
View ArticleSuperb article on Generics in C# & Java
Bill Venners posted another great article on artima.com, this one the 7th in a series of conversations with Anders Hejlsberg. If you’re not familiar with generics, Anders provides a quick introduction...
View ArticleJava Object Caching
I was interested in Java caching techniques a couple months ago (almost a year ago in fact) and looked into the various caching libraries available at that time. Srini Penchikala published an article @...
View Article