... a blog about java, middleware tecnologies and surroundings.
Using javaon backend programming if you have to order a list using a list object attribute you can use stream:
Collections.sort(<List>, Comparator.comparing(<List Object>::<filed getter method>));
follow an example