Java
-
IDC Report on Business Value of using JBoss Fuse (with Apache Camel)
This is just a blog post that has more commercial nature, but you can’t have one without the other. In…
Read More » -
EE Servlet 3: Simple Form Processing
Form handling in web application is like bread and butter for most Web developers. It will not be much use…
Read More » -
Thread Magic Tricks: 5 Things You Never Knew You Can Do with Java Threads
What are some of the least known facts and use cases for Java threads? Some people like mountain climbing, others do…
Read More » -
Building a HATEOAS API with JAX-RS and Spring
In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…
Read More » -
Java 8 Stream and Lambda Expressions – Parsing File Example
Recently I wanted to extract certain data from an output log. Here’s part of the log file: …
Read More » -
JavaFX List Example
This is an example list application built using JavaFX. The app is a list of todo (to do) items. This…
Read More » -
Java Design Patterns course launched on JCG Academy!
It has been a while since we have launched JCG Academy, a premium content, subscription based site offering a number…
Read More » -
Dependency Injection – Field vs Constructor vs Method
Hi, today I would like to discuss in short different ways of injecting dependencies into your classes. In general you have…
Read More » -
Stream-Powered Collections Functionality in JDK 8
This post presents application of JDK 8 – introduced Streams with Collections to more concisely accomplish commonly desired Collections-related functionality.…
Read More »