GithubHelp home page GithubHelp logo

Comments (7)

lviggiano avatar lviggiano commented on June 15, 2024

I like both, the @KeyPrefix and the variable expansion in the @Key annotation. And they should be easy to implement.

from owner.

lviggiano avatar lviggiano commented on June 15, 2024

In particular, consider a property file like this

# Production settings
prod.service.endpoint=http://productionserver:80

# Development settings
dev.service.endpoint=http://developmentserver:8080

# User acceptance test settings
uat.service.endpoint=http://testserver:8080

One could have a class like:

interface MyConfig extends Config {

    @Key("${environment}.service.endpoint")
    URL serviceEndpoint();

}

Where ${environment} can be passed from outside at creation time (ConfigFactory) or by System properties, to have a single file that configures different deployment environments. The variable expansion already works in the @sources and this can be implemented using different files, but also giving the user the chance to have a single properties file defining all the environments could be good, from the user perspective.

from owner.

binkley avatar binkley commented on June 15, 2024

This fits my use case perfectly. Thanks!

from owner.

binkley avatar binkley commented on June 15, 2024

You might appreciate - http://binkley.blogspot.com/2013/10/better-java-properties-handling.html.

from owner.

lviggiano avatar lviggiano commented on June 15, 2024

Yes, very much :) I noticed it the other day.

from owner.

binkley avatar binkley commented on June 15, 2024

Here's the kind of simple application I want to write, using OWNER API and
jopt-simple, glued with Guice:

https://github.com/binkley/binkley/blob/develop/guice/src/main/java/hm/binkley/inject/DemoMain.java

Cheers,
--binkley

On Sun, Oct 13, 2013 at 9:25 PM, Luigi R. Viggiano <[email protected]

wrote:

Yes, very much :) I noticed ithttps://twitter.com/lviggiano/status/388639933524504576the other day :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/56#issuecomment-26215146
.

from owner.

lviggiano avatar lviggiano commented on June 15, 2024

👍 (I'll work on this request asap: those day I started a new job contract, so I've been very busy)

from owner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.