On TV.com: THE GIRLS NEXT DOOR photos
1 Resources for

usergateway cfc

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Manage dependency injection for ColdFusion with the ColdSpring framework
This article is also available as a TechRepublic download, which includes code Listings A-D in a more manageable text file format.Adobe ColdFusion has been gaining in popularity among thedevelopment community. This boom is caused by a sort of feedback loop: morepowerful tools and frameworks drive application developers to become better,while...
Tags: Adobe ColdFusion, Allaire ColdFusion, Brian Kotek, ColdSpring, dependency, UserDAO, UserGateway CFC
Technical articles 2006-11-02

Additional Resources

Nonprofit Organization Increases Productivity and Operational Efficiency
Committee for Children CfC is a nonprofit organization dedicated to helping keep children safe. Its award-winning classroom programs focused on youth violence, bullying, child abuse, and personal safety reach millions of children and educators every year. CfC wanted to improve customer service and increase operational efficiency while devoting more resources...
Tags: Accounting, Nonprofit Organization, Customer Service, Microsoft Corp., Committee For Children, Product Marketing, Customer Relationship Management (CRM), Financial Services, Operational Accounting, Marketing, Enterprise Software, Software, Finance
Case studies
Write efficient code with the Composition object pattern and CFCs
For ColdFusion developers, the door to the object-oriented world was finally opened with ColdFusion MX. Version 6.1 allows for the creation of ColdFusion Components CFC. These constructs deliver many of the benefits of object technology, including inheritance, methods, and polymorphism.Through CFCs, developers can now apply many well-established object patterns like...
Tags: Telecom & Utilities, Development tools, Brian Kotek, Customer CFC, phone, CFC
Technical articles 2003-10-23
Persisting a variable in CFC for flash remoting
I am developing an instant messaging application. I need to persist a structure in a coldfusion component, between different calls from flash.Please, i need help.Thank you
Tags: anjorin_jnr@...
Discussion threads 2007-09-15
Exposing Web services with ColdFusion MX
The latest release of ColdFusion follows the lead of the IT industry with Web service support. Learn more about these new features with a tutorial on creating your own Web services with ColdFusion MX.ColdFusion MX CFMX is Macromedia’s reinvention of its award-winning ColdFusion application server. Rebuilt from the ground up...
Tags: Development tools, Web services, Channel management, Brian Kotek, CFC, Allaire ColdFusion, Web service, Web, ColdFusion MX
Technical articles 2002-06-06
Software Design: The benefits of polymorphism with ColdFusion Components
ColdFusion Components CFCs are object-like constructs that became available to ColdFusion developers with the release of ColdFusion MX. While they aren't quite "true" objects, they do have many of the capabilities that objects in other languages have. One of these capabilities is polymorphism.Polymorphism means "many forms" in Greek. When used...
Tags: Mice, Development tools, Allaire ColdFusion, Feline, Brian Kotek, software, benefit, Animal CFC, CFC, Mammal CFC, polymorphism, mouse
Technical articles 2004-02-04
Best practices for using ColdFusion Components
Since their release in ColdFusion Version 6.0, ColdFusion Components CFCs have continued to gain acceptance in the development community. CFCs support the object oriented essentials such as encapsulation, inheritance, and polymorphism and have given developers the impetus to embrace object oriented programming. This download explains some of the best CFC...
Tags: Allaire ColdFusion, Best Practice, Object-oriented, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
Download resources 2005-05-24
Adobe ColdFusion 8 Performance Brief
Adobe ColdFusion 8 soft ware strengthens the proven performance of Macromedia ColdFusion MX 7 to deliver applications capable of processing significantly more page requests than applications from any previous versions of ColdFusion. ColdFusion 8 has new features such as CFTh read, file-functions, and Stored Procedure Caching that enable users to...
Tags: Adobe Systems Inc., Performance, Allaire ColdFusion, ColdFusion 8, Development Tools, Performance Management, Software Development, Software/Web Development, Human Resources, Workforce Management
White papers 2007-07-01
Experiences Installing Oracle Application Server 10g (9.0.4) Cold Failover Cluster on AIX 5L
The objective of this paper is to provide assistance to those involved with the installation of Oracle Application Server 10g (9.0.4) (AS10g) "Cold Failover Cluster" CFC solution on IBM AIX 5L (5200) operating system. Two high availability cluster solutions are currently offered by Oracle for AS10g - Cold Failover Cluster...
Tags: Oracle Application Server, Oracle Corp., Cold Calling, IBM AIX, IBM AIX 5L, Oracle Application Server 10g, IBM Corp., Sales Tools, Application Servers, Operating Systems, Middleware, Enterprise Software, Sales, Software
White papers 2004-10-01
Create custom XML functions with ColdFusion MX
Previously I explained how to create a function to recurse through a specific type of XML document and return the XML data in an array. It worked just fine, but I realized that the function could be made even more generic so that it could also handle any type of...
Tags: ColdFusion MX, Brian Kotek, Allaire ColdFusion, XML, passed element
Technical articles 2003-08-01
Flash Remoting with ColdFusion Components
Flash Remoting makes it easy to use dynamic data in your Flash applications. Here's everything you need to know to use Flash Remoting with ColdFusion Components.Flash Remoting takes some of the pain out of connecting Flash movies to dynamic content via ColdFusion. This article offers a complete demonstration of using...
Tags: Development tools, Databases, Mike Britton, Allaire ColdFusion, Flash Remoting, CFC, Microsoft Access, siteContent, ColdFusion Components, database
Technical articles 2002-07-12
Configuring Oracle Enterprise Manager 10.1 Agents for Use in Active/Passive Environments
Oracle Enterprise Manager 10.1 plays a key role when deploying Oracle solutions in providing the tools for managing, monitoring, and alerting for these environments. Therefore High Availability for Enterprise Manager itself is also another critical piece of the Oracle configurations. Active/Passive (or CFC - Cold Failover Cluster) environments refer to...
Tags: Oracle Enterprise Manager, Oracle Corp., Agent, High Availability, Oracle Enterprise Manager 10.1
White papers 2005-09-01
An easy way to view complex Web service objects
With ColdFusion MX CFMX, the most common return type for homegrown Web services is the recordset. Drop the ColdFusion component CFC in your site, make a call, and voila—instant data. Where you run into problems is when you try to call non-CFC Web services, such as those served by BEA...
Tags: Web services, Thomas Ortega II, Web service, Web, bookTitles
Technical articles 2003-09-04
Configuring Highly Available OracleAS Infrastructure With Foundry Networks ServerIron Hardware Load Balancer
A highly available Oracle Application Server deployment requires an Infrastructure service designed for high availability. Oracle Application Server 10g supports infrastructure deployments in a variety of Highly Available HA architectures each suited to different customer requirements. The primary HA solutions are - Cold Failover Cluster CFC and OracleAS Cluster (Identity...
Tags: Oracle Application Server, Foundry Networks Inc., Oracle Corp., Hardware, Foundry Networks ServerIron Load Balancer, Authentication/Encryption, Ssl/Tls, Application Servers, Middleware, Network Security, Enterprise Software, Security, Software, Networking
White papers 2006-02-01
Implement the State pattern with ColdFusion Components
This article is also available as a TechRepublic download, which includes all the sample code in a more manageable text format.Theintroduction of ColdFusion Components CFCs in ColdFusion MX opened thedoor to more object-oriented programming in CF. When application developers and programmers start thinking aboutOOP, the idea of design patterns almost...
Tags: Software engineering/development
Technical articles 2007-03-15
Filter dates with the Flash MX Calendar Component
The Flash MX Calendar Component adds a nice rich media touch to your Web site. Find how to take full advantage of this advanced Flash feature.The Flash MX Calendar Component opens the door to sophisticated Flash applications that combine the appeal of rich media with an intuitive, universally understood interface...
Tags: Development tools, Databases, Mike Britton, Macromedia Flash MX, Allaire ColdFusion, Flash MX Calendar, Flash MX Calendar Component
Technical articles 2002-11-11
Why developers should check out ColdFusion 8
Adobe ColdFusion 8 (CF 8) is a force to be reckoned with in the application server space. I've been using ColdFusion for 10 years, and I haven't seen the community this excited about a new release in a long time. The recent release is by far the most compelling version...
Tags: Developer, Adobe Systems Inc., Allaire ColdFusion, Server, CF 8, Development Tools, AJAX, Software Development, Software/Web Development, Internet, Web Development, Web 2.0, Brian Kotek
Blog posts 2007-10-26
Software Development: Introduction to the Mach-II application framework
I've been a ColdFusion developer for over five years now. While ColdFusion is incredibly easy to learn and use, it has always been firmly grounded in the procedural programming world. True object-oriented development has not really been an option. Application frameworks like Fusebox 4 incorporate many of the great ideas...
Tags: OOA/OOD/OOP, Development tools, Brian Kotek, software development, software, Mach-II, Allaire ColdFusion, object-oriented, CFC
Technical articles 2003-12-12
Tools for building Pocket PC Flash applications
In the last article about Flash on the Pocket PC platform I covered the basics of creating flash interfaces that will work and look good on the “small screen”, covering the aspects of the platform that need to be considered when developing an interface or application. With this article I’ll...
Tags: Web services, Channel management, Development tools, Pocket PC, John Wilker, tool, shared object, Web service, Flash Remoting, Web
Technical articles 2003-12-17
ColdFusion MX brings Java to the masses
Macromedia's new ColdFusion MX Web application server combines the ease and rapid development of proven ColdFusion technology with the power of the J2EE platform.Macromedia has just released the latest version of the ColdFusion Web application server. ColdFusion MX CFMX is the result of over two years of work by Macromedia...
Tags: Development tools, J2EE, Application servers, Brian Kotek, Java, Macromedia Inc., Allaire ColdFusion, CFMX, ColdFusion MX
Technical articles 2002-07-09
  • << Previous
  • page 1 of 1
  • Next >>


Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

Fusion