By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript...

6
Qian UI Solution Framework By Mark Qian (QUI)

Transcript of By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript...

Page 1: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

Qian UI Solution Framework

By Mark Qian

(QUI)

Page 2: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

What is QUI?

QUI is a solution to ease RIA development instead of another Javascript framework.

QUI is built in Javascript at top of popular toolkits such as jQuery and YUI and in Java (for the case of non-RESTful environment. QUI also supports RESTful backends).

Page 3: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

Top Level Architecture

Page 4: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

Why is QUI?RIA development is too slow because of

1). Lack of Componentization2). Lack of UI Automation3). Lack of Configurability

causing RIA coders

1). Code redundantly2). Code repeatly3). Code unnecessarily complexly 4). Much much more….

Page 5: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

1). Minimize use of programming language (JS) by integrating JS components into HTML tags so that RIA coders code majorly in HTML.

QUI targets the issues by

2). Providing a highly componentized environment where loosely-coupled components wrap widgets from JS toolkits to achieve the maximum flexibility.

3). Eliminating event wiring by reflection/scanning so that coders only write handlers(respondToXXX or reactToXXX) and never need to wire them.

4). Much much more… (see the article for more)

Page 6: By Mark Qian (QUI)(QUI). QUI is a solution to ease RIA development instead of another Javascript framework. QUI is built in Javascript at top of popular.

How is QUI?

Details about the design of QUI is available at

Qian UI Solution Framework - QUI