-
Feb 29th, 2012, 02:27 AM
#1
Reading Data from yahoo services
Hi everybody,
I need some advice on how to retrieve and parse data from yahoo finance using YQL.
I understood how to read and parse data from a file whose location is known a-priori, but i have some trouble in understanding how the application could consume services from the web (xml or json response).
Any ideas or examples the could help me are well appreciated,
thank you!
-
Feb 29th, 2012, 08:53 AM
#2
Hi,
If you already have a service which is working i.e. reading data from yahoo finance and then parsing and/or writing it to the target database. Then you have two options:
1. You can use existing services and implement your own reader and writer.
2. You can use existing service as is by using TaskletAdapter.
Let me know if this helps?
-
Feb 29th, 2012, 02:41 PM
#3
OK thank you but I was looking for something more specific and detaild about the reader impelemntation of the results return by the yql query.
Anyone has dealt with it? (yql and yahoo finance)
-
Mar 4th, 2012, 01:23 PM
#4
I found something here : http://developer.yahoo.com/java/howt...eRestJava.html
I hope this could help also someone else dealing with this.
-
Mar 5th, 2012, 11:12 AM
#5
Last edited by paul.jenny47; Mar 6th, 2012 at 05:08 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules