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.
How do you run the JFreeChartDemo using Forte for Java 4 (Su
Re: How do you run the JFreeChartDemo using Forte for Java 4
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.
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.
Re: How do you run the JFreeChartDemo using Forte for Java 4
From File->Mount Filesystem, select "Add JAR File" and add all of the JAR files comprising the package you want to use...
Re: How do you run the JFreeChartDemo using Forte for Java 4
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.
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.
Re: How do you run the JFreeChartDemo using Forte for Java 4
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??
with forte 3.0??
Just in case you have done EJB development, is EJB2.0
supported? What about Enterprise MDBs??