hibernate

2023-02-26 Thread egrsimons
Hello, I try to integrate hibernate in the new Netbeans 17. It is impossible to install the plugin (needs 238 and the actual version of the file is 239) ?? If I create a new persistance library, it's impossible to integrate it in the wizard. Only eclipse 2.1. Can you he

Re: hibernate

2023-02-22 Thread Sean Carrick
Robert, Yes, it is possible if you have the binary JARs for Hibernate (at a minimum). You would also want to get the JavaDoc and Sources archives, if possible, to improve the integration within NetBeans. Simply click on *Tools | Libraries* to open the Ant Library Manager dialog. Once it is

hibernate

2023-02-22 Thread Robert Simons
Hello, I try to integrate the plug in hibernate in netbeans 16. Is it possible ? Thank you. Best regards. Robert Simons

Tomee-Maven plugin not found the lib hibernate

2021-10-20 Thread Mauro Chi
Please do you have a example tipo for get a tomee 8.0.8 plus with hibernate and not openjpa usinv tomee-maven plugin. I Tried line on web site instrucion. But when i do: Tomee:build I get error: Maven not round the dependencies : . unzip org.zuperbiz.hibernate:hibernate4.10Final:zip Please you

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread zahid
:16, Peter L. Berghold wrote: On Fri, 2020-01-03 at 22:09 -0500, Carl Mosca wrote: Albeit a slightly different direction, we tend to do a good bit of Spring Boot which in addition to being Tomcat based and typically includes Hibernate, has, what I believe, is a (nice) opinionated way of doing such

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
On Fri, 2020-01-03 at 22:09 -0500, Carl Mosca wrote: > > Albeit a slightly different direction, we tend to do a good bit of > Spring Boot which in addition to being Tomcat based and typically > includes Hibernate, has, what I believe, is a (nice) opinionated way > of doing such

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Carl Mosca
also be set for the container (via Kubernetes in your case). Albeit a slightly different direction, we tend to do a good bit of Spring Boot which in addition to being Tomcat based and typically includes Hibernate, has, what I believe, is a (nice) opinionated way of doing such configurations. For

Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
I have a web app that I've been working on for a while now and I plan to deploy it into a Kubernetes cluster on top of Tomcat. Back end is going to be a MariaDB deployment with no connection to the outside world. Given my persistance layer is Hibernate and while being developed points t