Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can anybody let me know about a couple of open source projects that uses apache commons config library (http://commons.apache.org/configuration/). This will enable me knowing the best practices on using this library and to get to know the library quicker.

Thanks in advance.

share|improve this question
1  
In my opinion, reading the users guide will be a good idea commons.apache.org/configuration/userguide/user_guide.html – Werner Vesterås Dec 17 '12 at 6:57
for sure, however, knowing at least one single open source project that uses this library would help. – user243655 Dec 17 '12 at 7:15

1 Answer

up vote 1 down vote accepted

A quick search on code.ohloh.net returns a lot of hits with usage examples.

share|improve this answer
Thanks so much, at last I found it. I like the DefaultConfigurationService.java in apache turbine project. Thanks again. – user243655 Dec 17 '12 at 8:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.