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 03:

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
Hi Peter, Environment variables should be used for this purpose. Exactly how this is done might vary a bit depending on your preference/practice configuration method. What are you using now for the database configuration? NetBeans will allow you to set the environment variables which would also

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 loc

Re: Netbeans and Kubernetes

2018-09-20 Thread Carl Mosca
We tend to do much more with OpenShift than k8s directly but I think you'll find the Fabric8 Docker maven plugin very helpful if you're not already using it. https://dmp.fabric8.io/ This mavenized Docker build approach works nicely with NetBeans in my opinion. You'll find some cool stuff there f

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 commu