Monthly Archives: February 2017

Http/2 multiplexing and server push

                 In this article, we will see the main features for Http/2 specification. Till Http/1 the request and response processing between the client and server is simplex. That is, the client sends the

Tagged with: , ,
Posted in General

Java 9 : Convenience Factory Methods to create immutable Collections

                             In this article we will see another JDK 9 feature to create immutable collections. Till Java 8, If we want to create immutable collections we use

Tagged with: ,
Posted in Java

jshell: The Java Shell (Read-Eval-Print Loop)

                         In this article, we will discuss jshell(Java Shell) Java 9 feature. We can explore jShell with JDK 9 Early Access Release.  As of now the general availability of JDK9 is scheduled

Tagged with: , ,
Posted in Java

Software Architecture – Hexagonal Architecture Pattern

                     In this article, we will see “Hexagonal Architectural Pattern” also known as “Ports and Adapters” pattern. As developers so far we have created applications with tiered architecture styles like MVC

Tagged with: ,
Posted in Design Patterns
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou