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