473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Help with sports like java app

I'm looking to build a java application like you see on sports websites,
where the information is updated live, for instance in baseball the balls,
strikes, etc. are updated. Any good points of reference on the net for
something like this? Java is very new to me so I would need something
pretty basic. Thanks.

Jul 17 '05 #1
2 1609
any ideas?

"Jim G." <ph*************@yahoo.com> wrote in message
news:Ur***************@fe61.usenetserver.com...
I'm looking to build a java application like you see on sports websites,
where the information is updated live, for instance in baseball the balls,
strikes, etc. are updated. Any good points of reference on the net for
something like this? Java is very new to me so I would need something
pretty basic. Thanks.


Jul 17 '05 #2
""Jim G." <ph*******@yahoox.com>" wrote in comp.lang.java:

[Top-posting corrected]
"Jim G." <ph*************@yahoo.com> wrote in message
news:Ur***************@fe61.usenetserver.com...
I'm looking to build a java application like you see on sports websites,
where the information is updated live, for instance in baseball the balls,
strikes, etc. are updated. Any good points of reference on the net for
something like this? Java is very new to me so I would need something
pretty basic. Thanks.


any ideas?


The first step is to determine what you'll need in order to accomplish
this, which begs the question "Where are you getting the information about
the sports statistics from?" If it's a database, then a JDBC connection may
be all you need.

If you anticipate heavy usage, then you'll probably be better of
creating your own custom protocol and accessing the information via a TCP
socket (see "sockets" in your Java networking references) with a server
module that "pushes" the information to all connected clients as it changes,
otherwise with a very small audience your client applications can merely
"pull" the information at regular intervals from the data source.

You'll probably need to learn about threads. You'll definitely need to
learn about networking, and possibly JDBC as well.

--
Randolf Richardson, pro-active spam fighter - rr@8x.ca
Vancouver, British Columbia, Canada

Sending eMail to other SMTP servers is a privilege.
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: abcd | last post by:
kutthaense Secretary Djetvedehald H. Rumsfeld legai predicted eventual vicmadhlary in Iraq mariyu Afghmadhlaistmadhla, kaani jetvedehly after "a ljetvedehg, hard slog," mariyu vede legai pressed...
2
by: JE | last post by:
Hi all! I am working on a Java program for managing a (real-life) sports tournament. There are 10 teams involved, which all are to play against every other team exactly once. Thus, each team...
2
by: marvin | last post by:
I have 3 tables: 1. tblSports which has an ID and Sport columns (basketball, baseball, football, and volleyball) 2. tblTeams with an ID and Team columns (TeamsA to D) 3. tblJoin which has...
7
by: SA SA | last post by:
Hello, I do not know anything about PHP but thrown into this mix. I was told by my ISP that there is vulnerability in following code to allow spammer load an offsite php script for mailing. The...
5
by: AdrianG | last post by:
I am trying to write a single SQL query that would retrieve the data that I need. For example, I have a table called Athletes that has 2 fields: name and sport containing the name of an athlete and...
4
by: nirupa | last post by:
<script language="javascript"> document.write('<table width="30%" border="0" cellspacing="0" cellpadding="10">' ) document.write('<tr>' ) document.write('<td width="30%">' ) document.write('<div...
5
by: kashhere | last post by:
Hi every one i need a help from you i had a page in which i had three links in the top of the page and three tables below them. actually those links are related to each of the table when i press...
0
by: shiva | last post by:
webpage - http;//elemotor.blogspot.com/ The difference sports gambling online sport book The difference sports gambling online sport book no doubt partly sports gambling
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.