Results 1 to 2 of 2
Thread: Management Game in Java
- 02-08-2010, 04:35 PM #1
Member
- Join Date
- Feb 2010
- Posts
- 2
- Rep Power
- 0
Management Game in Java
This is more about getting some tips and advice instead of an actual question.
Any ways I am making a football (Gaelic not soccer) management game. In this game there is going to be over 1000 players on various teams and unrecruited etc so I will need a database to store and manipulate the data. I was just looking for some advice on how to go about it. I was thinking of using mysql but seems that it will only be used by one person I was thinking that it may be overkill. I then came accross SQLite which I had never heard of but seems like it would be perfect for what I need. One important thing is that it would be best if the game could be easily installed on another computer without spending an hour setting up a DBMS first. It seems like SQLite can be packaged with an application which would be great. I have some experience with java and sql but never really made a whole application that depends on a database.
In conclusion any thoughts and advice on how to get started at this would be great.
PS I was just looking around and came across Apache Derby which also might be useful here. Any preferences between Derby and SQLiteLast edited by bob89; 02-08-2010 at 05:14 PM. Reason: Addition
- 02-16-2010, 05:19 AM #2
I do know a bit about different DBMS's and it sounds like SQLite is a very light weight DBMS with good features... If I were you, I would master connecting and querying it in JAVA... Then try to make an installer that will compile SQLite on a system... There are some nice instructions to compile it on different OS's, so that is very helpful... After that I would start the design of your program...
Best of Luck...Who Cares... As Long As It Works...
Similar Threads
-
Java Game
By MuslimCoder in forum New To JavaReplies: 6Last Post: 11-12-2009, 10:38 AM -
[SOLVED] License management for a Standalone java application?
By kzvi.kzvi.1 in forum Advanced JavaReplies: 4Last Post: 04-23-2009, 09:54 PM -
java game
By mayhewj7 in forum New To JavaReplies: 1Last Post: 04-10-2009, 07:01 AM -
Jotm (Java Open Transaction Management)- Heap Memory Issues
By hariprashanth in forum Advanced JavaReplies: 0Last Post: 12-18-2008, 11:42 AM -
Order Management System Java Developer NYC-Core Java/Multi-threading/Socket Developer
By evanp in forum Jobs OfferedReplies: 0Last Post: 07-22-2008, 04:39 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks