Royal league of digital image processing and video animation. We focus on photo-realistic but digital created humans.

Tag Archives: 3D

When There’s Bad Smell in Your JSF Tag Soup Due to Facelets

Facelets are an add-on you can use to get templating into your JSF development. It supports the JSF Reference Implementation and also MyFaces. So, the most JSF implementations can use it out-of-the-box.

The Observer Pattern in Mixed Dependency Injection Contexts (Spring, JSF)

One of the most well-known patterns is the Observer pattern, well described in the Gang of Four (GoF) book. It allows to separate the application logic from the view(s) (if you have the focus on MVC implementations) or simply implements a notification mechanism that allows to update objects if others change their state (publisher –… Continue Reading