Evolution in Data Integration From EII to Big Data
Approaches to integrating data are changing with emergence of cloud computing.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Roopesh Shenoy on May 06, 2011
JQuery 1.6 has just been released with several performance and cross-browser compatibility improvements and major rewrite of the Attribute module.
Some major improvements in the new release -
All these new features are explained in detail along with the entire list of bug fixes on the official blog post.
Unfortunately, there are also some breaking changes, and the team has put up a separate section highlighting them on their official update -
| Changes | JQuery 1.5.2 e.g. | JQuery 1.6 e.g. |
| data() method camel-cases data attributes with embedded dashes. |
data-max-value="15" creates { max-value: 15 } | data-max-value="15" creates { maxValue: 15 } |
| Bifurcation between properties and attributes. attr() method cannot be used now to get property values. prop() and removeProp() methods introduced to handle property values | checkbox.attr("checked") returns (true) if checkbox is checked |
checkbox.attr(“checked”) returns empty string. Need to use $(this).prop("checked") or $(this).is(":checked") inside the event handler, this being the element clicked. |
The second change is especially expected to have impact on existing projects that decide to upgrade to 1.6.
This release comes just 3 months after 1.5 release and 1 month after the 1.5.2 release. Work has already started on 1.7 and the JQuery team is already accepting feature proposals.
JQuery is a JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
Monitor your Production Java App - includes JMX! Low Overhead - Free download
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!
The team has just released update 1.6.1.
They are also working on JQuery color plugin v2, and have just released a beta version.
Approaches to integrating data are changing with emergence of cloud computing.
Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.
Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.
Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.
Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.
Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.
One of the main challenges when designing software architecture is considering quality attributes. Not only their design turns out to be difficult, but also the specification of these attributes.
Michael Feathers analyzes real code bases concluding that code is not nearly as beautiful as designers aspire to, discussing the everyday decisions that alter the code bit by bit.
1 comment
Watch Thread Reply