The OpenAvanti development team is hard at work on the next release of OpenAvanti. Here are a few items we’ve been working for this new release:
- Major rewrites in Dispatcher, Request, Controller and View classes and how they relate to one another and handle a request. The new system will have a more streamlined and logical approach to handling a request. A new Response class has also been added to complement this process.
- An Application class is being developed to better handle configuring the framework and building applications. This new class handles much of the configuration for you, such as autoloading the library, initializing sessions and storing system level resources.
- A skeleton application is being built to aid in rapidly building a base application. This skeleton includes an authentication system, user and role management, role based permissions, a menu and bookmarking system.
There is much more planned and development is moving ahead on a beta release of the new functionality. Stay tuned.

