I am looking for an extensive example or, most preferably, an open source project with a nice modern ajax-enabled interface that uses JQuery or YUI on top of a Java web application - it can be a full Java EE application, only JSF, Spring MVC application, whatever .
I would like to know what is best for creating such applications. In particular, how to effectively use the JavaScript library with the selected Java web interface technology: JSP, JSF, Spring MVC, etc.
I'm not particularly interested in simple demos, simple things that I can figure out for myself, I need something more so that I can explore the general strategy for creating the user interface, how clean the code was, how complicated the special functions were for application, etc. d.
source
share