All, Found this easy and simple conversion especifically for Joda-Time as this seems to be the most missed or tricky one.Before you copy and paste this code wanted to briefly explain some common misinterpreted terms briefly: LocalDate – date without time
Read MoreJSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. JWT is easy to identify and is separated by dots . Example Format : iiiiiiiiiiiiii.jjjjjjjjjjjj.kkkkkkk Header
Read MoreDear Readers, I have added an Utility class that can be leveraged to use in your project to convert date and times based on your need.
Read MoreUsing Third Party Library but not adding it in class-path. Defined Flow: As we have all heard of IOC (Inversion of Control) in spring that is a framework for implementing automatic dependency injection. This manages object creation and its life-time,
Read MoreAre we experiencing the slow response when doing a JDBC call using some API call ?Everything checks out such as Network calls , running query explicitly in the database etc. then may be it’s time to check your existing JdbcTemplate
Read MoreWe do have whole lot of ways to write to a file. But this is one of the new and spring friendly way. Feel free to use this in your project.
Read MoreLet’s say you have a need to read from a very high volume queue and there is a need of having that volume at low. Also after reading these payload there is a need to save it to data source
Read MoreHere is a simple and short example on how you can setup the Connection Factory for different types of Broker. Also it contains the code logic if you need to use the ActiveMq Backoff Startegy.
Read MoreHow do we start when there is a need to handle a legacy system with a newer technology ? This high level code example includes how to connect to Oracle Advanced Queue from a target Database, read the message from
Read More