Yes I have read it and am re-reading it now, his article was included in the MX docs as well. I have lots of questions about the init method.
Terry mentions that using the init method allows persistent access to the object by calling it's default constructor, but just using createObject() unloads the object at the end of the pages execution. My question is, is <cfset objRef = ''> a good way to unload the object? Also, when using init to return a persistent reference to the object, is this really truly persistent...I can rely on the object not going away until I unload it myself? -- jon Wednesday, July 17, 2002, 12:00:40 AM, you wrote: JC> Jon, JC> You may have already seen this - but Terry Ford did what I thought was a JC> really well written Desdev article that goes in to some of this. If JC> you haven't read it already, it's worth checking out: JC> http://www.macromedia.com/desdev/mx/coldfusion/articles/java.html JC> HTH, JC> JC JC> -----Original Message----- JC> From: Jon Hall [mailto:[EMAIL PROTECTED]] JC> Sent: Tuesday, July 16, 2002 11:48 PM JC> To: CF-Talk JC> Subject: MX and Javabean tutorials? JC> Anybody know where I can find some good "How to integrate Javabeans JC> with MX" type tutorials? I've written and integrated some of my own JC> java classes in MX, but there are a few issues I am still fuzzy on JC> and the docs leave me wanting more. I do hope that there is a nice JC> big section on this in the books coming out soon. JC> I've been looking around the net and I have found a few Javabeans JC> that I want to try and replace my favorite COM objects with...which JC> I must do before I can put MX into production. ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

