I just want to get started and I haven't found any tutorials that match my purposes. There are a few tutorials out there but I'm not sure if they are relevant.
This is one that is uses Netbeans, Hibernate and MySQL I believe: Link
But I have no idea what parts of that tutorial that will be necessary for my project. The thing I want to create is a Community similar to facebook, for educational purposes.
Is there a general way to make this type of project? I've created a project as they did in that tutorial, but I don't understand what I will be needing after that. The application is supposed to be layered nicely, MVC says the instruction for the assignment.
(Later on, when stuff is working, i'm going to divide the application on three servers, who communicate with webservices, or something like that. I'm not going to try and understand how to do that now though.)