top of page
JAVA
Dibyojyoti Sanyal
Sep 11, 20224 min read
Exposing application statistics using JMX in spring
Explains how application statisctics and Metrics can be exposed via JMX
4560
Dibyojyoti Sanyal
Sep 26, 20214 min read
Simple Java Servlet Microservice
An example of a minimalistic Java servlet based micro service
8360
Dibyojyoti Sanyal
Sep 22, 20212 min read
Single Module Executable Java Application
Shows with example how to create a single module executable java application
430
Dibyojyoti Sanyal
Sep 15, 20211 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
4,6580
Dibyojyoti Sanyal
Aug 4, 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
1040
Dibyojyoti Sanyal
Jul 7, 20216 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
1880
Dibyojyoti Sanyal
May 29, 20213 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.
2970
Dibyojyoti Sanyal
Mar 21, 20216 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.
970
Dibyojyoti Sanyal
Mar 20, 20211 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.
2,6560
bottom of page