11 Replies - 212 Views - Last Post: 15 March 2012 - 04:42 PM Rate Topic: -----

#1 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Servers

Posted 14 March 2012 - 04:40 PM

Hey all! A few questions regarding servers in Java, I want to make a multilayer experience and was wondering if anyone had a good tutorial series on server side programing. Are oracles tuts good? Do they have any tuts? Do I have to use Java EE? The multilayer experience will, for now, be like minecrafts, so theres sone clarifications for those wondering... Any help is appreciated!
Is This A Good Question/Topic? 0
  • +

Replies To: Servers

#2 smohd  Icon User is offline

  • Critical Section
  • member icon



Reputation: 1746
  • View blog
  • Posts: 4,409
  • Joined: 14-March 10

Re: Servers

Posted 14 March 2012 - 05:16 PM

Quote

Are oracles tuts good?

Sure they are, give them a try.

Quote

Do they have any tuts?

Who? Oracle, yes they have, and I found the EE documentation book good for starting...

Quote

Do I have to use Java EE

Probably yes.
Also we have a some of server side tutorials here at java tutorial forums
Was This Post Helpful? 0
  • +
  • -

#3 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Re: Servers

Posted 14 March 2012 - 05:24 PM

Hmm, sounds good! I was wondering because I looked through google for ages and everything that popped up were minecraft server tutorials, something I dont want to learn:p I didnt know oracle had server tuts, do they have java EE tuts as well?
Was This Post Helpful? 0
  • +
  • -

#4 blackcompe  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1009
  • View blog
  • Posts: 2,186
  • Joined: 05-May 05

Re: Servers

Posted 14 March 2012 - 05:38 PM

Quote

I didnt know oracle had server tuts, do they have java EE tuts as well?


Oracle documents all of their technologies. A Google search for "Java EE tutorials" returns the Oracle tutorials as the first match.

Java EE is used to build web systems. Sun's reference implementation, GlassFish, has an HTTP server which you can extend. Are you positive you want to build an HTTP server? Not all servers serve HTML. What is this multilayer experience you speak of?

This post has been edited by blackcompe: 14 March 2012 - 05:38 PM

Was This Post Helpful? 0
  • +
  • -

#5 smohd  Icon User is offline

  • Critical Section
  • member icon



Reputation: 1746
  • View blog
  • Posts: 4,409
  • Joined: 14-March 10

Re: Servers

Posted 14 March 2012 - 05:38 PM

Quote

do they have java EE tuts as well?

YES THEY DO!!!
Was This Post Helpful? 1
  • +
  • -

#6 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Re: Servers

Posted 14 March 2012 - 06:26 PM

The multiplayer will be like minecraft, simple server where people build and stuff, just something to get used to build my server knowledge...
Was This Post Helpful? 0
  • +
  • -

#7 blackcompe  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1009
  • View blog
  • Posts: 2,186
  • Joined: 05-May 05

Re: Servers

Posted 14 March 2012 - 06:28 PM

Quote

The multiplayer will be like minecraft, simple server where people build and stuff, just something to get used to build my server knowledge...


Yes, but you need to give a little more about the specifics. Will this server be serving HTML pages? Minecraft is game. A don't see the connection. What will the server do?
Was This Post Helpful? 0
  • +
  • -

#8 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Re: Servers

Posted 14 March 2012 - 06:43 PM

The server will be incorperated in a game like minecraft well, nvm. I think I have my answer:p
Was This Post Helpful? 0
  • +
  • -

#9 blackcompe  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1009
  • View blog
  • Posts: 2,186
  • Joined: 05-May 05

Re: Servers

Posted 14 March 2012 - 06:57 PM

Alright...but I don't think Java EE is what you're looking for. Perhaps you should be looking into network programming and sockets.

This post has been edited by blackcompe: 14 March 2012 - 06:58 PM

Was This Post Helpful? 0
  • +
  • -

#10 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Re: Servers

Posted 15 March 2012 - 12:11 PM

just some clarification, thats all in the SE, right?
Was This Post Helpful? 0
  • +
  • -

#11 blackcompe  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1009
  • View blog
  • Posts: 2,186
  • Joined: 05-May 05

Re: Servers

Posted 15 March 2012 - 02:22 PM

Quote

just some clarification, thats all in the SE, right?


Yes.
Was This Post Helpful? 0
  • +
  • -

#12 zehawk  Icon User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 212
  • Joined: 23-February 12

Re: Servers

Posted 15 March 2012 - 04:42 PM

Ok thnx!
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1