Java
-

Common and Unique Elements In Multiple Collections
This week, we’ll take a break from higher level problems and technology posts to deal with just a little code…
Read More » -

Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More » -

GWT Custom Button using UIBinder
Here’s an example on how to create a custom button using UIBinder on GWT. public class GwtUIBinderButton implements EntryPoint {…
Read More » -

Play 2.0: Akka, Rest, Json and dependencies
I’ve been diving more and more into scala the last couple of months. Scala together with the “Play Framework” provides…
Read More » -

JavaFX: Creating a Sprite Animation
While most of my posts so far dealt with JavaFX properties and bindings, today I want to write about another…
Read More » -

How Badly Do We Want a New Java Date/Time API?
The current Java.net poll question is, “How critical is it for JSR-310 (new Date and Time API) to be implemented…
Read More » -

The Java EE 6 Example – Galleria
Have you ever been wondering where to find some good end-to-end examples build with Java EE 6? I have. Most…
Read More » -

FindBugs and JSR-305
Suppose that group of developers work in parallel on parts of big project – some developers are working on service…
Read More » -

Web Services with JAX-WS on Tomcat
Let us assume an enterprise is maintaining user authentication details in a centralized system. We need to create an AuthenticationService…
Read More »








