On Thursday, August 15, 2002, at 02:15 , Ben Johnson wrote:
> I believe there was some talk about using the javadoc
> tool to document them, but I received an error saying that it could not
> find the source code for the JAR file.  Perhaps I'm doing it all
> completely wrong.

If you have a Java object created in CF, you can use <cfdump> to view the 
methods:

        <cfset jObj = createObject("component","java.lang.String")/>
        <cfdump label="Java String object" var="#jObj#"/>

> possibility?  I'm looking into a workaround for some problems concerning
> Flash Remoting and I wanted to look into the low-level API to see if it
> would offer any workaround.  The chances may be slim to none, but I'd
> like to try anyways.

There might be a "non low-level" solution to your Flash Remoting 
problem... care to post some details and see if folks here can help?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to