Click here to Skip to main content
15,893,487 members
Articles / Web Development / HTML
Article

AJAX Light Weight Binder

Rate me:
Please Sign up or sign in to vote.
2.33/5 (3 votes)
3 Oct 20072 min read 35.9K   132   8  
Create Rich UIs within a Web Browser with a minimum of fuss
Screenshot - banner.jpg

What is LWB?

The aim of LWB is to get "Close to the metal". For the web, the metal is HTML. The more layers between you and the HTML, the less fine control you have over your User Interface- a bit like trying to knit with several pairs of gloves on.

The goal of LWB is to produce tight HTML that is easy to read and understand and easy to maintain; HTML that is truly dynamic and yet involves little or even no custom javascript code. It's a great way to produce Data Centric Web Applications.

LWB is browser agnostic. It supports the following:

Image 2 Image 3 Image 4 And Soon: Image 5
Internet ExplorerFirefoxOperaSafari

LWB will work with any server technology that supports Web Services. You can hand code these or get assistance from seperate Open Source projects such as LWB-DOTNET.

LWB is free and has an Open Source License that entitles you to use it in almost any project: personal, scientific, commercial etc.

LWB can be used standalone or in conjunction with a range of other technologies (including AJAX).

LWB is lightweight for three reasons:-

  • It deploys as single fairly short javascript file that can be cached in your browser.
  • Apart from javascript it requires no other services from the browser- no Java, no ActiveX, no Flash, no Silverlight (Although it will work with these if you want.)
  • It enables flexible data binding without bloating your nice simple HTML pages too much.

A nice way to work with LWB is to start with a "Rapid Prototype" of your application using standard static html pages. A few small additions to these pages is then sufficient to make them data driven using LWB.

Some Examples

Running demos (and source) for these examples and many others are available at: www.ajaxlwb.org :

Job Applicant
Multi-page Wizard
Match Wizard
Match Wizard
Time Table
Sales Cube

How to use LWB?

The javascript source is included in the download zip at the start of this project. However in order to find out how to use it, please read the extensive tutorials located at: www.ajaxlwb.org

Feedback Wanted

LWB is already in use in commercial projects. It will be maintained and enhanced into the future. I look forward to your suggestions on which direction it should take.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Ireland Ireland
Declan Brennan is Chief Architect for Sekos Technology (www.sekos.com). Over the years he has worked in a huge range of technologies and environments and still gets a great thrill from the magic of computers.

Comments and Discussions

 
-- There are no messages in this forum --