Thursday, August 27, 2009

About Transofrmation Engine Project


What is [Transformation Engine]
This is an module for Drupal, an framework especially designed for Report & form driven web applications.

It will provide simplified interface to control the form posting and report viewing flow. Almost similar to what CMS (content management system) provides but more business process oriented functioning.

Target applications
[Transformation Engine] can fit in web applications which follow wizard like control flow. A hierarchical use cases that lead to either web forms or reports, and combination of these.

Demo: http://newpoint.in/Contents/newpoint/default/ (May not be functional yet!)


Simplified application design.
Typical web applications are designed with following architecture

            +----------------------------------------+
Client Side | HTML + JScript |
-------------+----------------------------------------+
Server Side | PHP |
+----------------------------------------+
| MySQL |
+----------------------------------------+



Transformation Engine Design
            +----------------------------------------+
Client Side | HTML + JScript |
-------------+----------------------------------------+
Server Side | PHP |
+----------------------------------------+
| Business Processing |
| MySQL |
+----------------------------------------+

The business process configurations will be done at top most layar

No comments:

Post a Comment