From: Nathaniel G. A. <nat...@ya...> - 2004-08-16 23:11:01
|
there are two things you could do: 1) alter the source to make the BasicStroke transient 2) change your code to create the chart on the client side. I would recommend this as it adheres to MVC. You should only gather the data on the server and let the client do the rendering. I will update the source so that the BasicStroke constants are transient. --- Greg Jablonski <gr...@dc...> wrote: > Hi, > > I have a problem with serialization or maybe I have wrong understanding > of where Chart object should be instantiated. I saw a post on 2004-05-31 > 06:05 (Re: java.io.NotSerializableException: > org.jCharts.properties.util.ChartFont) which solved some of my problems > but I still can't make it to work. Here is what I am doing. I have a > java client-server application which is using RMI for networking. So > what I am doing is creating a PieChart2D object on a server side and > then I am trying to send it over the network to a client. Then on a > client side I am converting it to an image and displaying it. Issue is > that when I make a request from client to server I get > java.io.NotSerializableException: java.awt.BasicStroke error. I looked > through the code and I see that PieChart2DProperties have been fixed to > use ChartStroke which is now serializable instead of BasicStroke but for > example LegendProperties still use BasicStroke. So my question, is that > a bug or I should create my charts on a client side. > > Thanks > Greg J > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail |