OPI Blog
Learn from experts in their fields

Browsing Tags: DOM

Comparing React.js performance vs. native DOM
React.js is a promising new library for Javascript view component development. A similar approach is said to be leveraged in the upcoming Angular 2 release. Mike Hostetler has given a nice introduction the technology coming ...
Feb 14, 2012
Manipulating HTML with Java and jsoup
Have you ever needed to manipulate some HTML in your Java code? Maybe you are working with some HTML fragments that need some decorating or you simply need to clean up some possibly bad syntax ...