top of page
Core Java
Exposing application statistics using JMX in spring
Explains how application statisctics and Metrics can be exposed via JMX

Dibyojyoti Sanyal
Sep 11, 20224 min read
Â
Â
Â
Simple Java Servlet Microservice
An example of a minimalistic Java servlet based micro service

Dibyojyoti Sanyal
Sep 26, 20214 min read
Â
Â
Â
Single Module Executable Java Application
Shows with example how to create a single module executable java application

Dibyojyoti Sanyal
Sep 22, 20212 min read
Â
Â
Â
Print request and response headers using HttpServletRequest and HTTPServletResponse
Shows how HTTP requests and responses can be printed when needed for trouble shooting in a plain Java micro service

Dibyojyoti Sanyal
Sep 15, 20211 min read
Â
Â
Â
Print request and response headers using HttpRequest and HttpResponse
Shows how HTTP requests and responses can be printed when needed for trouble shooting in a plain Java micro service

Dibyojyoti Sanyal
Aug 4, 20211 min read
Â
Â
Â
Closable & secure http connection
Shows how a closable and TLS secured connection can be created to a remote server in a plain Java micro service

Dibyojyoti Sanyal
Jul 7, 20216 min read
Â
Â
Â
How to create cache of caches using google guava cache ?
We use google guava cache to keep key value pairs. This post shows how to handle cache of caches.

Dibyojyoti Sanyal
May 29, 20213 min read
Â
Â
Â
How to expose app. statistics by implementing JMX & view them in JConsole with namespace & grouping?
Example of real life application of Java Management Extensions in cloud native development.

Dibyojyoti Sanyal
Mar 21, 20216 min read
Â
Â
Â
How to traverse a Json tree and how to find and extract nested elements in Json?
JSON is a standard to send data over HTTP in cloud native development. An example that shows JSON can be parsed.

Dibyojyoti Sanyal
Mar 20, 20211 min read
Â
Â
Â
bottom of page
