I suspect that if you have been programming in Java for some time, you have probably already used functional interfaces. Interestingly, sometimes you used them without being fully aware of it. This component appeared in Java version 8 and...

I suspect that if you have been programming in Java for some time, you have probably already used functional interfaces. Interestingly, sometimes you used them without being fully aware of it. This component appeared in Java version 8 and...
I’ve seen a lot of tutorials in Internet related to Spring Batch tool, but most of them was too simply. I know that these guides can be great for basic understanding the main concept of that technology, but it...
Welcome back! We will continue to program the ESB bus with Mule. This is the third part of our Mule tutorial without Anypoint tool. We already have an environment, a ready domain module and implemented services (which even work!)....
Very often it is necessary to drop a lot of records into the database at one time. If the files are large and we want to make the best use of our equipment, it is worth using the Spring...