Overview

Top  Next

Logo

MoreMotion is a Java and Javascript based application framework that eases development of web applications using XML, XSL and Ajax technologies. The main difference of the MoreMotion to the other Java based application frameworks is that it employs XSL technology as the rendering mechanism of the dynamic HTML pages where the others rely on JSP or JSF.

Another important difference is while a developer must code Java classes in the other frameworks, a MoreMotion developer hardly needs Java coding even for the big sized database applications.

"MoreMotion Face" is the name of the javascript framework that provides rich set of Ajax compatible user controls and functions to develop highly interactive GUIs for the MoreMotion applications.

See Ajax

While "MoreMotion Face" handles the interaction of the application with the user at the front-end, the MoreMotion manages the services and the processes at the back-end.

The responsibilities of MoreMotion

Request Management
Process Management
Security Management
Configuration Management

 
Scripting with MScript

MoreMotion provides a scripting language called "MScript". MScript is a simple yet powerful language that aims to leverage the responsibilities of MoreMotion units by means of scripting their parameters in the MoreMotion configuration.

See MScript.

 

Components

Developing classes using MoreMotion API