I am new to working with Servlets, Tomcat, JSP, and I am curious about the common practices for incorporating GUI elements into JSP pages to enhance client-side interactivity. I have experience with jQuery, YUI, extJS, among others, for JavaScript scripting in basic webpages, but how are these tools utilized in web applications? Do they seamlessly integrate with JSP pages? Are there any tag libraries available to facilitate this process?
Any recommendations or suggestions would be appreciated.
For instance, is it advisable to populate a YUI DataTable using JSP code embedded within JavaScript?