Issue #18 has been updated by Rémy-Christophe Schermesser.

The problem with JSON, si that a String must be enclosed with quotes.

So I don't think it is a good idea to have this extract chars ine the config 
(and it is error prone).
----------------------------------------
Feature #18: Change the configuration format to something more adaptable
http://tools.lsc-project.org/issues/show/18

Author: Jonathan Clarke
Status: New
Priority: Normal
Assigned to: 
Category: Core
Target version: Sometime in the future


XML?
YAML?

Think about it being parsed/written by a web interface.

WIP : 

h2. XML :
 
+ Very easy to read/write for a computer
+ With CDATA we can write multiple lines JS
- Very hard to read/write for a human
 
h2. YAML : 
 
+ Easy to read/write for a human/computer
+ Can write multiple lines JS
 
h2. Properties :
 
+ Easy to read/write for a human/computer
+ Can reference other properties
- Can not write multiple lines JS
 
h2. NeXt/ Open Step configuration files 
 
See : 
http://commons.apache.org/configuration/apidocs/org/apache/commons/configuration/plist/PropertyListConfiguration.html
 
+ Easy to read/write for a human/computer
- Can not write multiple lines JS
 




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to