![]() |
|
|
|
FW/1 - Framework One
Project Home • Blog • Wiki • Known Issues • Contact Project
Author: Sean Corfield (All RIAForge projects by this author) Description:
FW/1 - Framework One - leverages Application.cfc and some simple conventions to provide a 'full' MVC framework in a single file.
Intended to require near-zero configuration, FW/1 lets you build your application without worrying about a framework getting in your way. Controllers, Services (the gateway to your application's model), Views and Layouts are all 'discovered' using straightforward conventions. Your controller and service CFCs don't need to extend anything. Your views and layouts don't need to know about objects and method calls (a simple 'request context' structure - rc - is available containing URL and form scope data as well as data setup and passed by the framework and controllers). If you use a bean factory of any kind, FW/1 can support that (as long as it offers containsBean(name) and getBean(name) methods) and then FW/1 can autowire controllers and services. Or your controller and service CFC instances can be managed directly by your bean factory if you prefer, again following a simple naming convention! You can even merge multiple FW/1 applications together using the 'subsystems' feature, allowing you to create very large web sites in a modular and scalable manner! Mailing list: http://groups.google.com/group/framework-one/ Documentation: http://github.com/framework-one/fw1/wiki For source code, forks, issues, documentation etc: http://github.com/framework-one/fw1 Note that the Download Project link here will get you the latest stable release. Visit the github downloads page for other releases!
Recent Blog Entries:
5/7/13 Where can I download old versions of FW/1?
4/6/13 New FW/1 - Framework One - Organization on Github 1/18/13 FW/1 Version 2.1.1 Released - Layout Bug Fix 1/6/13 FW/1 Version 2.1 Released 12/21/12 FW/1 2.1 Release Candidate 1 Available
Last Update:
2.2 development has started (on the develop branch).
2.1.1: Bug fix for layout() call. 2.1 Gold Release: Application Tracing, Environment Control, populate() handles child objects, improved regex support in routes, improved status code handling for redirects and errors, improved test suite, numerous bug fixes, cleanup of request scope.
Requirements:
FW/1 2.1 supports:
ColdFusion 9.0.1 or later Railo 3.2.2 or later (Railo 3.3 or later is recommended) FW/1 is a single CFC and does not require any other downloads or frameworks in order to do its work! FW/1 1.2.1 supports: ColdFusion 8.0.1 / 9.0. Railo 3.1.x OpenBD 1.2 nightly build 11/30 or later! ** note: user manager example will not run on OpenBD ** Runs on ColdFusion 8.0.0 and CFMX 7 - but those are not officially supported! Issue Tracker:
This project has an external bug tracker. You can find it here:
This project hosts its source control at an external location: |
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.