How do you create a connection between java and a database and then call that connection/implement it into other classes? Currently our entire project is in one class and it is extremely cluttered and hard to read through. If we were to have the connection code in a separate class, what is the best way to access said connection?