JSP is a server-side technology, while Swing works on the client. There is no way to use Swing in JSP.
It might be possible to convert the Swing application into a Swing
applet, which can run inside one of your web pages, though.
[ November 14, 2005: Message edited by: Ulf Dittmer ]