I just haven't had a reason to learn the Javabean concepts beyond the basics until now, since we run Windows servers, I've always been a COM guy, and Java was just an interesting learning experience, and I'm still not interested beyond what I need to integrate with CF.
I'm just interested in seeing a tutorial with a real world example how I would integrate a Javabean that I bought in Jar format from some company. In my case, I am looking at the IPWorks SSL package, and a PDF library. I've already compiled and run a few of the demo apps, now I want to try running the code in a CF page. I also have no clue what the difference between an Enterprise Javabean and a regular Javabean is, does it matter to me? The Macromedia article mentions using cfimport to use jsp tags packaged in a jar, but not javabeans...now I recall that using jsp tags and servlets via cfimport was an enterprise edition only thing, but it makes no mention of this in the article. Is there an issue like this with Javabean jar files? I Dunno, and I don't think most CF developers are going to care to learn every Java concept to find out either, because then they would be Java developers. This stuff where a tutorial becomes useful to me. Thanks for your most enlightening post though. -- jon Wednesday, July 17, 2002, 1:04:23 AM, you wrote: KS> "Java Beans" is nothing but a specification on how you show write an init KS> method, as well as your getter and setter methods. KS> It's really, really simple. Like, it's so simple, anyone could learn it in KS> about 10 minutes. >> -----Original Message----- >> From: Jon Hall [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, July 16, 2002 9:48 PM >> To: CF-Talk >> Subject: MX and Javabean tutorials? >> >> >> Anybody know where I can find some good "How to integrate Javabeans >> with MX" type tutorials? I've written and integrated some of my own >> java classes in MX, but there are a few issues I am still fuzzy on >> and the docs leave me wanting more. I do hope that there is a nice >> big section on this in the books coming out soon. >> >> I've been looking around the net and I have found a few Javabeans >> that I want to try and replace my favorite COM objects with...which >> I must do before I can put MX into production. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

