RESTful error handling with Tomcat and SpringMVC 3.x
Updated: 2010-10-31 14:30:43
Handling errors in a REST way is seemingly simple enough: upon requesting a resource, when an error occurs, a proper status code and a body that contains a parseable message and using the content-type of the request should be returned. The default error pages in Tomcat are ugly. Not only they expose too much of [...]

Part of my job as a Project Manager is communicating project status or feature status. Stoplight charts, status reports, etc…lots of ways. But a while back when I was looking at my favorite task tracking software, Things, I found their … Continue reading →