Monthly Archives: April 2011

Java EE 6 – JSF 2.0 Internationalization with session scoped language switcher bean

Today I will present a short tutorial on how to implement internationalization feature in your JSF 2.0 web application. This tutorial is based on the previous one called Java EE 6 – Getting Started (maven, CDI and persistence) ready project. We will continue from that point and add simple i18n feature with language switching capabilities. […]

Read More →

Java EE 6 – Getting Started (maven, CDI and persistence) ready project

This short tutorial describes how to get started easily and quickly with Java EE 6 development. For the purpose of this tutorial you would need to have installed the following tools: 1. Maven 3 2. JBoss AS 6.0 3. Eclipse (I will use Helios release) 4. Eclipse m2eclipse plugin (for managing Maven based projects) If […]

Read More →