This code demonstrates the loading & display of a BLOB from a database using h:graphicImage without any temporary files. Whilst not entirely generic you should be able to get this working with a days work if you're prepared to stick at it. The scenario is that you have an "Employee" JPA persistent entity that implements the "PhotoInterface" interface that defines one ...