Is there a project to support: .Net and C#?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bkieser
Posts: 9
Joined: Wed Jan 26, 2005 5:55 pm
Location: UK
Contact:

Is there a project to support: .Net and C#?

Post by bkieser » Tue Mar 28, 2006 2:56 pm

Hi Guys,

We have an app that uses both JFreeChart and JFreeReport.
The product is now being extended to also support .NET and beign rewritten in C#.

Of course, we want to keep JFree and JFreeReport!

Is there a project out there that has ported this excellent software? We really don't want to move away from it, it rocks!

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Tue Mar 28, 2006 5:08 pm

Hi,

well, there is none of which I'm aware of. You might want to try 'IKVM' (http://www.ikvm.net/), which is an project to build a JVM for the .NET class library.

It is uses Classpath as Java-side implementation. This means, with some luck, you'll get JFreeChart up and running, but JFreeReport will not work (for now). If everything fails, you can always go the 'Web-Service' way; although this can be a pain if you want full interactivity.

Regards,
Thomas

bkieser
Posts: 9
Joined: Wed Jan 26, 2005 5:55 pm
Location: UK
Contact:

Post by bkieser » Thu Mar 30, 2006 11:58 am

Thanks Thomas.

An alternative is if the company will support a porting project then maybe we can do this. Would a port to C# be of any interest to the project?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Mar 31, 2006 3:06 pm

I would like to see a C# port, but realistically I don't have enough time to commit to it. If I was doing it, I'd try to maintain compatibility with Mono, perhaps via Cairo which I know can be used quite successfully to render JFreeChart output (I used this route to get JFreeChart working with GNU Classpath). But that's just my take on it.

I know there is some interest around, so let's keep this thread alive and see if a group forms to take on the task...
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

davehow
Posts: 1
Joined: Wed Jul 12, 2006 7:00 pm

Post by davehow » Wed Jul 12, 2006 7:07 pm

Hi,

I've been working on converting a Java jfreereport-based library to .net using IKVM. I keep running into exceptions and I finally started researching and found this topic. It was mentioned that IKVM won't work for jfreereport, or 'not yet'. Can you explain what the fundamental problem is? And is it something that needs to be fixed in the GNU classpath dll? Is there any hope or should I go back to just wrapping my java app in a shell script and spawning it from C# code?

Thanks,
Dave

RugWarrior
Posts: 17
Joined: Wed Jul 30, 2008 11:54 am

Is there already a solution to interact via ASP.NET?

Post by RugWarrior » Wed Jul 30, 2008 11:55 am

Hi :)

Is there already a port to C# or a possibility to use the API from ASP.NET or a webservice?

Cu
RugWarrior

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Jul 31, 2008 3:25 pm

David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

RugWarrior
Posts: 17
Joined: Wed Jul 30, 2008 11:54 am

Thanks :)

Post by RugWarrior » Mon Aug 04, 2008 6:57 pm

Thank you for the link!

I will try to make your project and the port more commonly known as your project is the best free charting solution for Java I came along :)

Can someone use the project behind the link to make a port for the actual version to (ASP).NET 3.5?

Cu
RugWarrior

Locked