Enterprise Java
-
How to use Salesforce REST API with your JavaServer Pages
Abstract: This tutorial gives an example of a JSP and how to integrate it with the Salesforce REST API. We…
Read More » -
Java EE Pitfalls #1: Ignore the default lock of a @Singleton
EJB Singleton Beans were introduced by the EJB 3.1 specification and are often used to store cached data. This means,…
Read More » -
Java EE 8 – Deliver More Apps to More Devices
If there’s one thing I dislike about summer, it is the fact that there isn’t much news to share or…
Read More » -
Thymeleaf – fragments and angularjs router partial views
One more of the many cool features of thymeleaf is the ability to render fragments of templates – I have…
Read More » -
Apache CXF 3.0: CDI 1.1 support as alternative to Spring
With Apache CXF 3.0 just being released a couple of weeks ago, the project makes yet another important step to…
Read More » -
Better error messages with Bean Validation 1.1 in Spring MVC application
Bean Validation 1.1, among many new features, introduced error message interpolation using Unified Expression Language (EL) expressions. This allows to…
Read More » -
Java EE7 and Maven project for newbies – part 6
Resuming from the previous parts Part #1, Part #2, Part #3, Part #4, Part #5 In the previous post (part…
Read More » -
Spring Boot: Fast MVC start
I was planning to write an article about Spring Boot more than a year ago. Finally I have the time…
Read More » -
A Tour Through elasticsearch-kopf
When I needed a plugin to display the cluster state of Elasticsearch or needed some insight into the indices I…
Read More »