How do you run the JFreeChartDemo using Forte for Java 4 (Su

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Phillip

How do you run the JFreeChartDemo using Forte for Java 4 (Su

Post by Phillip » Wed Jul 24, 2002 11:43 pm

Has anyone created a web project in Forte4 for Java (Sun One) and use the JFreeChart charts in the java server pages?

I am trying to do this and I could use some direction.

David Gilbert

Re: How do you run the JFreeChartDemo using Forte for Java 4

Post by David Gilbert » Thu Jul 25, 2002 3:15 pm

Hi Phillip,

I don't know anything about Forte. For JSPs, there is a project Cewolf on SourceForge that is a tag library for JFreeChart.

http://cewolf.sourceforge.net/

Regards,

DG.

Haral Tsitsivas

Re: How do you run the JFreeChartDemo using Forte for Java 4

Post by Haral Tsitsivas » Wed Jul 31, 2002 3:04 am

From File->Mount Filesystem, select "Add JAR File" and add all of the JAR files comprising the package you want to use...

Achilleus Mantzios

Re: How do you run the JFreeChartDemo using Forte for Java 4

Post by Achilleus Mantzios » Wed Jul 31, 2002 9:43 am

In order to use JfreeChart in a web application, you only need to
copy the appropriate jars in your web app's WEB-INF/lib
directory.

You could do that by hand, no forte involvement is needed.

If you want to do *development* of JfreeChart under forte, then
you should mount the JfreeChart and/or JfreeCommon source directories.

After you have done your testings, just create two jars (for chart/common), and copy them under WEB-INF/lib
as in the first step.

Achilleus Mantzios

Re: How do you run the JFreeChartDemo using Forte for Java 4

Post by Achilleus Mantzios » Wed Jul 31, 2002 12:16 pm

BTW how do you find SUN ONE studio 4.0 for java in compared
with forte 3.0??

Just in case you have done EJB development, is EJB2.0
supported? What about Enterprise MDBs??

Locked