Java: An Improved try-catch-finally Idiom
on
Tags:
In Java, exceptional problems not normally part of program logic are handled by using Exceptions....
In Java, exceptional problems not normally part of program logic are handled by using Exceptions....
On my project we have a number of software components that run concurrently, some on...
Android API version 3.0, known as Honeycomb, introduced a new concept called "fragments". What are...
Last Friday (April 27, 2012) I gave a presentation on Apache ZooKeeper and a lightning...
Recently, I was looking into computer vision related technologies. One of the interesting techniques is...
Blur is a new Apache 2.0 licensed software project that provides a search capability built...
Near Infinity is proud to host a new Gradle Expert Training class, taught by Tim...
This post is going to demonstrate thrift usage by searching a Lucene index from Ruby....
Recently, I needed to enhance some existing code to apply optional filters when retrieving the...
Last Thursday (on Cinco de Mayo) I gave a presentation on Hadoop and Hive at...
For a number of years I have used Lucene for both search and data storage....
So...I embarked upon a task the other day to ensure that all REST traffic coming...
Yesterday at the Near Infinity 2011 Spring Conference I gave a talk on CoffeeScript (see...
As is clearly stated in the @Inherited meta annotation docs here, you can't inherit annotations...
You've no doubt heard about JRuby, which lets you run Ruby code on the JVM....