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
494
0
Simple Java Servlet Microservice
An example of a minimalistic Java servlet based micro service

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

Dibyojyoti Sanyal
Sep 22, 20212 min read
45
0
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
4,935
0
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
114
0
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
207
0
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
316
0
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
102
0
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 21, 20211 min read
2,773
0
bottom of page