Live data from Hacker News

Viewing profile — jeyjeyemem

jeyjeyemem

HN member
Joined
Tue, Jan 02, 2018, 2:47 PM UTC
HN karma
18
Public activity
14 items

About jeyjeyemem

No profile information was provided.

Recent public activity

  1. comment
    Comment #46813550

    You can still strictly adhere to section III if you choose to - by only loading the environment variables, but Externalized Properties allows more than that if needed. By using Ext…

  2. comment
    Comment #46812655

    Definitely! There's no limit on what configuration formats Externalized Properties can support as you can implement custom `Resolver`s to retrieve from any source and format e.g. p…

  3. comment
    Comment #46812517

    It's more performant than other similar libraries such as the Owner and cfg4j which no longer seems to be actively developed at this point and others such as Spring's Environment a…

  4. comment
    Comment #46782827

    Externalized Properties was inspired by the The Twelve Factor Methodology's section III. Config. The goal of this library is to make it easy for applications to implement configura…

  5. story
    Show HN: Externalized Properties, a modern Java configuration library

    Externalized Properties is powerful configuration library which supports resolution of properties from external sources such as files, databases, git repositories, and any custom s…

  6. comment
    Comment #46772057

    Emissary really shines if performance is a top priority. The setup is more or less similar, you register a bunch of event handlers when initializing the library. The main differenc…

  7. comment
    Comment #46771268

    This a frequently requested feature. At the moment, it only handles in-process messages but allowing for persistent events is definitely in the roadmap. It's not built-in right now…

  8. comment
    Comment #46771069

    Yes, I am the author. I didn't know that, I'll give it a try. Thank you for the tip!

  9. comment
    Comment #46723050

    Emissary is a simple-to-use, no dependency, yet BLAZING FAST messaging library for decoupling messages (requests and events) and message handlers. Emissary aims to take advantage o…

  10. story
  11. story
    I am developing an open source CQRS library. Would love to hear your feedback :)

    https://github.com/jeyjeyemem/Xer.Cqrs Library was built to aid in building decoupled apps based on the Command Query Responsibility Segregation (CQRS) pattern. Some of the feature…

  12. comment
  13. comment
  14. story