Java Archives | opencodez

Java Archive

Chain of Responsibility – Behavioral Design Pattern

Chain of Responsibility

The Chain of Responsibility Pattern comes under Behavioral design pattern, the main motive of this pattern is to accomplish loose coupling in Software design process where the client request is passes to series (CHAIN) of objects to

Flyweight Pattern – Structural Design Pattern

May 20, 2020 Java

Flyweight Pattern

Flyweight pattern comes under Structural Design Patterns. By using this pattern we can decrease object count. When there is a need to create huge amount of similar objects then this Java Flyweight Pattern is useful. Flyweight pattern

Micronaut Framework – Complete Guide with Sample Example

August 21, 2019 Java

Micronaut Framework is one of the recently introduced JVM-based framework for building lightweight, modular applications and microservices.  In this article we will briefly take you through some of the Micronaut features. This framework is introduced at a

Top 5 Frameworks for Java Developers

Java is one of the widely used programming languages. There are many useful Java frameworks available to write any Java-based web and mobile apps, REST APIs and Microservices easily. In this article we will see Top 5

Java Structural Design Patterns – Proxy Pattern

July 10, 2019 Java

Do you remember signing your class attendance sheet on behalf of your friend (well of course your teacher doesn’t have to know :)). That is called Proxy. It means “in place of” or “on behalf”.  The Proxy Pattern comes

A Beginners Guide to Kotlin

What is Kotlin ? Kotlin is an expressive Open Source Programing Language with Type Interface for Android development which supports Java Virtual Machine. Google has adopted Kotlin as an official language for Android development. Kotlin development was