Is it possible to run a JFrame application (like jfreechartdemo) as a servlet? I have an engineering application that analyizes data and produces cool graphs and I want the ability to use JSliders, Jlists, JButtons, etc. I would like to host the whole thing as a web application to provide broad availability but maintain only one copy of the code.
I got the jfreechart-servlet-demo running (it's cool to have the graphs on the web!) and now I want a jfreechartdemo'ish front end.
Any suggestions would be greatly appreciated!

Gary