Spring MVC
-
Enterprise Java
Resource versioning with Spring MVC
When serving static resources, it is common practice to append some kind of version information to the resource URL. This…
Read More » -
Enterprise Java
JAX-RS 2.x vs Spring MVC: Returning an XML representation of a list of objects
JSON is King as it goes to all kinds of REST* APIs, but still you may need to expose multiple…
Read More » -
Enterprise Java
Using rx-java Observable in a Spring MVC flow
Spring MVC has supported asynchronous request processing flow for sometime now and this support internally utilizes the Servlet 3 async…
Read More » -
Enterprise Java
Web App Architecture – the Spring MVC – AngularJs stack
Spring MVC and AngularJs together make for a really productive and appealing frontend development stack for building form-intensive web applications.In…
Read More » -
Enterprise Java
How to integrate Jersey in a Spring MVC application
I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…
Read More » -
Enterprise Java
Spring MVC 4 Quickstart Maven Archetype Improved
Spring Boot allows getting started with Spring extremely easy. But there are still people interested in not using Spring Boot…
Read More » -
Enterprise Java
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java
Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC
Asciidoc is a text based document format, and that is why it is very useful if we want to commit…
Read More » -
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 »