matteobaccan / owner

Get rid of the boilerplate code in properties based configuration.
https://matteobaccan.github.io/owner/
BSD 3-Clause "New" or "Revised" License
917 stars 213 forks source link

Who uses OWNER? #32

Open mikeChampagne opened 11 years ago

mikeChampagne commented 11 years ago

I would like to know who uses this API, and how many downloads have been made?

lviggiano commented 11 years ago

I use it for a mobile web application (not public, yet) and it's running since Jan 2013. I have no idea if I am the only one using it :-)

This chart is provided by oss.sonatype.org and should be related to download from maven central repository if I understood it properly.

chart

Last version, 1.0.3, was released in Feb-2013.

Anybody using it, can leave a comment here to say "hello".

bbossola commented 11 years ago

Hello! We are using it here at http://www.workshare.com for our microservices stack

lviggiano commented 11 years ago

Anybody using OWNER open this URL and click on the button "I use this". And if you mind to add a 5 stars rating at the bottom left, that would be welcome too ;)

andyphillips404 commented 9 years ago

I am using it for projects on HDScores. Love it, thanks!

lviggiano commented 9 years ago

Recently we adopted OWNER in Tierra a company by Topcon, integrating it in a Spring based architecture for a Remote Asset Management.

lviggiano commented 9 years ago

Updated stats

chart

reardley commented 9 years ago

Having struggled for years looking for a clean XML based Java configuration system, I downloaded OWNER a few weeks ago and found that it fit the bill. Thanks for the great work. I have one question.

I have configured it for numerous complex values using converters, and other methods but there is one technique I have not figure out. That is how to create a multidimensional result (such as a two dimensional string array, or deep lists) from a string value with outer and inner delimiters. For instance 'a;b;c,d;e;f,g;h;i needs to become {{a,b,c},{d,e,f},{g,h,i}}

Any ideas?

Thanks again.

lviggiano commented 8 years ago

I found this link: http://www.va.gov/TRM/ToolPage.asp?tid=8257 So it looks like that the United States Department Of Veterans Affairs approved OWNER library for their software.

bbossola commented 8 years ago

Yeah! That's how you do it!!!

On 24 May 2016 at 11:39, Luigi R. Viggiano notifications@github.com wrote:

I found this link: http://www.va.gov/TRM/ToolPage.asp?tid=8257 So it looks like that the United States Department Of Veterans Affairs approved OWNER library for their software.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lviggiano/owner/issues/32#issuecomment-221231456

vgarmash commented 8 years ago

We use it for www.chewy.com configuration.

StFS commented 7 years ago

We're using it at www.wuxinextcode.com for our core technologies.

vince-gh commented 7 years ago

I am starting to use it, it is very clean and very easy to understand, it is definitely better than some other Apachi Configuration API and the yaml file. Good work!

claudiobosticco commented 4 years ago

I just started using it ... really brilliant!