Enterprise Java
-
Using the JDBC Insert Features in Oracle
Introduction In this article I will show an example of how to use the JDBC bulk insert features supported by…
Read More » -
Neo4j: Specific relationship vs Generic relationship + property
For optimal traversal speed in Neo4j queries we should make our relationship types as specific as possible. Let’s take a…
Read More » -
Spring Cloud Rest Client with Netflix Ribbon – Basics
In an earlier blog post I had covered the different options for a REST client in the Spring Cloud world.…
Read More » -
Reactive Development Using Vert.x
Lately, it seems like we’re hearing about the latest and greatest frameworks for Java. Tools like Ninja, SparkJava, and Play;…
Read More » -
An introduction to Spark, your next REST Framework for Java
I hope you’re having a great Java Advent this year! Today we’re going to look into a refreshing, simple, nice…
Read More » -
The generic filter in cuba platform – excel filters on steroids
As i promised last time, i plan to go through some features of the platform, that i think are very…
Read More » -
A Java EE 7 Application on OpenShift 3 With JBoss Tools
You can create and manage OpenShift applications in Eclipse with the latest version of the OpenShift Plugin for JBoss Tools.…
Read More » -
5 reasons why you should consider upgrading your applications to Spring 4
Firstly released in 2004, Spring Framework is among top Java frameworks. Spring 4 has been released in December 2013 and…
Read More » -
Local installation of standalone HBase and Apache Storm simple cluster
We mainly use Apache Storm for streaming processing and Apache HBase as NoSQL wide-column database. Even if Apache Cassandra is…
Read More »