All Projects → ColdBox → Coldbox Platform

ColdBox / Coldbox Platform

Licence: other
A modern, fluent and conventions based HMVC framework for ColdFusion (CFML)

Projects that are alternatives of or similar to Coldbox Platform

Java Bible
🍌 我的技术摘要
Stars: ✭ 2,919 (+1226.82%)
Mutual labels:  mvc, aop
Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (+92.27%)
Mutual labels:  logging-library, dependency-injection
Blog.core
💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Stars: ✭ 3,542 (+1510%)
Mutual labels:  dependency-injection, aop
cfwheels-example-app
A CFWheels 2.x App with user management, role based permissions and password resets
Stars: ✭ 17 (-92.27%)
Mutual labels:  mvc, coldfusion
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-31.82%)
Mutual labels:  dependency-injection, mvc
Oragon.Spring
Spring.NET (spring.core + spring.aop) on .NET Standard 2.0
Stars: ✭ 19 (-91.36%)
Mutual labels:  dependency-injection, aop
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (+1811.82%)
Mutual labels:  dependency-injection, aop
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-91.82%)
Mutual labels:  mvc, dependency-injection
Momentum
MVC pattern for flutter. Works as state management, dependency injection and service locator.
Stars: ✭ 99 (-55%)
Mutual labels:  dependency-injection, mvc
Agentframework
An elegant & efficient TypeScript metaprogramming API to build software agents
Stars: ✭ 97 (-55.91%)
Mutual labels:  dependency-injection, aop
Mimick.Fody
An integrated framework for dependency injection and aspect-oriented processing.
Stars: ✭ 15 (-93.18%)
Mutual labels:  dependency-injection, aop
Ray.di
Guice style dependency injection framework for PHP
Stars: ✭ 175 (-20.45%)
Mutual labels:  dependency-injection, aop
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-90%)
Mutual labels:  mvc, dependency-injection
java-bible
🍌 我的技术摘要
Stars: ✭ 2,950 (+1240.91%)
Mutual labels:  mvc, aop
Asp.net MVC5 DDD EF6 IoC
Asp.net C# MVC5, EF6, DDD, IoC
Stars: ✭ 14 (-93.64%)
Mutual labels:  mvc, dependency-injection
Martian
🎨 Martian 是一个基于NIO的JavaWeb编程框架,可以帮助你快速的开发后端服务
Stars: ✭ 320 (+45.45%)
Mutual labels:  mvc, aop
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+326.36%)
Mutual labels:  mvc, aop
Hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 713 (+224.09%)
Mutual labels:  mvc, aop
Mandarinets
Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Stars: ✭ 161 (-26.82%)
Mutual labels:  dependency-injection, mvc
Cfwheels
An open source ColdFusion framework inspired by Ruby on Rails.
Stars: ✭ 188 (-14.55%)
Mutual labels:  coldfusion, mvc


Build Status Total Downloads Latest Stable Version Apache2 License

Copyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp
www.coldbox.org | www.ortussolutions.com


Because of God's grace, this project exists. If you don't like this, then don't read it, it's not for you.

"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; And patience, experience; and experience, hope: And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5


Welcome to ColdBox

ColdBox Hierarchical MVC is the de-facto enterprise-level HMVC framework for ColdFusion (CFML) developers. It's professionally backed, conventions-based, modular, highly extensible, and productive. Getting started with ColdBox is quick and painless. ColdBox takes the pain out of development by giving you a standardized methodology for modern ColdFusion (CFML) development with features such as:

License

Apache License, Version 2.0.

The ColdBox Websites, logo and content have a separate license and they are a separate entity.

Versioning

ColdBox is maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

Important Links

Source Code

Bug Tracking/Agile Boards

Documentation

Official Site

System Requirements



Quick Installation

Please go to our documentation for expanded instructions.

CommandBox (Recommended)

We recommend you use CommandBox, our CFML CLI and package manager, to install ColdBox.

Stable Release

box install coldbox

Bleeding Edge Release

box install [email protected]

Bleeding edge releases are updated automatically when code is committed.

Collaboration

If you want to develop and hack at the source, you will need to download CommandBox first.

Then you need to install some CommandBox modules in order to work with environment variables and cfml engine configuration. Just type the following command:

install commandbox-cfconfig,commandbox-dotenv,commandbox-cfformat

Then in the root of this project, type box install to install the development dependencies. Create a .env file according to the .env.template in the root and spice it up for your local database. The import SQL for the database can be found in /tests/resources/coolblog.sql. You can then go ahead and start an embedded server box server start and start hacking around.

For running our test suites you will need 2 more steps, so please refer to the Readme in the tests folder.


THE DAILY BREAD

"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].