Other Resources My Cup of Joe » any supergeeks? (computer question) Rss Feed  
Moderators: k9car363, the bear, DerekL, alicefoeller Reply
2006-03-14 7:13 PM

Elite
3650
200010005001002525
Laurium, MI
Subject: any supergeeks? (computer question)

Okay, I'm working on a project for my research.  I need to take a csv file and have it plotted.  It has to be done through a web interface, so I'm going to using a java based client to do it.  Here's something similar to what it is:

hourly weather graph

I have no problem with the actual layout or the graphing element.  The issue I'm facing is the importing of the data.  I have no done a lot of work with straight java (which that is).  I am familiar with the action script language in flash, which is OEP and just a basterdized version of java. 

With flash, it's fairly easy to import XML data bases, and I can easily convert CSV to XML.  Howver reading in unformatted text files into Flash is a royal pain.

I have never worked with XML before.  I've been looking at it and it seems intuitive enough.

So does anyone have any experience with java and/or flash specifically with the issue of reading in server based files?  Any links to web refferences would be really nice.  I know google will give me a lot, unfortunatly that is a lot that I have to wade through to find what I need.



2006-03-14 10:54 PM
in reply to: #369662

User image

Pro
3906
20001000500100100100100
St Charles, IL
Subject: RE: any supergeeks? (computer question)

gnuplot.

 

use java to call it if you must, but i find perl cgi to be much easier to do this kind of stuff. 

 

-Chris 

New Thread
Other Resources My Cup of Joe » any supergeeks? (computer question) Rss Feed