Blog Posts

Recent posts

Apache CXF - getting ServletContext in code

less than 1 minute read

It is common to get a Servlet context on implementing WEB API. Apache CXF has a little different approach to get this instance. The following code show how t...

Java - create a Java application with Maven

less than 1 minute read

With the following command you can create an application directory quickly 1 2 mvn archetype:generate -DgroupId=com.demo.app -DartifactId=appDemo -Darchetyp...