Java
-

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 » -

3 Reasons why You Shouldnāt Replace Your for-loops by Stream forEach
Awesome! Weāre migrating our code base to Java 8. Weāll replace everything by functions. Throw out design patterns. Remove object…
Read More » -

Project Jigsaw Hands-On Guide
Project Jigsaw will bring modularization to the Java platform and according to the original plan it was going to be…
Read More » -

Jigsaw Delays Push Java 9 Launch Date to 2017
The Java 9 release date is postponed to 2017 because of delays in Project Jigsaw It might come to some…
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 » -

Writing BDD tests with Cucumber JVM
Cucumber JVM as an excellent tool to write your BDD tests.In this article I would like to give an introduction…
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 » -

Java 8 Lambda Expression for Design Patterns ā Decorator Design Pattern
The Decorator pattern (also known as Wrapper) allows behavior to be added to an individual object, either statically or dynamically,…
Read More » -

Running Eclipse Neon on a Custom Java 9 Image
Iāve started tinkering with the creation of custom Java binary runtimeĀ image files. An image file is a configuration of modules…
Read More »



