Are there any additional Java EE libraries needed to run standalone Hibernate Java applications, or is there a sufficient standard SDK?
Hibernate works great on Java SE. It can be used as a JPA implementation on Java EE, but JPA can also be used perfectly on Java SE.
Java EE is not required to run Hibernate. I think it's a good idea to start with the Hibernate documentation. I think it is very intuitive and easy to follow.http://docs.jboss.org/hibernate/stable/core/reference/en/html/tutorial-firstapp.html
jar : https://www.hibernate.org/344.html
Any JPA provider, including Hibernate, can be used outside of the Java EE container. There are several instructions for several providers in ORMs vs SQL: JPA history .
Source: https://habr.com/ru/post/1709426/More articles:ASP.NET Dynamic Data Change text field in drop-down list and fill with some data - drop-down-menuThe best way to add a log to an existing application (Windows or the Internet) .Net - c #Script to add a user to MediaWiki - phphttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1709424/any-web-or-desktop-apps-out-there-like-google-wave&usg=ALkJrhiTgvxaezPAwAHy1WhOW2oDfxIB2AHow can I fix an int-to-bool warning in C ++? - c ++How to pass a variable to webservice in $ .ajax - javascriptะะฐะบ ัััะฐะฝะพะฒะธัั ffmpeg-php Mac OS X leopard - phpUpdate data bindings when TextBox changes, but does not lose focus - data-bindingHow to smooth an associative array into an array with only values โโin PHP? - functionHow to create a three-dimensional pie chart? -Asp.net MVC - asp.net-mvcAll Articles