K
K
kuaw262012-05-28 17:35:29
Java
kuaw26, 2012-05-28 17:35:29

Recommend libraries / frameworks for working with a database from a "thick" client?

There is a thick client written in Swing.
At the moment, I use Hibernate to access the database, but it is not very convenient to work with it within the framework of a thick client.

What else can you try (preferably with support for annotations and object mapping)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
ivnik, 2012-05-28
@ivnik

If Hibernate (or JPA) does not work, then you can try mybatis.

S
SergeyGrigorev, 2012-05-28
@SergeyGrigorev

MyBatis is not a full-fledged ORM like Hibernate, but it has the ability to write sql queries in separate XML files and map the results to objects, due to which you can achieve good performance, as well as use all the features of the used DBMS.

J
javax, 2012-05-28
@javax

If you think over the architecture well, if you actively use spring, then using hibernate on a thick client will look the same as on the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question