Get Schedule and Pricing
Other Adobe ColdFusion training courses
Adobe ColdFusion - Advanced ColdFusion Development Training Course
ColdFusion Advanced ColdFusion Training Schedule
ColdFusion - Advanced ColdFusion Training Course Synopsis
Advanced ColdFusion Development provides ColdFusion application developers with the knowledge and hands-on practice that they need to build, maintain, and scale effective web applications. This course is designed to teach you how to Architect a secure, robust, scalable, and maintainable web application using best practices.
Prerequisites for this ColdFusion Training Course
Knowledge of your operating system and basic computer navigation is required for all classes. We highly recommend attending the Fast Track to ColdFusion course before attending this course. We also recommend that you have the Adobe ColdFusion software before starting the class. You can purchase the software or obtain a trial version of it from the Adobe website.
What You Will Learn in This ColdFusion Training Course
- Creating Complex Queries
- Use the Application Framework
- Reusing Code with Custom Tags
- Create and Consume RSS Feeds
- Using
- Work with PDF Forms in ColdFusion
- Using XML with ColdFusion
- Gracefully handling errors and exceptions
- Manipulate Images, Create CAPTCHA
ColdFusion Training Course Length and Time
This class is 3 days long. Class time is 9:00 a.m.- 4:00 p.m. Breaks are scheduled throughout the day and lunch is typically scheduled 12-1. Students provide their own lunch.
ColdFusion Advanced ColdFusion - Enrollment
Please fill out our registration form and fax it to us at (312) 896-9094. Please contact our Client Care Department at (877) 819-2665 for additional savings on our bootcamp classes.
Locations for this ColdFusion Training Course
We have training centers in Atlanta, Chicago, Denver, San Diego and Washington DC. We also offer classes at a network of rental facilities. We offer private onsite training and instructor-led, live online training. If coming to a rental facility, please double-check the location of your class with our office to make sure you get to the right location.
Goals for this ColdFusion Training Course
Sterling Ledet and Associates realizes the importance of education and we take pride in being able to offer you classes that are more custom fit to your needs. Call us at (770) 414-5007 if you have any special questions or e-mail us at sales@ledet.com.
Lesson 1 - Course Introduction
- Course methodology and format
- Course objectives
- Course prerequisites
Lesson 2 - Introduction to Components (CFC’s)
- Types of Components
- Creating a Static Component
- Defining Functions in Components
- Using CFC Self-generating documentation
- Invoking Static CFC Methods with CreateObject()
- Using the Application Framework
- Configuring application settings
- Logging events with
- Handling application events
- Handling request events
- Locking shared scope variables
- Handling session events
- Component Inheritance
Lesson 3 - Manipulating Lists and Queries
- Using lists
- Manipulating queries
- Summarizing and grouping data
- Transaction processing
- Querying a query
- Dynamically retrieving database meta information with
- File Uploading and Parsing Delimited Files
Lesson 4 - Manipulating Data with Arrays and Structures
- Using arrays
- Using structures
- Using built-in ColdFusion data structures
- Dynamically evaluating variables
- Combining data structures
- Accessing data by value or by reference
- Converting Queries to Arrays of Structures
Lesson 5 - Advanced ColdFusion Component Concepts
- Creating instance based components
- Persisting CFC instances
- The impact of locking for concurrency
- Associating data with components
- Referencing CFC Properties
- Documenting CFC Properties
- Using the Getter/Setter approach
- Restricting Method Invocation
- Creating Dynamic Getter/Setters with onMissingMethod()
- Using the Administrator API
- Prototyping components with
Lesson 6 - Handling Errors and Exceptions
- Introducing error handling
- Customizing application error messages
- Creating an Application-Wide Error
- Handler with onError()
- Using onMissingTemplate()
- Understanding the try/catch methodology
- Learning about exception handling frameworks using
Lesson 7 - Code and Content Reuse
- Creating custom tags, nested custom tags
- .NET Integration - using .NET Assemblies
- Creating Web Services
- Calling External Web Services
Lesson 8 - Working with PDF forms in ColdFusion
- Creating dynamic PDF files with
- Modifying PDF files with
- Analyzing a PDF file using
- Using
to pre-fill form fields with data - Working with submitted PDF form data
Lesson 9 - Data and File Manipulation in ColdFusion
- Image processing in ColdFusion 8 Using
- Image Processing Functions RSS Feeds in ColdFusion using
- Consuming RSS Feeds
- Creating RSS Feeds
- Creating Dynamic Multimedia Presentations with
- Creating ZIP files with
Lesson 10 - Performance, Scalability, and Robustness
- Understanding performance, robustness, and scalability
- Effectively configuring the ColdFusion server
- Identifying scalability bottlenecks in your code
- Using the ColdFusion Server Monitor to identify bottlenecks
- Caching recordsets
- Using
to cache generated page contents - Caching entire page results
- Using asynchronous processes to improve performance using