|
-
Sep 12th, 2002, 07:43 AM
#1
Thread Starter
Hyperactive Member
ESPN or Yahoo Fantasy Sports Games
Let me start off by saying I've never programmed anything in Java before. My Background is in VB6, ASP, and ASP.Net. I also have used limited javascript.
what i'm trying to find out how to do
I play alot of fantasy sports with my friends and am very interested in trying to create a java drafting applet like those you would find in yahoo and espn. From those applets it seems like you get live updates without having to refresh the screen (which is my overall goal).
what does it take to do something like that?
-what is the best IDE (if there is one) to create such an applet?
-is something in the way of ansycronous communication needed between the database and java applet?
-can i do this using j++ or j#?
Forgive my lack of knowledge, but this interests me very much.
I'm willing to learn what it takes.
Thanks for reading this and for any pointing in the right direction anyone can give me.
Scott
-
Sep 12th, 2002, 09:53 AM
#2
Hyperactive Member
yes with applets you would not need to be refreshing the screen so that is a bonus with applets.
I personally have barely used J++ and never used J#. For IDE's I have used Forte which is free from Sun, VisualCafe which costs $$, and no IDE. The IDE's are pretty nice to use, but I personally just code all my GUI's by hand in most cases.
-
Sep 12th, 2002, 11:11 AM
#3
Thread Starter
Hyperactive Member
thanks for the info bill. much appreciated!
If anyone else has anything to suggest please do so.
-
Sep 12th, 2002, 08:59 PM
#4
Hyperactive Member
netbeans is a completely free version of forte (forte is actually based upon it)
www.jCreator.com is good for system that can't handle and java-coded ide
netbeans (and thus forte) allow you to draag and drop design swing forms\applets like in VB
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
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
|
Click Here to Expand Forum to Full Width
|