I am wondering what the best practice is for database access from Java SE?
(I know in JavaEE you can use JPA, Hibernate, etc.)
Can anyone shed some light on this for me / provide an example of this?
Thanks.
Printable View
I am wondering what the best practice is for database access from Java SE?
(I know in JavaEE you can use JPA, Hibernate, etc.)
Can anyone shed some light on this for me / provide an example of this?
Thanks.