JAVA
- Spring MVC @Requestparam - Binding request parameters (26 Feb 2017)
In this article, we are going to see several examples on how to get request parameters with Spring MVC, how to bind them to different objects, how to use @RequestParam annotation and when the annotation is not needed. - Java 8 Comparator - How to sort a List (21 Nov 2016)
In this article, you can find several examples on how to sort a List in Java 8 - Java 8 Optional - Replace your get() calls (19 Jun 2016)
- Java 8 Stream - From List to Map (04 Jun 2016)
An example to convert a List to a Map using Java 8 Stream - Java 8 - Convert List to String comma separated (22 May 2016)
Convert a List of String in a String with all the values of the List comma separated, using Java 8, is really straightforward.