 | 3 Oct 09:25 Last night, I made a quick post about getting all the classes available in a JAR file using ColdFusion . I went about this using a JarInputStream. Thankfully Todd Sharp and Simon Free reminded me that ColdFusion's CFZip tag can read JAR files as well as ZIP archives. Using ColdFusion's CFZip tag actuall ... 2 Oct 20:05 You'll probably never need to do this, but today, I needed to find out what Java classes were available in a given JAR file using ColdFusion. The reason - I was doing some work on my POI Utility ColdFusion custom tags and I needed to see if the version of the POI JAR that ships with ColdFusion supports certain classes. Turns out, this is a fairly straightforward task. I wrapped the functionality up in a ColdFusion ... 1 Oct 09:58 I'm trying to create an instance of: java.awt.geom.Point2D.Double in coldfusion: http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/Point2D.html Point2D.Double is a nested class inside of the abstract class Point2D. I have tried to instantiate the class, but get, "This fails because Coldfusion cannot find the class." And which does not work because Point2D is an abstract class and there is not a public constructor on which you can call PointClass.ini ... 30 Sep 21:55 The latest OOPhoto application can be experienced here . The OOPhoto code for this post can be seen here . Today, I took my initial thoughts on implementing security in an obj ... | |  |