Based on BTT Web 2.0 On-Demand Workplace, you can develop customer-oriented
applications and provide better services to your customers. Following
are the functions:
- iPanel and iWindow layouts Different styles of layout are provided,
they are iPanel and iWindow. The iPanel layout is composed of service
list, tabs, columns and service windows. One tab contains several
columns, and one column contains several service windows. Web users
can create these components on iPanel by themselves and they can also
adjust the width of the column and change the position of the service
windows. The iWindow layout looks like the operation system desktop,
which has start menu, task button bar and desktop. Web users can add
service windows onto the desktop, change their position, and resize
them.
- Multi-window user experience The end users can use different service
in different service windows at the same time, for example, when they
want to query account during the process of account transfer, they
can open another service window for the account querying without impact
on the transfer.
- Widget runtime and specification The widget specification and
the supporting widget runtime are provided. Under the specification,
the defined widgets can run on the widget runtime and finally be presented
in the service windows.
- Integration platform BTT Web2.0 On-Demand Workplace can serve
as a platform to integrate the application on the browser side, including
the legacy internet banking web applications, the new web2.0 applications
or some third-party services. All these integrations are implemented
based on various kinds of widgets.
- Predefined widgets Some predefined widgets are provided, including
the container widget, HTML widget and BTT html channel widget, and
so on. The container widget is used as a container to constitute several
widget instances into one service. The html widget is used to wrap
the traditional Web1.0 application or some pages from other web sites.
The BTT HTML channel widget is used to support the BTT HTML channel
application running in the widget instance.
- Layout Persistence The layout of iPanel and iWindow can be stored
on the server side and be restored from the server side. And the transferred
layout content between the server side and browser side is transformed
into some succinct format.
- Service Repository The model of service list in the iPanel and
iWindow is described in the format of XML on the server side. The
services in it are implemented in the form of widget instances. With
the service repository, web user can have their own personalized service
list or a specific group of web users can share one.
- Widget Communication Mechanism The service windows can communicate
with one another based on browser side event mechanism provided by
BTT. And the widget instances belong to one service window can also
communicate through events.
- APIs To add some new tabs, columns, or service windows onto the
workplace or binding some handlers for some events can be done through
JavaScript APIs provided by BTT.
- Customized themes For both iWindow layout and iPanel layout, the
themes can be customized for different banking preference or business
demands.
- NLS The multi-language support is provided, the corresponding
word mapping file for one language is loaded on runtime.