Categories
Java

Open a URL in the default browser in Java

When developing a Java desktop or command-line application, you may need to prompt the operating system to open a URL. For instance, to login or approve authentication (OAuth). One approach is to print out the URL and ask the user to copy/paste it. A better alternative is opening that in the user’s default browser automatically. […]

Categories
Java

Building REST APIs with Quarkus

Recently, I have been doing much of framework and language hopping out of boredom. I have heard about Quarkus around a year ago. But I did not experiment with it much. Today, I had some free time and created a project with it to check how it measures against Spring Boot. In this article, I […]

Exit mobile version