running jfreechartdemo as a servlet

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
garyn87048
Posts: 13
Joined: Sat Nov 29, 2003 5:38 am

running jfreechartdemo as a servlet

Post by garyn87048 » Fri Dec 05, 2003 5:40 pm

Group -

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

Locked