> lift's properties system will pick up different properties based on user,
> host, and run-mode.
Yeah looking through the lift source I see that - although as far as
im aware the run modes don't actually do anything yet do they?
> Properties used to define database connections is very
> helpful. Properties as things that a sysadmin can change are good.
+1... couldnt agree more. Thats why im looking at this to be honest,
so that sysadmins can change things without changing code. Taking your
example of the database configuration, i remember a while back there
was talk of doing a rails style config for the database connectivity
in lift, did that ever happen?
Looking at net.liftweb.util.Props, I see how the properties are being
loaded and what the filename should be etc, but where do they need to
be stored in terms of the maven lift root? Resources?
> Testing the properties in Boot is what I typically do and I base the Boot
> code path configuration on the properties.
Im not sure I follow, when you say you test the properties in boot? Do
you mean you check for their existence?
Cheers
Tim