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

Tag Archives: 3D

How to Make the ICEfaces Connection Status Always Visible

ICEfaces allows to show if the server-side is still processing using the <ice:outputConnectionStatus /> tag in JSF pages. For long transactions this gives pretty good feedback to your users. But, when your form is longer than the browser window it can happen that the status tag is scrolled outside of the visible part. With this… Continue Reading

Nightmares on JSF Street in Trinidad

JavaServer Faces (JSF) is the upcoming standard for the presentation layer of enterprise architectures. It’s going to replace the good old Struts. Struts, being the first widely accepted MVC 2 framework, to separate presentation from business logic, JSF now adds a real component model, event handling, validation and more to it. JSF can be compared… Continue Reading