How is this different than calling a CFM page via cfhttp?

-----Original Message-----
From: Mike Chambers [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 29, 2002 12:01 PM
To: CF-Talk
Subject: RE: CFMX performance (was RE: CF MX)

ColdFusionMX components.

create the code once and then call it from:

1. Cold Fusion pages
2. other components
3. Flash via flash remoting
4. anywhere on the internet via web services.

for example:

helloWorld.cfc

<cfcomponent>

        <cffunction name="sayHello" access="remote">

                <cfreturn "Hello World " />
                
        </cffunction>

</cfcomponent>

then call it like so:

helloWorld.cfc?wsdl

voila, instant web service.

mike chambers

[EMAIL PROTECTED]


> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, April 29, 2002 11:39 AM
> To: CF-Talk
> Subject: RE: CFMX performance (was RE: CF MX)
> 
> 
> > So, in a small company like mine, where I have maybe 5 
> > people using CF at once on an intranet application, (I 
> > also use CF from a shared host) there is no advantage 
> > to going to MX? I'm still waiting for a great reason 
> > to upgrade to CF 5.0.
> 
> Sure, there are lots of reasons! They're not necessarily performance
> reasons, though:
> 
> 1. The ability to publish and consume web services,
> 2. Verity K2 (since you're not even on CF 5 yet) is much 
> faster than the
> previous version of Verity,
> 3. A working Advanced Security interface for developers 
> (Sandbox security),
> 4. Charting,
> 5. and much, much more! CFCs, UDFs (again, since you're not 
> on CF 5) ...
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to