-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Mark Mandel edited this page Jan 31, 2012
·
3 revisions
JavaLoader is a library that has been built to ease the use, development and integration of Java within ColdFusion applications.
It has several key features:
- Dynamically loading Java libraries without having to place them on the ColdFusion classpath
- Dynamically compiling Java code to be utilised within ColdFusion Applications
- Providing a Java Dynamic Proxy for ColdFusion Components to allow for seamless interoperability between Java and ColdFusion Components
- Spring integration with ColdFusion Components
- and more...