frederick a asked:
Dear Developers,
Dear Developers,
I am trying to develop charting system that works with day end figures using java and would welcome your suggestions.
I would like the system to do the following:
1. automaticcally retrieve day end price (opening, closing, high, low & volume) via a web service from a provider and store the info on my database.
2. extract data from my database and display it as a chart.
Thanks in advance for you input

Comments 4
void main () {
int (”I don’t know”);
}
Posted 15 Sep 2009 at 10:11 pm ¶That’s not an easy task if you are not a developper..
Posted 17 Sep 2009 at 8:03 am ¶I actually do some freelancing jobs.. Edit your post if you are interested.. I won’t charge you a lot
@swivel_eyed:
Your statement only holds in India.
I am not aware about your proficiency in Java, so my suggestion might not be complete.
You can use Jfreechart to render chart for your application. Its very versatile API and well documented.
To retrieve the data via web you can use Commons http client.
You can check out my java blogs for an example too. The example there uses Google API to validate user login
Hope this helps
BTW:
@ mikerushe
> void main () {
> int (”I don’t know”);
> }
- Your Java code is absurd as your answer its incorrect in every sense, why did you choose to answer when you dont know?
@Beavis111
Any kid can do this job without charging a dime.
–
Posted 19 Sep 2009 at 9:32 am ¶Ck
Go to:
and download their chart api. I’ve used it in the past (and will most likely use it in the future) and it work’s well.
Posted 19 Sep 2009 at 6:32 pm ¶Post a Comment
You must be logged in to post a comment.