I need a configuration solution

2013-06-17 Thread Mingqi
I need a configuration solution -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Any suggestions for configuration solution in Clojure or Java world?

2013-06-17 Thread Mingqi
After suffer xml or properties configuration for long time, I'm looking for a new configuration solution for Clojure or Java. I hope below features, priority from high to low: 1. readable format and easy to write. XML is the opposite example, which is not easy to edit and not readable. I like J

I need a configuration solution

2013-06-17 Thread Mingqi
I need a configuration solution -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: I need a configuration solution

2013-06-17 Thread Mingqi
On Monday, June 17, 2013 3:55:18 PM UTC+8, Chris Ford wrote: > > Hi Mingqi, > > Could you please give us some more context? What kind of configuration are > you trying to manage? > > Cheers, > > Chris > > > > On 17 June 2013 10:45, Mingqi > w

Re: I need a configuration solution

2013-06-17 Thread Mingqi
ld?" On Monday, June 17, 2013 3:55:18 PM UTC+8, Chris Ford wrote: > > Hi Mingqi, > > Could you please give us some more context? What kind of configuration are > you trying to manage? > > Cheers, > > Chris > > > > On 17 June 2013 10:45

Re: Any suggestions for configuration solution in Clojure or Java world?

2013-06-17 Thread Mingqi Shao
Josh, thank your suggestions. I glanced Carica found look very simple (I hate complex) and nice. Could you share your practices how to deal with difference environments, dev and online? thanks On Tue, Jun 18, 2013 at 1:08 AM, josh rotenberg wrote: > I like carica for configuration: https://gith