I'm designing a server system for my school's Student Government Association. It will grab data from a database made in Microsoft Access (including a picture, name, position, phone number, email, etc.) and send it to the client application, which will display it in a GUI. The server is running on Ubuntu 11.04 Natty Narwhal, which is why I'm using Java as opposed to C# which I'm much more experienced in. I'm debating whether to use the Access Database (which would be in an external hard drive connected via USB to the server computer), or Amazon SimpleDB. I don't, however, have any knowledge of SQL. Do you guys have any tutorials or tips on creating the server and client? Thanks in advance.
Jtahlborn: What do you mean by a "'normal' database"?