Is Java still good for online games?

C++, C#, Java, PHP, ect...
Post Reply
roah235
Posts: 8
Joined: Tue Dec 29, 2009 10:22 pm

Is Java still good for online games?

Post 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?
Cayle
Posts: 272
Joined: Fri Jul 03, 2009 4:45 am

Re: Is Java still good for online games?

Post 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.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is Java still good for online games?

Post 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.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Is Java still good for online games?

Post 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
seanoseanohay
Posts: 25
Joined: Mon Mar 15, 2010 8:27 pm

Re: Is Java still good for online games?

Post 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.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is Java still good for online games?

Post 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.
The indelible lord of tl;dr
Post Reply

Return to “Coding”