Java
-
Java 8 map(), flatMap() examples
Using map () method When programming, it is very common, processing data in order to collect some information from a…
Read More » -
Apache Camel 2.22 Released with Spring Boot 2 support
Today we released the latest Apache Camel 2.22.0 release which is the first release to officially fully support Spring Boot…
Read More » -
Spring Security with Spring Boot 2.0: Securing your endpoints
Up until now in our previous posts we had our endpoints and controllers secured using the default spring security configuration.…
Read More » -
Developing with CUBA – a big shift from Spring?
Reading requirements for yet another web project for internal corporate use you (at least myself) usually see a pretty common…
Read More » -
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 3)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From cloud, hybrid cloud,…
Read More » -
How to use filter() method in Java 8
Java 8 Stream interface introduces filter() method which can be used to filter out some elements from object collection based…
Read More » -
Authorizing Resources Based On Who Created Them
A colleague of mine pointed me to an interesting question on StackOverflow and suggested it may be a good one…
Read More » -
JavaFX Tip 31: Masking / Clipping / Alpha Channel
Selection Strip I recently had to implement a custom control that lets the user select a single item out of…
Read More » -
“Metro” Table For Java (JavaFX)
Hi again, this time the TableView “Metro” style gets added to the JMetro JavaFX theme. This amps up the JMetro…
Read More »