Web Resource Optimisation with WRO4J

Web Resource Optimisation with WRO4J Its been a while since I've posted anything so I'm going to ease myself back in with a post on web resource optimisation, and in particular my recent experience optimising a Java web application using WRO4J. What is Web Resource Optimisation? Rich internet applications are now common place, delivering a slick, responsive user experience that in the past was only possible with thick client applications. Modern web applications are typically composed of many JavaScript and CSS resources, so we need to consider ways of optimising how theses resources are served to the client. The objective of web resource optimisation like [...]

By |2019-02-20T07:27:13+00:00January 31st, 2014|UI, Web|0 Comments

Spring REST Tutorial

Spring REST Tutorial I've just written an updated tutorial for building a RESTful services with Spring Boot. Have a look here. In this post I’ll show you how to implement a RESTful web service using the Spring framework. REST support was introduced as part of Spring 3 and is built on top of the existing Spring MVC stack, so anyone that has worked with Spring MVC in the past should find the REST support very easy to grasp. I’ll provide a step by step guide so even if you’re not familiar with Spring MVC you should be able get a RESTful service up and running [...]

By |2019-02-21T16:50:59+00:00August 19th, 2012|REST, Spring|44 Comments
Go to Top