I am looking for an extensive example or, the most preferably, an open source project with a nice, modern, ajax-enabled user interface which is using JQuery or YUI on top of Java web application - it can be full Java EE application, JSF only, Spring MVC application, anything.
I would like to learn what are best practices to create such applications. In particular how to efficiently make use of the JavaScript library with a chosen Java web UI technology: JSP, JSF, Spring MVC, etc.
I am not particularly interested in simple demo examples, simple things I can figure out myself, I need something bigger so I would be able to investigate overall UI creation strategy, how clean the code is, how difficult were particular features to apply, etc.