Lenaryn
01-07-2005, 11:37 PM
Ok well it's not that small. I finished my CS degree this past spring and I'm now looking at doing some little projects on my own as a kind of portfolio for prospective employers. Well today I finally came up with an idea for something to do aside from a long list of data structures heh.
I decided to build a web based strategy game, sorta like Earth 2025 (http://games.swirve.com/earth). The idea quickly ballooned into something pretty ambitious for a first project. So anyway here's the situation. Java is my primary language, so I'm thinking I'll be learning a lot about servlets in the next little while. I've done enough with MySQL that I could create player accounts but I'm not sure how I would store their game data. I'm going to have some fairly complex objects...is there some way to store a whole object in a database or am I going to be dealing with a mountain of SQL scripting? One thing I've been wondering is if maybe there are packages available to deal directly with a MySQL server right in my Java classes. I'm not going to try and hide my ignorance, I haven't even looked at servlets until a couple of minutes ago. Until now my programming experience has been limited mainly to "simple" command line programs.
If you have any suggestions for technologies I should use instead of JSP/Servlets, MySQL, and Apache/Tomcat let me know. This whole exercise is about teaching myself new things.
I decided to build a web based strategy game, sorta like Earth 2025 (http://games.swirve.com/earth). The idea quickly ballooned into something pretty ambitious for a first project. So anyway here's the situation. Java is my primary language, so I'm thinking I'll be learning a lot about servlets in the next little while. I've done enough with MySQL that I could create player accounts but I'm not sure how I would store their game data. I'm going to have some fairly complex objects...is there some way to store a whole object in a database or am I going to be dealing with a mountain of SQL scripting? One thing I've been wondering is if maybe there are packages available to deal directly with a MySQL server right in my Java classes. I'm not going to try and hide my ignorance, I haven't even looked at servlets until a couple of minutes ago. Until now my programming experience has been limited mainly to "simple" command line programs.
If you have any suggestions for technologies I should use instead of JSP/Servlets, MySQL, and Apache/Tomcat let me know. This whole exercise is about teaching myself new things.