> Dave, do you have any examples of integrating these > libraries, and if they require JSSE for SSL? Sounds > like a great topic for a Figleaf CFUG presentation...
Why, funny you should suggest that. Our May presentation, "What's New in CF MX?", has a simple example integrating the Jakarta io library: http://www.cfugorama.com/cfugorama/codelibrary/CFMX.cfm It's too easy, though. You just drop the library into the /WEB-INF/lib directory, use CFIMPORT to give it a name, then reference that name as a tag. According to the docs, the io library supports HTTPS, but they don't mention any dependencies, so you shouldn't have to worry about JSSE. > Speaking of Jakarta, I spent all last weekend rereading my > java networking book, trying to integrate Jakarta's httpclient > http://jakarta.apache.org/commons/httpclient/ into CF. This > is doable. The problem is that it seems every free java http > package uses Sun's JSSE extension for SSL, which adds another > layer of difficulty. If I could just find some source to read... As for JSSE, we had a guest speaker last year who did a great presentation on a Java CFX which used JSSE and JAXP - he named his tag "CFX_JsseJaxon" - to act as a web service client. Unfortunately, he didn't post his code sample, but I can ask him to forward you his code sample, if you're interested. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ 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

