Accessing data feed

Posted by racket99 on Stack Overflow See other posts from Stack Overflow or by racket99
Published on 2010-12-21T22:51:07Z Indexed on 2010/12/21 22:54 UTC
Read the original article Hit count: 130

Filed under:
|
|
|

I have a Java program on my desktop which displays financial data gleaned from the web. It is a 3rd party application. What I would like to do is intercept the data before it goes to the Java application and record it into a flat file for the purpose of later data analysis.

Is this at all possible? I imagine the data are available and are entering my computer through some port which the Java app picks up and then displays.

Help appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about data