September 25th, 2006 Comments Off
Core components & libraries for ajaxTV
- MVC Object Framework
Optional XML-based framework for applications
Includes packager for standalone applications
- Core libraries
XML Parser
AJAX operations
DOM operations
- Browser/Hardware-specific libraries
Hardware connection functions
Browser API connection
- Effects Library
Shortcuts for commonly used effects
Interaction with multimedia components
- Live IDE/Debugger
Unit testing libaries
September 24th, 2006 Comments Off
The core of ajaxTV will be a pure Javascript-driven MVC framework, implemented as the ajaxTV_MVC Prototype Object. Features of this object include:
- XML declaration of states and worflow
- Method to preload environment variables
- Error handling object
ajaxTV_MVC will enable the developer to abstract his application into a series states, pointing to simple presentation pages or other Javascript objects to fire. This allows for the easy development of standalone client applications that need not interface with hardware specific calls to simulate dynamic behaviour in an application (Obviously, you can still do this if you want to).