Blog

Built With ColdFusion and Ortus

Luis Majano March 04, 2022

Spread the word

Luis Majano

March 04, 2022

Spread the word


Share your thoughts

Today we are announcing the availability of a new initiative to store and share sites, applications and companies that leverage ColdFusion (CMFL) and any of our Ortus Technology. This is a simple repository which ANYBODY can contribute to: https://github.com/Ortus-Solutions/built-with-cfml-box.

You will be able to get your organization registered and which sites/apps use cfml and different Ortus technologies. We will also be automatically building a site out of this data packet where anybody can visualize and promote their organizations and sites that leverage CFML.

Contributing

To contribute, fork and ⭐️ the project. Then add your own organization file in the orgs directory and then append the name of that file ( excluding the extension ), in to the cfml-rocks.json array of orgs. You may use the schema below for reference. Send us your pull request and once validated, we will add it to the repo and site.

Organization/Company Schema - Add in the orgs directory

{
    "version" : "0.0.1",
    "orgs" : [
        "ortussolutions",
		"MyCompany"
    ]
}

Then your organization can look like this: orgs/MyCompany.json

{
    "name"       : string, // Required
    "patreon"    : boolean, // Optional (false)
    "description": string, // Optional
    "url"        : URL, // Optional
    "logo"       : URL, // Optional
    "sites"      : [ site ] // Optional
}

Site Schema

Each of the sites can have the following schema

{
    "title" : string, //required
    "url" : URL, // required
    "logo" : URL, // optional
    "engine" : "adobe", //optional - either `adobe` or `lucee
    // Anything on Forgebox you use
    "uses" : [
        "coldbox",
        "contentbox",
        "cborm",
        "quick",
        "commandbox"
        // Add any other forgebox slugs you use in your project ( e.g.  `cbelasticsearch`, `cbsecurity`, etc )
    ]
}

Add Your Comment

Recent Entries

TestBox Latest Updates and News!

TestBox Latest Updates and News!

We’re thrilled to have launched the new TestBox website and TestBox 6.0! If you haven’t had a chance to explore yet, visit TestBox to discover updated documentation, powerful resources, and features that make testing more efficient than ever.

Maria Jose Herrera
Maria Jose Herrera
November 21, 2024
The Hidden Costs of In-House Database Management

The Hidden Costs of In-House Database Management

The Hidden Costs of In-House Database Management


Opting for in-house database management involves more than just a salary. Here are some often-overlooked costs associated with maintaining your own DBA team.



1. High Salaries and Benefits


Hiring skilled DBAs is expensive. According to industry reports, the average salary of a DBA in the U.S. can range from $85,000 to over $130,000 per year, depending on experience and expertise. When you add ...

Cristobal Escobar
Cristobal Escobar
November 20, 2024
5 Signs It’s Time to Modernize Your ColdFusion / CFML Application

5 Signs It’s Time to Modernize Your ColdFusion / CFML Application

ColdFusion has long been a reliable platform for building web applications, but like any technology, it requires maintenance and modernization over time. Whether you're using Lucee or Adobe ColdFusion, it’s critical to recognize the signs that your application is no longer meeting today’s standards in performance, security, and scalability. Let’s explore five clear indicators that it’s time to modernize your ColdFusion application and how ColdFusion consulting can help breathe new life into y...

Cristobal Escobar
Cristobal Escobar
November 19, 2024