From: Ryan Jones wrote: > > With PHP I am basicly open and free to code and make the > language do just about anything I want it to. With cfml, I > could find myself at a place where I need to call on java. > However, if I understand correctly, the free version of > Bluedragon does not support calls to java nor the parsing of jsp code. > > I may be wrong...? >
The free version of BlueDragon does not support JSP, but does support calls to Java via CFOBJECT/CreateObject(). So you can either call the built-in Java APIs or Java classes that your write yourself. The free version of BlueDragon also support Java and C++ CFX tags. Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.houseoffusion.com/banners/view.cfm?bannerid=11 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183288 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

