I'm trying to learn about database connectivity as it relates to Java EE development. I've followed several examples online that use Glassfish and Derby in eclipse. These examples are easy but they've left holes in my understanding of what is actually happening. Now I'm attempting to create a MySQL database independent of Eclipse and the whole framework THEN I will try and connect the two.
What is the difference between a MySQL database and a MySQL server? I see that they have both option from the website. Since I already have a web server in my Java EE project will I also need a database server or can I just install a "database" and let the Eclipse manage the connection?