Enterprise Java
-
How to build and clear a reference data cache with singleton EJBs and MBeans
In one of my projects I had a requirement to load reference data from several sources in a Java EE 6…
Read More » -
Using @ConfigurationProperties in Spring Boot
In my latest blog post I described shortly how one can configure mail in Spring Boot application. To inject properties…
Read More » -
Brand new JSF components in PrimeFaces Extensions
The PrimeFaces Extensions team is glad to announce several new components for the upcoming 3.0.0 main release. Our new committer…
Read More » -
WildFly 9 – Don’t cha wish your console was hawt like this!
Everybody heard the news probably. The first WildFly 9.0.0.Alpha1 release came out Monday. You can download it from the wildfly.org…
Read More » -
Hosting a Maven repository on github (with sources and javadoc)
How to make a small open sourced library available to other developers via maven? One way is to deploy it…
Read More » -
Testing mail code in Spring Boot application
Whilst building a Spring Boot application you may encounter a need of adding a mail configuration. Actually, configuring the mail…
Read More » -
Schedule Java EE 7 Batch Jobs
Java EE 7 added the capability to perform Batch jobs in a standard way using JSR 352. …
Read More » -
Defend your Application with Hystrix
In previous post http://www.javacodegeeks.com/2014/07/rxjava-java8-java-ee-7-arquillian-bliss.html we talked about microservices and how to orchestrate them using Reactive Extensions using (RxJava). But what’s happen…
Read More » -
Developing a top-down Web Service project
This is a sample chapter taken from the Advanced JAX-WS Web Services book edited by Alessio Soldano. The bottom-up approach…
Read More »