360learntocode
Home
Java
Spring
Spring Boot
Grails
Contact
Tuesday, December 1, 2020
Example to Test Whether String is Null or Empty in Java
›
This is the short tutorial to test whether the given string is null or empty. Let's look at the following example: public class...
How to Create List of String to Comma Separated String.
›
This is a short tutorial to show how to convert the list of strings into the comma-separated string. 1. In Java 8 and later: - Usi...
Sunday, June 14, 2020
Appium how to do scrolling.
›
In this post, I will show you how to do scrolling in Appium. Appium provides the TouchAction API for gesture implementation. 1. Create an A...
Saturday, June 13, 2020
How to convert the JSON file to Map and List in Java using Gson.
›
In this post, we are going to convert the JSON file to Map or List. Here, we are using the Gson library which provides a clean way to do so....
Sunday, June 7, 2020
Create a Self-Signed free SSL certificate for Tomcat on CentOS Linux using Let's Encrypt.
›
How to Install and configure a free SSL/TLS certificate for Tomcat using Let's Encrypt on Centos Linux. Table Of Conten...
1 comments
Friday, June 5, 2020
IntelliJ Idea doesn't detect existing Java project.
›
What to do if your IntelliJ Idea doesn't detect your existing project. Sometimes it may be due to it doesn't find the JDK on you con...
Thursday, June 4, 2020
How to create thumbnail Image using Java.
›
In this tutorial, I will show you how we can create thumbnail images using Java. Thumbnails are the reduced size of images or videos. Basica...
Wednesday, June 3, 2020
Convert Tiff file to JPG/PNG using Java.
›
How to convert a tiff(tif) file to JPG/PNG using Java. While dealing with the tiff file, we may have the problem that some browser ...
2 comments
Tuesday, June 2, 2020
Hot reloading the resources file for changes in Grails.
›
How to hot reload the resources file when the changes happened in Grails. I was working on Grails 3.3.0 and hot reloading was not work...
Monday, December 24, 2018
Create Simple Secured Restful Web Services Application Using Spring Boot.
›
How to create simple restful web services with spring security using Spring Boot. Table Of Contents - Prerequisites - Introduction ...
‹
›
Home
View web version
Search for: