The Force, not quite awake...

1 min read
So Bill and I went to see Star Wars: The Force Awakens, last night…
Verdict? It was funny, overlong and quite predictable. The Disney taming influence ever so palpable. With so many nods to the original movies, I had a tough time connecting with the new characters, etc. Not bad, not great. Kinda meh. ***1/2-

Twits du Jour (Dec 17)

<1 min read

The force will awake soon...

1 min read

10:20 show is going to be packed, line out the doors…

HttpStatus JSP Tag Library

<1 min read

I've just released my HttpStatus JSP Tag Library, a simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.

<%@ page isErrorPage="html" %>
<%@ taglib prefix="hs" uri="http://erik.thauvin.net/taglibs/httpstatus" %>
<html><head>
<title><hs:code/> <hs:reason default="Server Error"/></title>
</head>
<h1><hs:reason default="Server Error"/></h1>
Cause: <pre><hs:cause default="Unable to complete your request."/></pre>

As usual the source code, documentation and binary are on GitHub.

Twits du Jour (Dec 15)

<1 min read