-Matt
On Jun 10, 2004, at 6:13 PM, Phil Cruz wrote:
How do you handle different datatypes, i.e passing a Java query back to CF?
-Phil
At 03:02 PM 6/10/2004, Barney Boisvert wrote:Basically you just build a Mach-II application exactly as you normally
would, except that your Listeners interface with Java objects (or EJBs, or
whatever), rather than the "usual" CFCs. Nothing is going to change with
the framework itself, just you'll be implementing your business logic in
Java, rather than CF.
If well designed, you could probably take a pure-CFC app, rewrite the
backend with Java, delete all the CFCs that are behind the Mach-II
Listeners, and replace all your createObject("component", "....") calls with
createObject("java", "....") and be done.
Cheers, barneyb
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Phil Cruz > Sent: Thursday, June 10, 2004 2:37 PM > To: [EMAIL PROTECTED] > Subject: Re: [CFCDev] Mach-ii vs. Struts > > Can you point to any blogs/articles that discuss how to > implement this > (with Mach-II)? > > -Phil > > At 02:28 PM 6/10/2004, Matt Liotta wrote: > >My advice would be to use CF in the presentation tier and > Java in the > >business tier. That will allow the team exposure to Java > without having to > >deal with struts. If you do follow this suggestion that you > will want to > >use some sort of CF-based framework. > > > >-Matt > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] >
---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
