You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by su...@tcs.com on 2006/02/15 06:05:57 UTC

Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

I want to implement dynamically generated JFreeChart throug cocoon.can any 
body help me and send me one sample codes for that.

I also want to implements different kinds of dynamic charts through 
cocoon.Chart should be generated taking dynamically data from xml to 
generate html pages.Unable to do it dynamically.Able to do it statically 
with help of .svg files.Can anyone help me in this regards and send me one 
applicatins or sample code.

Thanks all in adavance

Subhajit Ghosh
Mailto: subhajit.gh@tcs.com
Website: http://www.tcs.com
ForwardSourceID:NT000012FE 

Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information.   If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited.   If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments.  Thank you

Re: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by Luca Morandini <lm...@ieee.org>.
subhajit.gh@tcs.com wrote:
> 
> Thank u very much.It is very much useful to implement.but regarding 
> installation of fins i faced a problem.I followed all instructions 
> written in installations.In case of building cocoon I faced following 
> problem...
> 
> BUILD FAILED
> D:\cocoon-2.1.7\tools\targets\compile-build.xml:244: The following error 
> occurre
> d while executing this line:
> D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:1428: The 
> following err
> or occurred while executing this line:
> D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:85: srcdir 
> "D:\java" do
> es not exist!

I guess you should change the paths to reflect your system's configuration.

Anyway, could you please post your message on the fins-dev list 
(fins-dev@lists.cocoondev.org) ?

I suppose there is someone with a Fins JAR ready to work with Cocoon 
2.1.7 (not me becuase my Cocoon configurations are in a state of flux at 
the moment).

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by Rob Gregory <Ro...@RosesGroup.co.uk>.
It's already been on my list of @todo's in our own code base so I have no
problem posting the mods to cvs or the fins newgroup? What's the best
approach to take when I get the chance which hopefully will be in a couple
of weeks?

Cheers 
Rob Gregory

-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of Luca Morandini
Sent: 17 February 2006 20:11
To: users@cocoon.apache.org
Subject: Re: Implementing JFreeChart through cocoon???and batik(dynamically
generatedgraph) through cocoon???

Rob Gregory wrote:
> I used to use fins in Cocoon 2.1.3 but found it was not compatible with 
> java 5 (only needed small mods to get it working) so I would be 
> interested in knowing if this now supports Java 5?

Not yet ;)

Do you mind terribly to volunteer for this task ?

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by Luca Morandini <lm...@ieee.org>.
Rob Gregory wrote:
> I used to use fins in Cocoon 2.1.3 but found it was not compatible with 
> java 5 (only needed small mods to get it working) so I would be 
> interested in knowing if this now supports Java 5?

Not yet ;)

Do you mind terribly to volunteer for this task ?

Regards,

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by Rob Gregory <Ro...@RosesGroup.co.uk>.
I used to use fins in Cocoon 2.1.3 but found it was not compatible with java
5 (only needed small mods to get it working) so I would be interested in
knowing if this now supports Java 5?

 

  _____  

From: subhajit.gh@tcs.com [mailto:subhajit.gh@tcs.com] 
Sent: 15 February 2006 10:18
To: users@cocoon.apache.org
Subject: Re: Implementing JFreeChart through cocoon???and batik(dynamically
generatedgraph) through cocoon???

 


Thank u very much.It is very much useful to implement.but regarding
installation of fins i faced a problem.I followed all instructions written
in installations.In case of building cocoon I faced following problem... 



BUILD FAILED 
D:\cocoon-2.1.7\tools\targets\compile-build.xml:244: The following error
occurre 
d while executing this line: 
D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:1428: The following
err 
or occurred while executing this line: 
D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:85: srcdir
"D:\java" do 
es not exist! 

I am using cocoon2.1.7 and JFreeChart1.0.1 

Anyone can help me in this regards. 

Thanks all in advance.... 


 



Subhajit Ghosh
Mailto: subhajit.gh@tcs.com
Website: http://www.tcs.com 




Bertrand Delacretaz <bd...@apache.org> 

02/15/2006 12:16 PM 


Please respond to
users@cocoon.apache.org


To

users@cocoon.apache.org 


cc

 


Subject

Re: Implementing JFreeChart through cocoon???and batik(dynamically
generatedgraph) through cocoon???

 


 

 




Le 15 févr. 06, à 06:05, subhajit.gh@tcs.com a écrit :
> ...I want to implement dynamically generated JFreeChart throug 
> cocoon.can any body help me and send me one sample codes for that. ..

Have a look at Fins: http://new.cocoondev.org/main/117/29.html

-Bertrand

ForwardSourceID:NT000013B2     


Notice: The information contained in this e-mail message and/or attachments
to it may contain confidential or privileged information. If you are not the
intended recipient, any dissemination, use, review, distribution, printing
or copying of the information contained in this e-mail message and/or
attachments to it are strictly prohibited. If you have received this
communication in error, please notify us by reply e-mail or telephone and
immediately and permanently delete the message and any attachments. Thank
you

 


Re: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by su...@tcs.com.
Thank u very much.It is very much useful to implement.but regarding
installation of fins i faced a problem.I followed all instructions written
in installations.In case of building cocoon I faced following problem...



BUILD FAILED
D:\cocoon-2.1.7\tools\targets\compile-build.xml:244: The following error
occurre
d while executing this line:
D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:1428: The
following err
or occurred while executing this line:
D:\cocoon-2.1.7\build\cocoon-2.1.7\temp\blocks-build.xml:85: srcdir
"D:\java" do
es not exist!

I am using cocoon2.1.7 and JFreeChart1.0.1

Anyone can help me in this regards.

Thanks all in advance....



Subhajit Ghosh
Mailto: subhajit.gh@tcs.com
Website: http://www.tcs.com



Bertrand Delacretaz <bd...@apache.org>
02/15/2006 12:16 PM
Please respond to
users@cocoon.apache.org


To
users@cocoon.apache.org
cc

Subject
Re: Implementing JFreeChart through cocoon???and batik(dynamically
generatedgraph) through cocoon???






Le 15 févr. 06, à 06:05, subhajit.gh@tcs.com a écrit :
> ...I want to implement dynamically generated JFreeChart throug
> cocoon.can any body help me and send me one sample codes for that. ..

Have a look at Fins: http://new.cocoondev.org/main/117/29.html

-Bertrand

ForwardSourceID:NT000013B2


Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information.   If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited.   If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments.  Thank you

Re: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

Posted by Bertrand Delacretaz <bd...@apache.org>.
Le 15 févr. 06, à 06:05, subhajit.gh@tcs.com a écrit :
> ...I want to implement dynamically generated JFreeChart throug 
> cocoon.can any body help me and send me one sample codes for that. ..

Have a look at Fins: http://new.cocoondev.org/main/117/29.html

-Bertrand