Re: ION Experiences? [message #11830] |
Sat, 30 May 1998 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Gary (gbust@arlut.utexas.edu) writes:
> I have several IDL applications that take in data, manipulate it a bit, and
> then make some plots. I would like to make it, or something similar a "web
> program". Now, one option is to consider the IDL a proto-type, and rewrite it
> in Java, and post it as an applet.
>
> The other option is to spend ~ $5,000 for ION. Does anyone have experience
> good/bad in this regard? $5,000 is no small amount of money. On the other
> hand, the development time to port to Java does not come cheap either.
I've seen ION, but I don't know too much about it. $5000
seems like a lot of money for this functionality. Have
you thought about a simple PERL script passing data to
a callable IDL application that produced GIF files for
display on the web page? I should think you could get
something like that running in a couple of days.
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: ION Experiences? [message #11927 is a reply to message #11830] |
Sun, 31 May 1998 00:00  |
mgs
Messages: 144 Registered: March 1995
|
Senior Member |
|
|
In article <MPG.fda8f32e0aaf1199897c2@news.frii.com>, davidf@dfanning.com
(David Fanning) wrote:
> Gary (gbust@arlut.utexas.edu) writes:
>
>> I have several IDL applications that take in data, manipulate it a bit, and
>> then make some plots. I would like to make it, or something similar a "web
>> program". Now, one option is to consider the IDL a proto-type, and
rewrite it
>> in Java, and post it as an applet.
>>
>> The other option is to spend ~ $5,000 for ION. Does anyone have experience
>> good/bad in this regard? $5,000 is no small amount of money. On the other
>> hand, the development time to port to Java does not come cheap either.
>
> I've seen ION, but I don't know too much about it. $5000
> seems like a lot of money for this functionality. Have
> you thought about a simple PERL script passing data to
> a callable IDL application that produced GIF files for
> display on the web page? I should think you could get
> something like that running in a couple of days.
Check out the IDL FAQ at http://ww2.sd.cybernex.net/~mgs/idl_faq.html for
some help in this area. Question T23 is "How can IDL be used to generate
dynamic GIFs for display on the World Wide Web?"
--
Mike Schienle Interactive Visuals
mgs@sd.cybernex.net http://ww2.sd.cybernex.net/~mgs/
|
|
|