Enterprise Java
-
Java EE 7: What’s new???
I am a little ‘late to the party’ so to say… as far as ‘blogging’ about Java EE 7 is…
Read More » -
Adding Social Sign In to a Spring MVC Web Application: Integration Testing
I have written about the challenges of writing unit tests for applications which use Spring Social 1.1.0 and provided one…
Read More » -
SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig
In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…
Read More » -
Akka Toolkit 2.3 released
The release of 2.3.0 version of Akka toolkit was recently announced. Akka is a very useful toolkit and runtime for…
Read More » -
Java EE 8 : What does the community want?
Following the earlier two community surveys, the first announced in December 2013 and the second in January 2014, Oracle calls…
Read More » -
Exporting Spring Data JPA Repositories as REST Services using Spring Data REST
Spring Data modules provides various modules to work with various types of datasources like RDBMS, NOSQL stores etc in unified…
Read More » -
WAR files vs. Java apps with embedded servers
Most server-side Java applications (e.g. web or service-oriented) are intended to run within a container. The traditional way to package…
Read More » -
Integration testing with Maven and Docker
Docker is one of the new hot things out there. With a different set of technologies and ideas compared to…
Read More » -
Integration testing custom validation constraints in Jersey 2
I recently joined a team trying to switch a monolithic legacy system into set of RESTful services in Java. They…
Read More »