Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Backbase 4 RIA Development
  • Table Of Contents Toc
Backbase 4 RIA Development

Backbase 4 RIA Development

5 (1)
close
close
Backbase 4 RIA Development

Backbase 4 RIA Development

5 (1)

Overview of this book

Backbase is a very powerful and complex JavaScript library, with many user interface components to help make web development easier. It allows the development of Rich Internet Applications (RIA) that run within all major browsers but its powers and complexity mean that the choice of component can be overwhelming. Understanding when and how to use the right component might not always be straightforward. This book makes that easier. This is a practical book that teaches you how to use the Backbase Client Framework effectively, with a complete overview and many examples. A core developer of the framework puts the technologies used into a wider perspective of existing web standards and a seasoned software architect explains why XML-based UI definition produces better web applications. The transparent use of AJAX technologies, for example to submit forms, or to retrieve updates for data grids, can be taken for granted with the Backbase framework. Packed with examples, the book shows you how to get the most from the library of UI components, and then extend the library with its own custom language. With this book in hand, it is easy to enable AJAX within your web application. You will be able to use the Backbase framework effectively, from basic applications to complex, custom-defined UI components. This book contains a complete overview of all the UI libraries available within the Backbase framework and shows examples for each element described. The Backbase framework offers an innovative Tag Definition Language (TDL), which allows developers to create new UI components that can be used as XML elements, in the same way as using the built-in GUI library. Using TDL brings considerable development advantages, and this book explains how. Significant attention is also given to architectural aspects of designing a web-application, showing sample applications using a model-view-controller approach.
Table of Contents (16 chapters)
close
close
Backbase 4 RIA Development
Credits
About the Authors
About the Reviewers
Preface

Make an HTML element data bound


Before we dive into the description of the complex dataGrid widget, we would like to illustrate the data binding concept in depth by creating our own widget, a data-bound bulleted list. We need to use some Tag Definition Language to achieve this, which is not covered yet. Fear not, we will explain what we are doing and if needed, you can peek into Chapter 7.

Our goal is to show a bulleted list of the names in the c3d_trip table.

Creating the data source

To feed our data source with data, we need to extract it from the database. For the purpose of this example, we have done this in advance and have stored the result in an XML file, which allows us to use the trip information as local data. We showed the contents of this file earlier in this chapter.

We already talked about how to create a dataSource for this example. We show it again here:

<b:dataSource e:behavior="b:localData" dataType="application/xml" id="tripdata">
<b:dataContainer>
<xi:include...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Backbase 4 RIA Development
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon