LWJGL Forum

Programming => General Java Game Development => Topic started by: TechNick6425 on August 12, 2013, 11:23:42

Title: Game Login Server?
Post by: TechNick6425 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
Title: Re: Game Login Server?
Post by: programmerjake on August 12, 2013, 16:52:58
XML?
Title: Re: Game Login Server?
Post by: TechNick6425 on August 12, 2013, 17:16:27
How would I manage to interface this with Java?
Title: Re: Game Login Server?
Post by: quew8 on August 12, 2013, 20:00:36
http://docs.oracle.com/javase/tutorial/jaxp/index.html (http://docs.oracle.com/javase/tutorial/jaxp/index.html) or I believe there are a huge number of external libraries.