Viewing profile — jeyjeyemem
jeyjeyemem
HN member- Joined
- Tue, Jan 02, 2018, 2:47 PM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jeyjeyemem
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #46771069
Yes, I am the author. I didn't know that, I'll give it a try. Thank you for the tip!
-
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…
- story
-
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…
- comment
- comment
- story