Asked by duncanb7
at 2024-06-07 09:48:46
Point:500 Replies:21 POST_ID:828322USER_ID:11059
Topic:
JavaScript;;Java Server Pages (JSP)
Plot a chart in Javascript and JSPQuestion: Plot a chart in Javascript and JSPQuestion: There are may ways to plot a stock/billing chart on fly stream data in Javascript and JSP
Why people choose JSP in server to do the coding instead of leting client-side to do
coding in IE/Firefox. Which side (client-side or server-side programming ) is more
efficient and faster ?
Question-1 At yahoo, financial page, the chart of Dow Jones is making from Javascript
by cilient side or JSP script by the server side ? Why they're doing that ?
Question-2 How can I start to make a chart based on SVG standard from w3C.
What free library function of graph and chating is better and easier to be used ?
Question-3, If my csutomer is sending data at every second, how can I show him a
chart or graph on my home domain page to let him see our respomce. In other word,
after receiving his streaming data, I will do some fast internal calculation and send the
data to the chart on my website.
Question-4 Should I make my extract data into XML format or others in order to take
easy advantage to use the chart function from the library you suggest
Br Regards
Duncan
Why people choose JSP in server to do the coding instead of leting client-side to do
coding in IE/Firefox. Which side (client-side or server-side programming ) is more
efficient and faster ?
Question-1 At yahoo, financial page, the chart of Dow Jones is making from Javascript
by cilient side or JSP script by the server side ? Why they're doing that ?
Question-2 How can I start to make a chart based on SVG standard from w3C.
What free library function of graph and chating is better and easier to be used ?
Question-3, If my csutomer is sending data at every second, how can I show him a
chart or graph on my home domain page to let him see our respomce. In other word,
after receiving his streaming data, I will do some fast internal calculation and send the
data to the chart on my website.
Question-4 Should I make my extract data into XML format or others in order to take
easy advantage to use the chart function from the library you suggest
Br Regards
Duncan