Enterprise Java
-
Spring WebApplicationInitializer and ApplicationContextInitializer confusion
These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…
Read More » -
Exploring the SwitchYard 2.0.0.Alpha2 Quickstarts
In one of my last posts I explained how you get started with SwitchYard on WildFly 8.1. In the meantime…
Read More » -
Embedded Jetty and Apache CXF: secure REST services with Spring Security
Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…
Read More » -
Apache Camel for Microservice Architectures
I’ve been using microservice architectures before I knew they were called so. I used to work with pipeline applications made…
Read More » -
One Jar To Rule Them All: Apache TomEE + Shrinkwrap == JavaEE Boot
WARNING: I am not an expert of Spring Boot. There are a lot of things that I find really interesting…
Read More » -
Java EE + MongoDb with Apache TomEE and Jongo Starter Project
Know MongoDB and Java EE, but you don’t know exactly how to integrate both of them? Do you read a…
Read More » -
Embedding a XMPP server inside your JSF Web Application using Vysper, TomEE and PrimeFaces
I have an application that needs to notify the user when some job is done. It uses JSF and Primefaces,…
Read More » -
jQuery Ajax – Servlets Integration: Building a complete application
There are many tutorials around the web that explain some stuff about web development in Java using servlets and JSP…
Read More » -
Log your miles and community runs: Java EE 7 Real World Experience
miles2run.org is an easy way to track your running activities and share with friends and families. Day-based or distance-based goals can…
Read More »