by mark qian (qui)(qui). qui is a solution to ease ria development instead of another javascript...

Post on 31-Mar-2015

215 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Qian UI Solution Framework

By Mark Qian

(QUI)

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).

Top Level Architecture

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….

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)

How is QUI?

Details about the design of QUI is available at

Qian UI Solution Framework - QUI

top related