资 源 简 介
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