Matthew Reinbold
Member since Apr 9, 2012
- Profile: /members/9817-matthew-reinbold.htm
- URL: http://voxpopdesign.com
- Comments: 3
Recent Blog Comments By Matthew Reinbold
-
Parsing, Traversing, And Mutating HTML With ColdFusion And jSoup
Posted on Apr 9, 2012 at 4:37 PM
@Adam Digging through javaLoader from RIAForge ATM. Do you know - what's the difference between that and javaClassLoader? Just a newer version?... read more »
-
Parsing, Traversing, And Mutating HTML With ColdFusion And jSoup
Posted on Apr 9, 2012 at 4:14 PM
Aw snap! When I try and load the jSoup with the JavaClassLoader like: -------------------- currentPath = replace(getCurrentTemplatePath(),getFileFromPath(getCurrentTemplatePath()),''); ClassLoader = CreateObject('component','JavaClassLoader'); jSoupClass = ClassLoader.Load("jsoup-1.6.2.jar&qu... read more »
-
Parsing, Traversing, And Mutating HTML With ColdFusion And jSoup
Posted on Apr 9, 2012 at 3:53 PM
Any idea of the easiest way to support jSoup on pre-CF10 servers? Is it back to using the JavaClassLoader.cfc? Really digging the increased performance jSoup seems to give over TagSoup. Not sure if its actually due to the different *.jar or because of the extra CFC instantiation for my TagSoup/CF9 ... read more »