JVM Languages
css_jsf.txt
Associated article: Cascading Style Sheets & JavaServer Faces
Tags: JVM Languages
Published source code accompanying the article by Tor Norbye in which he looks into JavaServer Faces support for Cascading Style Sheets and how they make is easy to create Web applications
Cascading Style Sheets & JavaServer Faces
by Tor Norbye
Listing One
public String getSeasonStyle() {
// For instructional purposes only -- my hometown has winter WAY longer than
// this... and this won't work for the southern hemisphere
int month = calendar.get(Calendar....


