Jshell: exploring Java 9 REPL

Remember the days when you need to write at least one class to test a small snippet of Java code ?! well, this days will be soon from the past once java 9 is released. JShell is the first official Java REPL (Read-Eval-Print-Loop), a command line tool that… Read more

Similar

The Modern Java Platform

Many developers were burned by the overly complex world of Java back in the early 2000s. The Gang of Four patterns and middleware / J2EE / Java EE led to ridiculous levels of alleged decoupling as is evident in this sequence diagram from an open source J... (more…)

Read more »

A2a for Java

Pure java implementation of Google A2A protocol. Integrate your spring boot java applications with A2A protocol , includes client and sever both - vishalmysore/a2ajava... (more…)

Read more »