Spring Boot isn't just about cloud-native microservices development. You can use it to create standalone Java apps as well. RESTful APIs get all the attention, but sometimes, you just need to auto ...
In the modern age, personal devices are more interconnected than ever before, communicating and sending data over local wireless networks to facilitate all kinds of new features. One surprising ...
I'm writing a Java "wrapper" GUI for a CLI app that gets used pretty heavily. The CLI app is very robust and is a very good standalone program, but some people would like drag/drop functionality and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Sometimes it’s nice to format the output of a console based Java program in a friendly way. The ...