The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for ildella during November 2009

In this two parts article, I am explaining how to configure Maven to manage a multi branded project and development environment. In the first part the Maven side of the problem is analysed. In this second part, I will address how Wicket handles the branded configuration and how to make the development environment "brand-friendly". Read the complete article on LazyDev blog
In this two part article, I will explain how to configure a web application built with Maven to support "branding", or skinning. That is, support different distribution skinned with particular images, logo, background, text. In the end we just want to keep separated the static contents and choose the right set when we package our application so that the result is a war with just the...