Or you could wrap your ejb's in a java cfx tag. (maybe that is in the article, not sure) You will have to use remote ejb interfaces for your as you will not be able to get the EJB's in the same JVM as the CFServer, even if they are on the same machine. If you are playing around with EJB then this should not be too difficult for you.
good luck JT -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark M Sent: Tuesday, 17 June 2003 7:35 AM To: CFAussie Mailing List Subject: [cfaussie] Re: Cold fusion interface with Java EJB > Can Cold fusion interface with Java EJB, if it can then how thanks in > advance for gru knowledge Yes it can - although how depends on the version of CF you are using. Easiest if with CFMX for J2ee, which is actually ColdFusion running on top of a fully fledged j2ee system, seperate from the one it normally comes with. Macormedia has an article about building hybrid apps here: http://www.macromedia.com/devnet/mx/coldfusion/j2ee/articles/hybrid.html Hope that helps, Mark ----------------------------------- [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [www.safefrombees.com] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
