The i-Technology Media!
Register | Log in
   
 
.NET  ·  AJAX  ·  CLOUD  ·  ECLIPSE  ·  FLEX  ·  OPEN WEB  ·  iPHONE  ·  JAVA  ·  LINUX  ·  OPEN SOURCE  ·  ORACLE  ·  PBDJ  ·  SEARCH  ·  SILVERLIGHT  ·  SOA  ·  VIRTUALIZATION  ·  WEB 2.0  ·  WIRELESS  ·  XML
Comments
Plone and Drupal: Different Approaches, Different Results
paul.nowak wrote: Matt, thanks for the comments. I made an error on the version of Plone. It's 2.5 Plone running on Zope 2.9x. In regards to the additional products, we have a skin installed and we have a product that we had custom developed for us that connects to a PostgreSQL database. We've looked at slow PostgreSQL queries causing problems and have not been able to find an issue. We've also tested for the case where the PostgreSQL server is down and have not been able to create an issue. We therefor...
Nov. 4, 2009 04:19 PM EST
Cloud Expo on Google News
Did you read today's front page stories & breaking news?


2009 East
PLATINUM SPONSORS:
IBM
Smarter Business Solutions Through Dynamic Infrastructure
IBM
Smarter Insights: How the CIO Becomes a Hero Again
Microsoft
Windows Azure
GOLD SPONSORS:
Appsense
Why VDI?
CA
Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments
ExactTarget
Messaging in the Cloud - Email, SMS and Voice
Freedom OSS
Stairway to the Cloud
Sun
Sun's Incubation Platform: Helping Startups Serve the Enterprise
POWER PANELS:
Cloud Computing & Enterprise IT: Cost & Operational Benefits
How and Why is a Flexible IT Infrastructure the Key To the Future?
Click For 2008 West
Event Webcasts

2009 East
GOLD SPONSORS:
CA
Get Your Transactions Under Control: SOA Performance Management
Software AG
Performance Driven Adoption: The Secret to Advancing SOA
Intel
The Evolving SOA Appliance: 3 Game-Changing Innovations
SILVER SPONSOR:
Denodo
Data Mashups: Deliver Your Project Faster with Virtualized Data Services Across Internal & External Sources
POWER PANELS:
The Business Value of Service Orientation
Driving Profitability Through User Experience
Click For 2008 West
Event Webcasts
Live Google News by SYS-CON!
Top Three Links You Must Click On


AJAXWorld News Desk
AJAX-Based Rich Internet Applications: Backbase Enterprise Ajax 4.1.2 Kicks Off 2008
Adds new client SOAP API, improved form validation, several new widgets, new Debugger features, and more

By: RIA News Desk
Feb. 7, 2008 05:00 AM

Newly released in three editions - a free Community Edition for development and deployment up to one server and 2CPUs, a Client Edition, and a JSF Edition - Backbase Enterprise Ajax 4.1.2 is the latest  version of San Mateo, CA-based Backbase's flagship AJAX framework for the Enterprise. It adds new client SOAP API, improved form validation, several new widgets, new Debugger features, improved data binding, performance increases, and enhanced documentation.



Jouk Pleiter, Co-Founder & CEO of Backbase, speaking at AJAXWorld in 2006, NYC.

There are so many additions and improvement that we will let the company summrize them in its own words:

New! Client SOAP API

Web Services are key to modern IT infrastructures. The new SOAP API provides a simple interface to communicate with remote Web Services. It can be accessed via the Backbase JavaScript API and via the Backbase execution tags (XEL). Learn how, in the detailed example page.

New! Improved Forms

Forms are used in many Ajax applications. With 4.1.2, Backbase forms functionality is further refined. In addition to standard validation and error message definition, it is now possible to create customized validation rules using XML Schemas. Learn more on pages 41-45 of the Client Application Development Guide.

New! Double Slider Widget

A frequently requested widget is the double slider. It’s often used to indicate a lower upper bound: for example, a minimum and maximum price of a house or hotel room. This is now a standard widget in 4.1.2, and can be found in the Backbase Explorer.

New to the Client Edition! CheckBoxGroup Widget

The checkBoxGroup is a new form widget that was added to the Client Edition and which corresponds to the selectManyCheckbox component of the JSF Edition conforming to the JSF MyFaces Reference Implementation. The new Widget can be found in the Feature Explorer.

New! Enhanced Debugger – Cross browser functionality also on IE

The new in-browser debugger adds new functionality. It now pops up in a new window, so that you can easily move aside your main browser window. So now developers can choose between opening a new window or keeping the debugger within the main browser window. Also, a TDL tab has been added: this tab shows the classes that are used in the application, organized by namespace. Classes are color coded to identify Abstract and Concrete Classes, Interfaces and Behaviors. Once a node is selected, the right-hand screen shows the Attributes, Properties, Methods and Handlers. More information can be found on the Debugger example page.

New! BTL XML Schema (XSD) – Adds Backbase code completion functionality to all compliant IDEs. In addition to Backbase’s own plug-in for Eclipse which includes code completion, Backbase 4.1.2 now provides an XML Schema that defines Backbase’s Tag Library. Most editors and IDEs allow developers to import such Schema to add third party code completion support to their development platform. Backbase new Schema is called ‘btl.xsd’ and can be found in the /documentation/schemas directory of the Community and Client Editions.

New! Data Binding Features and Documentation

Backbase 4.1.2 adds namespaces support to XML data. Backbase new client engine brings namespace recognition to most Web browsers. This functionality is essential if the server-side application generates XML files that use namespaces so name conflicts can be avoided. Learn more on how to avoid name conflicts. Furthermore, developers can now dynamically switch data sources. In the case of offline Ajax, the data source can be remote when online and can be switched to local Google Gears storage when the user goes offline. Furthermore, you can now use a dataFormatter to format data for display, i.e. to add currency symbols - the underlying data remains unchanged. New Data Binding documentation has been added to the Client Application Development Guide (pages 77-79) and in the new example page.

New! Performance Improvements

With Backbase 4.1.2, the optimized version is now about 10% faster in execution speed, and the binding files have been minimized, resulting in a 20% size reduction.

New! Enhanced Documentation

One of the main goals of 4.1.2 was to add more documentation and improve its accuracy. The Application Development Guide has been totally revised, a completely new Beginner Tutorial has been added and the API Reference provides more detailed information. In addition, the HTML API Reference now includes full-text search, which is powered by the Backbase framework (client-side implementation).

New Security Improvements

As Backbase is used with many Global 2000 companies, including some of the World’s leading financial institutions, security has a high priority. In addition to thousands of unit tests that we run on our software before release, and to the test suite that we created and is now used by many browser manufacturers such as Firefox and Opera; the obfuscation of the client-side has been further improved to make it harder to analyze and reverse-engineer.

New to the JSF Edition! updatePanel Component

The updatePanel is a new component that allows Ajax-enabling of regular JSF components. It enables integration of 3rd party JSF components inside a Backbase JSF Application. By using the updatePanel, one can integrate and use of the functionality of the Tomahawk inputHTML (rich text editor) and Schedule (calendar) components. For more information please refer to the JSF Edition Application Development Guide (pages 135- 137).

New to the JSF Edition! Chat Demo application

A new Chat demo application was added in the JSF Edition that shows how a Push solution can be applied to a Backbase application integrated with DWR. An explanation of how the integration of Backbase with DWR is setup can be found on the Backbase Developer Network. Both the demo application and the example page can be found in the JSF Edition download package.

New! JSF Edition Eclipse plugin improvement

The JSF Edition Eclipse plugin was updated to support generation of custom components with custom taglib URI and in custom client namespace. This delivers flexibility when one wish to create custom Backbase JSF Components in his/her own company taglib and namespace.

New to the JSF Edition! How-to create custom components

A new ePage was created that explains how to design and implement a custom component in custom taglib by enhancing an existing Backbase JSF Component. It also describes how to fine-tune the client functionality of the component by creating a client widget in custom namespace. The example page can be found in the examples/tutorials.war of the JSF Edition download package.

Published Feb. 7, 2008— Reads 12,400 — Feedback 1
Copyright © 2008 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
Related Stories
▪ Backbase to Deliver the First AJAX SDK for Apple's iPhone
▪ The Business Case for Rich Internet Applications
▪ Where Are RIA Technologies Headed in 2008?
▪ Moving Beyond AJAX: 2008 Is the Decision Year For RIAs
▪ AJAXWorld Keynote Speaker on the Risks and Rewards of RIAs
▪ The Business Value of RIAs: An Informal, Virtual Round Table
▪ How Should You Decide Which RIA Platform To Choose?
▪ Model-View-Controller and the Brave New World of Rich Internet Applications
Related Links
▪ NOW STREAMING: AJAX for the En
About RIA News Desk
Ever since Google popularized a smarter, more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications, SYS-CON's RIA News Desk has been covering every aspect of Rich Internet Applications and those creating and deploying them. If you have breaking RIA news, please send it to RIA@sys-con.com to share your product and company news coverage with AJAXWorld readers.

Add Your Feedback

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

#1
Steven Coker commented on 6 Feb 2008

Seems like just what we need to help us migrate fat client applications to the Web


Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON Featured Whitepapers

ADS BY GOOGLE

Breaking Java News
Antisoma AGM update and Interim Management Statement
European Goldfields Q3 2009 Results
EMC Commits to MoReq2 Certification of EMC Documentum Records Manager
Randgold Resources - 3rd Quarter Results
Norkom Reports Strong EBITDA and Continued Increase in Revenues
Waze Service Now Available Globally
The UK Restaurants Industry - a Review of 2009
Martin & Co Employee Joins Elite
RISI Identifies 17 Containerboard Machines in Europe with a High Risk of Closure
Renewable Energy Pioneer Receives $19.4 Million in Treasury Grants

ADVERTISE   |   MAGAZINE SUBSCRIPTIONS   |   FREE BREAKING-NEWSLETTERS!   |   SYS-CON.TV   |   BLOG-N-PLAY!   |   WEBCAST   |   EDUCATION   |   RESEARCH

.NET Developer's Journal - .NETDJ   |   ColdFusion Developer's Journal - CFDJ   |   Eclipse Developer's Journal - EDJ   |   Enterprise Open Source Magazine - EOS
Open Web Developer's Journal - OPENWEB   |   iPhone Developer's Journal - iPHONE   |   Virtualization - Virtualization   |   Java Developer's Journal - JDJ   |   Linux.SYS-CON.com
PowerBuilder Developer's Journal - PBDJ   |   SEO / SEM Journal - SJ   |   SOAWorld Magazine - SOAWM   |   IT Solutions Guide - ITSG   |   Symbian Developer's Journal - SDJ
WebLogic Developer's Journal - WLDJ   |   WebSphere Journal - WJ   |   Wireless Business & Technology - WBT   |   XML-Journal - XMLJ   |   Internet Video - iTV
Flex Developer's Journal - Flex   |   AJAXWorld Magazine - AWM   |   Silverlight Developer's Journal - SLDJ   |   PHP.SYS-CON.com   |   Web 2.0 Journal - WEB2
Apache   |   CMS   |   CRM   |   HP   |   Oracle Journal   |   Perl   |   Python   |   Red Hat   |   Ruby on Rails   |   SAP   |   SaaS

SYS-CON MEDIA:   ABOUT US   |   CONTACT US   |   COMPANY NEWS   |   CAREERS   |   SITE MAP
SYS-CON EVENTS:   |  AJAXWorld Conference & Expo  |  iPhone Developer Summit  |  Cloud Computing Conference & Expo  |  SOA World Conference & Expo  |  Virtualization Conference & Expo
INTERNATIONAL SITES:   India  |  U.K.  |  Canada  |  Germany  |  France  |  Australia  |  Italy  |  Spain  |  Netherlands  |  Brazil  |  Belgium
 Terms of Use & Our Privacy Statement     About Newsfeeds / Video Feeds
Copyright ©1994-2008 SYS-CON Publications, Inc. All Rights Reserved. All marks are trademarks of SYS-CON Media.
Reproduction in whole or in part in any form or medium without express written permission of SYS-CON Publications, Inc. is prohibited.
 
close this window