Apex MVC
This is something I’ve been putting together for a little while now. Thus far I’ve just been using it for my own personal and professional projects but I think its got some very desirable features and needs to be shared. Its a truly lightweight MVC framework that basically aims to keep things as short and simple as possible.
Here’s the long description:
apex-mvc is an lightweight framework for those don’t want to bother with a complex MVC framework and still find other “lightweight” frameworks unnecessarily cumbersome. It gives you the ability to access a central data model, central services, and central events.
What is unique about about Apex is that it provides a single point of access to all central entities through the static “Apex” class. This allows you to quickly reference your central entities from anywhere without having to continually request instances.
Here are some other features of apex-mvc:
apex makes configuring services by allowing them to defined in MXML while still providing central access.
apex is designed in a way that is mindful of intellisense making it easy to see all central data and services from anywhere in your application.
apex is easy to learn and easy to use so that you can focus on developing your application without getting caught up on your MVC framework.
Its being hosted over at google code. View the project page here