The BTT store widget is a hidden widget, which will not be displayed in XUI editor. You must drag it to the root of the Outline panel. The BTT store widget is used to process the communication with UDTT background server. With the BTT store widget, UDTT can support all kinds of Dojo widgets to access data from the background server.
The BTT store widget runs on the client side. It uses the following two methods to communicate data with UDTT background server:
▪ For UDTT operation, it uses AJAX to communicate data with UDTT background server.
▪ For UDTT flow, it uses JSP Tag to load data from UDTT background server.
For the Dojo widgets which do not originally support store APIs, you can use the data binding controller to bind data from store widget to HTML element and Dojo widgets.