A
A
Arthur2017-04-10 12:29:47
Java
Arthur, 2017-04-10 12:29:47

What to choose to work with a database on a Java server?

Hello! I am writing a server using Netty for a large number of requests, what is the best choice for working with databases? Hibernate? So that something would be written quickly and there were no problems.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
H
Hland, 2017-04-10
@Hland

Try mybatis

A
Andrey Shishkin, 2017-04-20
@compiler

Use jdbcTemplates. If there are a lot of requests, the hiber will squander the performance one way or another. The fastest will be pure jdbc, but to make life easier, I think jdbcTemplates will come in handy.

E
Eugene, 2017-04-10
@zolt85

Faster than via JDBC will not be

P
psih0z, 2017-04-12
@psih0z

https://cayenne.apache.org

E
Evgeny Kolman, 2017-04-14
@Evgeny_13

Hibernate! Reliable, fast learning, simple!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question