JSF has excellent i18n support, but sometimes the resource bundle approach won’t quite work. What if you need to be able to update content without re-deploying your app? In this short tutorial, I’ll show you how to easily implement something similar that uses a database. I’m actually in the process of writing a more advanced […]
It is really encouraging to see all of the great new JSF (JavaServer Faces) component libraries. Several new component libraries deal with Ajax - a perfect application of JSF, in my opinion. For one, there is a lot of JavaScript that needs to be abstracted away - such as making the actual Ajax call and […]