Apache Subnet Utilities: CIDR Tools
I was looking for some utilites to handle subnet CIDR addressing for an application I was developing. I had some very basic requirements: simple to use,... »
I was looking for some utilites to handle subnet CIDR addressing for an application I was developing. I had some very basic requirements: simple to use,... »
Most Camel polling examples answer one question: when does the poller run? A cron on the endpoint, a repeatCount, a timer, an empty-poll check. They are... »
Reviving a blog needs a project worth writing about, and this one turned out to be a good one: get a full, graphical Java IDE running... »
Introduction I have on occasion had to convert an image, usually an icon into a data URI to embed in a web application. I was looking... »
I needed to set up my REST application to redirect users to my Open API Specification 3.0 (Swagger) UI in Spring. This can easily be accomplished... »