If, like myself, you have a Mediacenter based on Kodi (with Mediaportal for TV server) and you want to watch your TV channels from anywhere,…
Since Servlet 3.0 (JavaEE 6), Servlet 3.0 supports two additional HttpServletRequest methods: Collection<Part> getParts() Part getPart(String name) With this,…
Since Tomcat 7, and it’s even worth with Tomcat 8, the time to start up a webapp has seriously increased. There are 2…
When I had to deploy a webapp with REST web services based on CXF 3.x on Weblogic 12c server, my problems started. With default…