I am new to JSPs and Servlets - I am wondering if there is any way for a JSP of delegating to a servlet the generation of given areas of the page such as custom controls (AWT stuff and such).
The reason why I am looking into this is that JSP pages can get really messy really fast.
Examples appreciated!