Hello Guest

Game Login Server?

  • 3 Replies
  • 7230 Views
Game Login Server?
« on: August 12, 2013, 11:23:42 »
I would like to create a login server, and I want to write it in Java. However, I want to store all of the users in one file, but not using SQL. What could I use to store the names?

EDIT: I would also like to know to connect and modify it with Java
« Last Edit: August 12, 2013, 12:23:02 by TechNick6425 »

Re: Game Login Server?
« Reply #1 on: August 12, 2013, 16:52:58 »
XML?

Re: Game Login Server?
« Reply #2 on: August 12, 2013, 17:16:27 »
How would I manage to interface this with Java?

*

Offline quew8

  • *****
  • 569
  • Because Square Eyes Look More Real
Re: Game Login Server?
« Reply #3 on: August 12, 2013, 20:00:36 »
http://docs.oracle.com/javase/tutorial/jaxp/index.html or I believe there are a huge number of external libraries.