Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6573481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:08:19+00:00 2026-05-25T15:08:19+00:00

I have some common UDFs and CFCs that I’d like to make available to

  • 0

I have some common UDFs and CFCs that I’d like to make available to all my controllers. I’m using Model-Glue 3. I’ve thought of several ways of doing so:

  1. Create a base controller that has <cfinclude>‘s to the UDFs and instantiates the CFCs. All other controller inherit from this controller.
  2. Convert all UDFs to CFCs and use ColdSpring.xml to make the CFCs into beans. Then make it available to the controller using the beans attribute in ModelGlue.xml.
  3. Store the UDFs and CFCs in the helpers folder and access them using the helpers scope. However, this looks like it was intended to be used by a view rather than a controller.
  4. Create a global onRequestStart which will instantiate the CFCs and store them in the event object. Then the controllers will access the CFCs by grabbing them directly out of the event object.

My question is, what is the method used by most people to make a common set of UDFs and CFCs available to all controllers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:08:19+00:00Added an answer on May 25, 2026 at 3:08 pm

    I would use option 2 above.

    For those objects that need the helper methods I would use DI to inject a helper object into them. This will be more flexible going forward.

    I do not like the idea of a base object with all of the helpers. Here is why:

    1. What if later you want to break up the helpers in multiple CFCs? You can’t. Depending on how many help functions you have and how many it could grow into, this could make your objects ugly. What if you someday have 50 helper functions. Do you really want your controllers having 50 extra methods that really have nothing to do with their primary concern.

    2. Separations of concerns. Controllers should worry about being controllers. They should nto be loaded down with additional functions so that they know how to format strings. That should be handled by a StringHelper or something.

    The other two options just don’t sound great. What is the Helpers scope?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some common structure that I'd like to use, and I need to
I have some common code that I would like to share between pages and
We are using Eclipse+CDT+SVN(Linux). How can we have some common header files in a
I have some tables. These tables all have one column in common called 'classified_id':
I have Spring web application. I would like to put some common piece of
Quick question about include/requre_once . I have some code that is common to a
Assume some domain and view objects (that have no common base class) public class
I have some common javascript functionality that I want to share across several views/pages.
I have type classes, for all of which I would like to have some
I have some common set up code that I've factored out to a method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.