I tried looking for similar questions here, and I don't think I found something that matches what I'm looking for. I would like to know where to start developing (in all likelihood) a database-enabled Java application that could track customers, accounts and quotes for my vending machine. There will be several computers in the store that will need access.
I thought about the fact that there is a server for processing the database, and let all computers have access to it using the client application.
Almost all my experience in the LAMP environment, but I try to learn as much as possible about Java and feel quite comfortable playing with it in Netbeans or Eclipse.
I am not asking anyone to tell me how to do this or something else. I just wanted to know where to start learning. Is MySQL a good match for Java or should I use something else? I wanted to learn Java, and I thought it would be a good project to learn, but everything I read seems to give only pieces of what I want to know.
source share