All Projects → jcangas → puremvc-delphi-standard-framework

jcangas / puremvc-delphi-standard-framework

Licence: other
A Delphi implementation of PureMVC (http://puremvc.org/)

Programming Languages

pascal
1382 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to puremvc-delphi-standard-framework

Saturn
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
Stars: ✭ 540 (+1127.27%)
Mutual labels:  mvc, mvc-framework
Miniphp
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 144 (+227.27%)
Mutual labels:  mvc, mvc-framework
Actframework
An easy to use Java MVC server stack
Stars: ✭ 690 (+1468.18%)
Mutual labels:  mvc, mvc-framework
blockbase
Lightweight MVC Framework for Node.js
Stars: ✭ 32 (-27.27%)
Mutual labels:  mvc, mvc-framework
SmartMvc
深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
Stars: ✭ 66 (+50%)
Mutual labels:  mvc, mvc-framework
miniPHP
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 147 (+234.09%)
Mutual labels:  mvc, mvc-framework
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+19111.36%)
Mutual labels:  mvc, mvc-framework
W
Framework pédagogique de la WebForce3
Stars: ✭ 10 (-77.27%)
Mutual labels:  mvc, mvc-framework
libgitlmvc
C++ MVC framework for Qt
Stars: ✭ 73 (+65.91%)
Mutual labels:  mvc, mvc-framework
velox
The minimal PHP micro-framework.
Stars: ✭ 55 (+25%)
Mutual labels:  mvc, mvc-framework
laminas-mvc
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
Stars: ✭ 90 (+104.55%)
Mutual labels:  mvc, mvc-framework
UMVC
UMVC - Model-View-Controller Generator built for Unity
Stars: ✭ 36 (-18.18%)
Mutual labels:  mvc, mvc-framework
Bingo-Framework
MVC framework for PHP
Stars: ✭ 15 (-65.91%)
Mutual labels:  mvc, mvc-framework
Koseven
Koseven a Kohana fork compatible with PHP7
Stars: ✭ 332 (+654.55%)
Mutual labels:  mvc, mvc-framework
leafMVC
MVC "Framework" created from Leaf PHP Framework
Stars: ✭ 25 (-43.18%)
Mutual labels:  mvc, mvc-framework
Famework
Famework is a simple to use PHP Framwork to easily create splendid but lightweight web applications.
Stars: ✭ 8 (-81.82%)
Mutual labels:  mvc, mvc-framework
databind-js
A powerful and flexible MVC data binding library
Stars: ✭ 16 (-63.64%)
Mutual labels:  mvc, mvc-framework
aquiver
🚀 The aquifer is a java web framework based on Java8 and netty
Stars: ✭ 38 (-13.64%)
Mutual labels:  mvc, mvc-framework
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (+306.82%)
Mutual labels:  mvc, mvc-framework
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+70.45%)
Mutual labels:  mvc, mvc-framework

PureMVC Delphi Standard Framework

Gitter

PureMVC is a lightweight framework for creating applications based upon the classic
Model-View-Controller design meta-pattern.

This is a Delphi port of the AS3 reference implementation of the Standard Version.

Unit tests are included using DUnit

This is a Delphi port for the Delphi language, based in a previous C# port by Andy Adamczak

Demos

  • Employee Admin

Status

Production - 1.0

Screenshots

![The Employee Demo running 1](/site/EmployeeAdmin Running.jpg) ![The Employee Demo running 2](/site/EmployeeAdmin Validation.jpg) ![DUnit Test Runner](/site/Test Running.jpg)

Build

  • Load the project group located in src folder.

  • Alternatively, you can use BUILD.bat in your command line, located at th root of th project folder. Write BUILD /? to get help on how use it.

  • At this moment, supported IDE's are XE5, XE6 & XE7: I don't have acces to all IDE versións. Anyway the code is highly portable accross the XE series, so you can open the dpk and dpr files and try yourself. If you do it, please, tell me in order we can add more supported IDE's. Feel free to contact me also, If you have any issue.

Setup and Use

  • Nothing special is required: as always put the .bpl, .dcu and .dcp files in your IDE's library paths.

Platforms / Technologies

  • Delphi XE5
  • Delphi XE6
  • Delphi XE7

License

PureMVC Delphi Port by Jorge L. Cangas [email protected] PureMVC - Copyright(c) 2006-11 Futurescale, Inc., Some rights reserved. Your reuse is governed by the Creative Commons Attribution 3.0 License

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].