I am looking for something like this Java-CSS-Library, to implement server-generated CSS stylesheets backed by a type-safe object-oriented model of CSS classes and rule sets.
This is part of my ongoing quest for the perfect “pure Java” web development framework that would allow me to
- Focus on my strongest area of expertise: Elegant Java code
- Use refactorings and other advanced Java tooling in Eclipse or IntelliJ Community Edition
- Ignore the HTML/HTTP vs JVM objects impedance mismatch as much as possible