Results 1 to 4 of 4

Thread: ESPN or Yahoo Fantasy Sports Games

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306

    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

  2. #2
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306
    thanks for the info bill. much appreciated!

    If anyone else has anything to suggest please do so.

  4. #4
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    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
  •  



Click Here to Expand Forum to Full Width