Java

  • submit to reddit

Nodes are People, Too

  Milestone Release: Neo4j 2.0.0-M01 lets you define sets of nodes within the graph Philip Rathle Product Manager Neo4j Today we are...

0 replies - 4375 views - 04/09/13 by Andreas Kollegger in Articles

Java API for JSON Processing (JSR-353) - Stream APIs

Java will soon have a standard set of APIs for processing JSON as part of Java EE 7.  This standard is being defined as JSR 353 - Java API for JSON...

0 replies - 3862 views - 04/09/13 by Blaise Doughan in Articles

Tutorial – JavaFX Library for Inverse Kinematics 2.0

This is the first tutorial explaining the basics of javafx-ik, a library for inverse kinematics with JavaFX. The sources of the library can be downloaded from...

0 replies - 1051 views - 04/09/13 by Michael Heinrichs in Articles

Android View Animations for 2.x and 3.0

Learn how to use pre-3.0 view Animation classes to create various animated UI effects.  Then you'll also see the demo PropertyAnimations, which shows...

0 replies - 940 views - 04/09/13 by Mitch Pronschinske in Articles

Java Lambda Expressions vs Method References

Now we can use lambda expressions to implement functional interfaces as we have seen in previous posts, but the lambda expressions are not the only mechanism...

0 replies - 1579 views - 04/09/13 by Edwin Dalorzo in Articles

Spring ActiveMQ Producer Client Template

Available on GitHub Demo available on GitHub Overview This is just a very small, very simple template project for sending messages to JMS queues. In my...

0 replies - 1823 views - 04/08/13 by Adrian Milne in Articles

Incorporating Authorization into Play 2.x (Scala) application

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 2183 views - 04/08/13 by Krishna Prasad in Articles

Covariance and Contravariance In Java

I have found that in order to understand covariance and contravariance a few examples with Java arrays are always a good start. Arrays Are Covariant Arrays...

0 replies - 2173 views - 04/08/13 by Edwin Dalorzo in Articles

MOXy's Object Graphs - Input/Output Partial Models to XML & JSON

Suppose you have a domain model that you want to expose as a RESTful service.  The problem is you only want to input/output part of your data. ...

0 replies - 1946 views - 04/08/13 by Blaise Doughan in Articles

Don't Forget About the Kestrel Messaging Queue

In the messaging queue lineup, the incumbents tend to be ActiveMQ or RabbitMQ and the upstarts who are making headway into the spotlight are usually ZeroMQ or...

0 replies - 2405 views - 04/08/13 by Mitch Pronschinske in Articles

Bending NetBeans Code Templates to My Will

Anyone who has read any of my posts on NetBeans knows that there are numerous features of NetBeans that I really like. Recently, however, I found myself...

0 replies - 672 views - 04/08/13 by Dustin Marx in Articles

Java 8 Lambdas - The Missing Link to Moving Away from Java

I learnt functional programming, but then I decided I liked imperative programming better so I switched back. — Nobody, ever Moving from imperative...

1 replies - 6699 views - 04/07/13 by James Roper in Articles

Why Encapsulation Matters

Encapsulation is more than just defining accessor and mutator methods for a class. It is a broader concept of programming, not necessarily object-oriented...

0 replies - 1952 views - 04/07/13 by Edwin Dalorzo in Articles

How To Get Indian Languages Support For BlackBerry OS6

BlackBerry Smartphones may be facing some tough competition from Android & iOS running iPhones, but they are still used widely. This post is not about...

0 replies - 1281 views - 04/06/13 by Sachin Khosla in Articles

Application Integration with SwitchYard

In the not too distant past, application integration was widely considered to be a post-deployment consideration. Development teams implemented business...

0 replies - 1884 views - 04/06/13 by Mitch Pronschinske in Articles