Enterprise Java
-
Insights from Stackoverflow: Most voted for Spring 4 questions
What are the most voted for Spring 4 question asked and answered on Stackoverflow? Here are the top five questions…
Read More » -
Skip SSL certificate verification in Spring Rest Template
How to skip SSL certificate verification while using Spring Rest Template? Configure Rest Template so it uses Http Client to…
Read More » -
Spring-managed Transactions Explained – Part 2 (JPA)
In the first part of the series, I showed how transactions work in plain-vanilla JDBC. And then I showed how…
Read More » -
MVC 1.0 in Java EE 8: Getting started using facelets
MVC 1.0 is an action-based Model-View-Controller web framework, which will be a part of future Java EE 8. It will…
Read More » -
Differences in JPA entity locking modes
JPA provides essentially 2 types of locking mechanisms to help synchronize access to entities. Both mechanisms prevent a scenario, where…
Read More » -
One Thing Good Spring Developers Know
In my recent training sessions on the (core) Spring Framework, I was asked, “If there was one thing that a…
Read More » -
JPA Pitfalls / Mistakes
From my experience, both in helping teams and conducting training, here are some pitfalls/mistakes I have encountered that caused some…
Read More » -
Advanced config with configuration meta-data in Spring Bootstrap
After a short introduction to configuration meta-data and covering the basics in my previous post called Pimp your config with configuration…
Read More » -
A Look at the Upcoming JSF 2.3 Push Support
As mentioned in previous posts, there are a number of enhancements being added to the next release of JavaServer Faces…
Read More »