The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing

This problem is often encountered when running Microsoft Office, Adobe Products or even Apache server.Base on this entry from stack overflow: http://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-opening-microsoft-office-file you can do the steps below to...

How to implement an image streamer for primefaces graphicimage component

This page provide code samples for using primefaces graphic image component. In this case we are assuming that the byte data of an image is stored in an entity and that entity is access by its id. See the param id in #1. The param id is read by the streamer and use to fetch the entity that stores the...