

Towards More Functional Java using Generators and Filters
Last time we saw how to use lambdas as predicates, and specifically how to use them with the Java 8 Collection#removeIf method in order...
Scott Leberknight
Oct 11, 20166 min read


Testing HTTP Clients Using the Spark Micro Framework
Testing HTTP client code can be a hassle. Your tests either need to run against a live HTTP server, or you somehow need to figure out how...
Scott Leberknight
Oct 5, 20164 min read


Extjs Stateful Web Desktop
Extjs has a pretty cool Web Desktop . Though out of the box the Ext.ux.desktop.Desktop component is not stateful. Â Meaning it won't...
Michael Bevels
Sep 26, 20162 min read


Extjs: Centering Sprites in Donut (Pie) Charts
Recently I wanted to center a sprite (image or text) inside an Extjs donut chart (Sencha Charts, Extjs 5.1+). Â There's not an...
Michael Bevels
Sep 26, 20161 min read