Ben - I've been using it for a while with JavaLoader -
Have a look: http://www.compoundtheory.com/?action=displayCategory&ID=22 Enjoy! Mark On 12/2/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > Ok cool. I want to start playing with it... Just wanted to see if I was > on dangerous ground. > > Thanks! > > > ...................... > Ben Nadel > Certified Advanced ColdFusion MX7 Developer > www.bennadel.com > > Need ColdFusion Help? > www.bennadel.com/ask-ben/ > > -----Original Message----- > From: Steve Brownlee [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 12:10 PM > To: CF-Talk > Subject: RE: coldfusion.runtime.java.JavaProxy > > In fact, you can see this even if you try to peek into JavaProxy. Just > make a test page and put this code in there. > > <cfscript> > javaProxy = createobject("java", "coldfusion.runtime.java.JavaProxy"); > </cfscript> > <cfdump var="#javaProxy.invoke()#"> > > Then look at the stack dump. > > > Steve Brownlee > http://www.fusioncube.net/ > > > -----Original Message----- > From: Steve Brownlee [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 12:03 PM > To: CF-Talk > Subject: RE: coldfusion.runtime.java.JavaProxy > > It's not that it's an unsupported feature, it's one of THE CORE > libraries. As the name suggests, it is the proxy between ColdFusion and > Java that handles translating HashMaps to Structs, Arrays to > Collections, strings to Strings, and handles the invocation of methods > from Java classes. > > You can see this whenever you have an error in your CreateObject("Java") > code. It's in the stack dump. > > > Steve Brownlee > http://www.fusioncube.net/ > > > -----Original Message----- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 7:51 AM > To: CF-Talk > Subject: coldfusion.runtime.java.JavaProxy > > Can any point in the direction of documentation for: > coldfusion.runtime.java.JavaProxy. > > Or is this one of those undocumented, potentially unsupported features > of ColdFusion? It looks like it does some nifty stuff. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262575 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

