> (sorry if this is a repost since I cannot see my previous post) > I'm looking for an equivalent to CFHTTP. > I'm basically want to call a python script and be able to get its > response. > > Is there such a thing in Java ? A way to implement that ?
I would look at Jakarta Commons for that: http://jakarta.apache.org/commons/httpclient/ You could work directly at a lower level, but Jakarta offers an easier API. ---------------------------- Massimo Foti, web-programmer for hire Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277853 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

