开发者

MySQL and Java driven application [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发百科

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I am looking to make a Java based application that also uses an external MySQL database. Does anyone know of some good resources that I could read up on? I am very interested to give this a shot!

Thanks in advance!


The standard API to use databases from Java is JDBC. See the JDBC Tutorial to learn how to use it.

You'll need a JDBC driver to connect to MySQL. You can get that at the MySQL website: Connector/J download.


MySQL provides a JDBC driver, so you can use pretty much any Java database tutorial to learn how to do it.

You can also use all of the usual candidates for mapping DB resources to Java objects (Hibernate, EclipseLink, ...).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜