ColdFusion Solutions: Java and AJAX


Programmatically add jars and classes to the classpath for ColdFusion MX Hosts 6 & 7
Works just like dropping java jar files on the lib directory without exceptions
It works like a super classloader because it can load JDBC drivers.

  1. Uses reflection to get inside any coldfusion page i.e cfm, cfc, component,gateways and RMI
  2. You can load new JDBC drivers for the datasource administrator
  3. You can use JWS and create whole new java classes at runtime
  4. You can save objects to disk and read them back from disk
  5. You make classes persist.
  6. You can use the loaded classes by any coldfusion page even other CFC's and even inside gateways.
  7. And you don't have to turn off coldfusion ever again
Component call: 
add jar at runtime classpath editor

Component:
add jar at runtime classpath editor


Dan Plesse
dan . plesse at gmail - com

web hosting