Page 1 of 1

Is Java still good for online games?

Posted: Sun Feb 14, 2010 10:04 pm
by roah235
I think i might try learning Java because im guessing its going to be a little more online game friendly than c++ and it shouldnt be a hard switch for me.

but... ive been hearing alot of people bash java on programming forums and stuff for being "outdated"

seems to me that a lot of successful projects have come out of Java and its still used pretty widely

So is it any good for making online games anymore or is it defunct and are there better options?

Re: Is Java still good for online games?

Posted: Sun Feb 14, 2010 10:29 pm
by Cayle
For server side programming, Java is good stuff and is widely used; especially when scalability matters. I use Python myself, simply because it is a bit faster to develop in Python than Java.

On the client side, I'd be inclined to use other languages.

Re: Is Java still good for online games?

Posted: Mon Feb 15, 2010 12:35 am
by Jackolantern
Client-side Java web game development has really fallen behind in the last few years. Little innovation has come out of it because of the mass exodus to Flash.

Re: Is Java still good for online games?

Posted: Mon Feb 15, 2010 3:38 am
by hallsofvallhalla
Jackolantern wrote:Client-side Java web game development has really fallen behind in the last few years. Little innovation has come out of it because of the mass exodus to Flash.
agreed

Re: Is Java still good for online games?

Posted: Sat Mar 20, 2010 1:57 am
by seanoseanohay
I have heard a lot of good things about it. And I love Java personally. You can get some good lessons on youtube...just check out thenewboston he explains everything pretty well and even gives tutorials that can explain how to start making games. btw, if I am not supposed to mention other tutorial sources forgive me.

Re: Is Java still good for online games?

Posted: Sat Mar 20, 2010 8:10 am
by Jackolantern
Typically posters are encouraged to talk about other tutorial sources :)

And yes, learning Java does have a big advantage in that it has tons of resources to learn it. I have used Java quite extensively in the past. The problem is that while Flash has been evolving, streamlining, adding features and growing in community, the Java web game platform really hasn't. Flash is basically the standard now for browser-based game development, and that has really hurt Java's application in that field. Far fewer people are working with it and advancing client-side Java game development.