I previously showed how you could build an article series list with Jekyll using Liquid. This time I use a custom Liquid tag instead of a Liquid script-let.
Google Guice (my favorite DI framework for Java) has a neat extension called “Multibindings” that allows you to auto-magically inject a collection of objects that implement a particular interface. This allows you to model SPI-style interfaces with ease.