Managing CF Dependencies with Maven
I’m currently working on integrating some Java components with a ColdFusion app. As I investigated trying to integrate them it quickly became obvious that I needed some way of managing the various dependencies the Java components required. As handling Java dependencies is a problem that has already been taken care of by Maven, I began [...]
Tagged ColdFusion, maven