Randy L. Smith
Member since Apr 9, 2021
- Profile: /members/14288-randy-l-smith.htm
- Comments: 3
Recent Blog Comments By Randy L. Smith
-
My ColdFusion "Controller" Layer Is Just A Bunch Of Switch Statements And CFIncludes
Posted on Aug 8, 2023 at 1:37 PM
As a 27 year ColdFusion veteran, I agree: cfinclude makes it much easier to compartmentalize similar chunks of code, makes debugging faster, allows you to comment out features when needed, and your code base is cleaner and easier to read.... read more »
-
Dynamically Loading Java Classes From JAR Files Using CreateObject() In Lucee 5.3.2.77
Posted on Apr 12, 2021 at 6:51 AM
@Ben, Totally agree -- and it doesn't help that most who post a "solution" only post an esoteric example, not actual working code or something that you can really sink your teeth into. Often, they even use a variable name so similar or exactly like the function name that you're l... read more »
-
Dynamically Loading Java Classes From JAR Files Using CreateObject() In Lucee 5.3.2.77
Posted on Apr 9, 2021 at 11:37 AM
I was having a real tough time getting this to load, and I did not want to go the OSGi route. I was able to finally dial in the right combination, and hopefully my explanation will make it more simple for others to understand how to quickly and easily dynamically load a jar file in Lucee. ... read more »