C
C
CorruptedMAn2014-12-20 12:35:03
MySQL
CorruptedMAn, 2014-12-20 12:35:03

What to read about java + mysql?

For training, I'm trying to develop a spreadsheet program with which the user could interact by adding, editing, and deleting data. I am an absolute beginner in this and would like to ask you for links to materials that describe how to properly arrange the interaction between java and mysql. Any articles, books, YouTube channels or even tutorial courses, like this
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nesterione, 2014-12-20
@nesterione

For java, read about JDBC technology. And here is a good link www.vogella.com/tutorials/MySQLJava/article.html . In the lesson, approximately what you want to do, and read more in the documentation (usually comes with the JDBC driver)

V
Victor Potapov, 2014-12-24
@midikko

look towards Hibernate ORM. it will give interfaces to the database easily and gracefully, without the hassle/worries of jdbc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question