> I am using the WinHTTP as a COM object > in a component, and I was wondering > if there was a Java equivalent for this > object. It would be nice to have > something a little more "native" and > "cross-platform".
What can't you do with CFHTTP? You can use HTTP functionality directly within the core Java class library (java.net.HTTPConnection, if I recall correctly) or you can use a JSP tag library like Apache Jakarta IO. Dave Watts, CTO, Fig Leaf Software ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299826 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

