September 04, 2010, 03:06:19 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Home Help Media Affiliates Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Games use Java?  (Read 1399 times)
0 Members and 1 Guest are viewing this topic.
darkbribe
Member
*

Reputation: 0
Offline Offline
Posts: 31
Referrals: 0

Awards
« on: May 25, 2009, 10:04:45 AM »

Do almost all the games on the internet use Java? I want to know, because I want to see if I get good enough to actually build a game using Java.
Logged

Hi! I kick ass.

Javaforums.net :: a community about Java software development.
« on: May 25, 2009, 10:04:45 AM »

 Logged
Arkie
Javaforums.net Admin
Senior Member
*

Reputation: 16
Developer @ Javaforums.net
Offline Offline
Posts: 2620
Referrals: 13

WWW Awards
« Reply #1 on: May 25, 2009, 10:26:08 AM »

Do almost all the games on the internet use Java? I want to know, because I want to see if I get good enough to actually build a game using Java.

quick answer: no but you can make games in Java that can be played online.
Logged

Java and .NET developer

To students: It doesn't matter how hard you've studied; the material won't be on the exam anyway.

Fan of http://www.retardedweblogger.com
Oh man, too much stuff to do in so little time.

http://img222.imageshack....707/arkietomatoesmall.jpg
Blizzcon 2k9 Grubby and Cassandra Ng engaged ! <3
Triple D, eerste Denken Dan Doen
jurka
Staff
Member
*
*

Reputation: 5
Offline Offline
Posts: 188
Referrals: 0

Awards
« Reply #2 on: May 26, 2009, 05:53:41 AM »

Most simple ones are done with flash more complex and which does require more data transfer and graphic control are done in java. I had some time ago discussion in irc and they said that applet's time is over also the swing. The main directions of development are JavaFX and J2EE. Also i think this is right, there haven't been much of progress in Swing or any other GUI API.

 
Logged
Arkie
Javaforums.net Admin
Senior Member
*

Reputation: 16
Developer @ Javaforums.net
Offline Offline
Posts: 2620
Referrals: 13

WWW Awards
« Reply #3 on: May 26, 2009, 06:16:33 PM »

Most simple ones are done with flash more complex and which does require more data transfer and graphic control are done in java. I had some time ago discussion in irc and they said that applet's time is over also the swing. The main directions of development are JavaFX and J2EE. Also i think this is right, there haven't been much of progress in Swing or any other GUI API.

 

Swing and awt are still commonly used in software development but it's true that applets/japplets are not so common anymore. I haven't written any big applet software for a few years anyway..

*rant mode on*
I'm also very disappointed in JavaFX because first of all JavaFX only works for windows and mac platforms, (hello anyone? Linux?, solaris?) and secondly, although this is just a personal opinion, i don't like the syntax of writing a JavaFX application at all. How does this  make developing java software easier? Am i missing something here?
(javafx tutorial here http://java.sun.com/javafx/1/tutorials/ui/ )

Check out an example of the hello world application in javaFX
Quote
import javafx.ui.*;
import java.lang.System;
Frame {
    centerOnScreen: true
    visible: true
    height: 50
    width: 350
    title: "HelloWorld application..."
    background: yellow
    onClose: operation() {System.exit(0);}
    content: Label {
        text: "Hello World"
        }
    }
this looks like crap.

*rant mode off*
Logged

Java and .NET developer

To students: It doesn't matter how hard you've studied; the material won't be on the exam anyway.

Fan of http://www.retardedweblogger.com
Oh man, too much stuff to do in so little time.

http://img222.imageshack....707/arkietomatoesmall.jpg
Blizzcon 2k9 Grubby and Cassandra Ng engaged ! <3
Triple D, eerste Denken Dan Doen
Javaforums.net :: a community about Java software development.
   

 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
TinyPortal v0.9.8 © Bloc
Valid XHTML 1.0! Valid CSS!
Page created in 0.254 seconds with 37 queries.

Google visited last this page Yesterday at 03:16:16 PM