Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread zahid
It is the final  and static engineering truth V1.0 hard coded solution Struts V2.0 Flexible and configurable, interface  class loosely coupled with implementation class. Spring boot MBeans etc. www.backbutton.co.uk ¯\_(ツ)_/¯ Engineering Truth V1.0 hard code V2.0 Flexible On 04/01/2020

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 configurations. >

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Carl Mosca
. For Spring Boot, an application.properties file (in src/main/resources) might contain something like this: spring.datasource.url = jdbc:mysql://localhost:3306/mydatabase?useSSL=false and the SPRING_DATABASE_URL environment variable would override the above value if provided at runtime (via NetBeans

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 to the

Re: Netbeans and Kubernetes

2018-09-20 Thread Carl Mosca
there for k8s as well. Carl On Thu, Sep 20, 2018 at 12:55 PM Greenberg, Gary wrote: > I am starting a new project where I will have to work with Kubernetes. > I am quite a noob with container orchestration and would like to ask for > an advise. > I haven’t found anything related t

Netbeans and Kubernetes

2018-09-20 Thread Greenberg, Gary
I am starting a new project where I will have to work with Kubernetes. I am quite a noob with container orchestration and would like to ask for an advise. I haven't found anything related to Kubernetes on Netbeans web site but maybe I have missed it. Does anyone worked with Kubernetes in NB