Demo

Backbase Demos

Client Edition 4.2.0

Backbase Ajax Feature Explorer

Backbase 4.1 Ajax Feature Explorer This is the Backbase Explorer for Backbase Enterprise Ajax 4, which is the new version of the Backbase software. It is compatible with IE, Firefox, Netscape, Safari, Opera.

View demo



Rich Forms Demo

Rich Forms Backbase supports the W3C standard XSchema, the standard for form field validation. This demo shows a very extensive form, containing all sorts of fields.

View demo



Progressive Enhancement Demo

Rich Forms The Progressive Enhancement demo uses importHTML technology to demonstrate how easy it is to convert any existing plain HTML web site into a beautiful Rich Internet Application with minimal change.

View demo



Coexistence Demos

Coexistence Demo One of the great advantages of Backbase is that it easily integrates with Third-Party Widgets. All demos include live examples of the integration and highlight the compatibility of the Backbase AJAX Development Framework with a selection of Third-Party widgets and technologies.

View demo »



LookOut Demo

LookOut Organize your contacts, check your email, save your bookmarks and more in the fully web based LookOut 2008. Also check out the keyboard navigation in this AJAX demo, which uses Backbase's unique focus model.

View demo



JSF Edition

Ajaxified Duke's Book Store

Ajaxified Duke's Bookstore The Duke's book store demo is a JSF example application that shows how to build a rich front end on the Amazon.com bookstore, using web services. The user experience is similar to iTunes, and is certainly different from other online bookstores. For a multimedia presentation, please visit our Javalobby Expert Presentationor click here for a live demo.
View demo

Personal Information Manager

Personal Information Manager Organize your contacts in an application that looks very much like Outlook®, but is fully web-based and written in JSF. Also check out the keyboard navigation in this AJAX demo, which uses Backbase's unique focus model.

View demo

Forms demo

Forms demo This demo shows how to implement a forms application using the JSF Edition. The user can fill in values on fields in a step-by-step wizard. Client side validation is demonstrated. This examples also shows how i18n is implemented in an SPI scenario.
View demo

Struts Connector

Struts Logon demo

Struts Logon demoThis Logon application demonstrates two basic ways to Ajaxify your Struts Application. The Welcome page is altered in order to demonstrate how to mix Backbase AJAX controls and commands with Struts tags in order to achieve a richer User Interface. The Logon page ("Sign in" link above) introduces the concept of progressive enhancement and demonstrates that you can achieve the same with practically zero changes to your old Struts/JSP page View demo »

Struts JPetStore

Struts JPetStore Backbase demonstrates how to use the Struts Connector tag library in an existing application in order transform its Multiple Pages Interface interaction to Ajax Single Page Interface.
For this demo we use the well known jpetstore application where we enhance the user experience.
View demo

Demos

Backbase Ajax Feature Explorer

Backbase 4.1 Ajax Feature Explorer This is the Backbase Explorer for Backbase Enterprise Ajax 4, which is the new version of the Backbase software. It is compatible with IE, Firefox, Netscape, Safari, and Opera.

View demo

Introduction to the listGrid

There are several ways to display data in XHTML. All of them are relatively simple, are not interactive and the data can not be edited. Using the Backbase Client Framework this can already be improved partially by, for example, adding sort functionality to a table. However, this may not be enough for the features that are required in an application. The Backbase Tag Library (BTL) contains widgets that offer built in solutions for the more advanced features that are required, like sorting, column resizing and editing. One of these widgets is the listGrid.

Adding a Shadow to the Backbase Window Widget

This is a simple example that shows how to extend a standard "out of box" window widget and implement nice looking shadow. This article contains step-by-step instructions for how to use this 'shadow window' in your own Backbase projects, for both the Chameleon and the System skin. This is a screen capture of the widgets:

windows with shadow

Backbase Presentation + Demos at AjaxWorld (SYS-CON.TV)

Speaking at AJAXWorld in Santa Clara, CA, last September, Jouk Pleiter and Richard Kernahan from Backbase give an update and demo's on Backbase's Enterprise Ajax platform and the new Backbase Rich Applications.

SYS_CON.TV:

http://www2.sys-con.com/webinararchive.cfm?pid=wc_aw7w_d2_s7_t1_backbase...

If you want to learn more about "the big picture" this might be a useful video (40 minutes)

Formatting columns in a listGrid

The enhanced listGrid in 4.1 has some powerful features like the ability to intelligently format columns of data. For example, you may want to highlight high values in green and low values in red. You can now do that easily just be adding a dataFormatter.

Preview of project Telamon, the Backbase Visual Ajax Builder

Coming Soon !

Telamon is the only WYSIWYG Integrated Development Environment (IDE) specifically designed for Rapid Application Development of Ajax based applications. It uniquely allows you to make changes to your code while browsing through the pages.

screenShot_Pim.png

Read more on Telamon page.

Visual Ajax Builder

Be part of the early evaluators and register to the early access program in order to provide us with feedback on our upcoming IDE and help us improve it.

COMING SOON! Telamon is the only WYSIWYG Integrated Development Environment (IDE) specifically designed for Rapid Application Development of Ajax based applications. It uniquely allows you to make changes to your code while browsing through the pages.

Coexistence and Third-Party Widgets Demos

One of the great advantages of Backbase is that it integrates with Third-Party Widgets. In this page we list the available demos. All these demos include live examples of the integration.

This section highlights the compatibility of the Backbase AJAX Development Framework with a selection of Third-Party technologies. Click on a link below to launch the corresponding example in a new window.

FusionCharts for Backbase

It is now possible to use any of the high-quality Fusion Charts within a Backbase application, and doing so has never been easier.

First, add the Labs namespace to your page. This widget was developed in the Backbase Labs, and these widgets have the prefix l: by default (that's a lower case L).

  xmlns:l="http://www.backbase.com/2007/labs"

Now include the widget definition. This widget should be installed under /Labs/fusionChart but you can change that within the widget definition if you desire.

  <xi:include href="/Labs/fusionChart/fusionChart.xml" />

You're ready to add a chart anywhere in your page:

  <l:fusionChart width="600" height="350" id="bbBar2D"
    url="data/Bar2D.xml" type="FCF_Bar2D" />