> * Configurations should be POJO so that they are easily configurable > programmatically, and should provide some conversion method that > converts configuration POJO to JNDI properties.
May I suggest that configurations should also be jmx compliant ? > Here is my suggestion: > > http://svn.apache.org/viewcvs.cgi/directory/apacheds/branches/direve-158/core/src/main/java/org/apache/ldap/server/configuration/ > > * Let's separate properties file from core completly and add separate > project that creates Configuration POJO from XML file. +1 > (Or we could just use Spring Framework instead) It doesn't look good > that many property parsing codes are scattered everywhere now. Sure ! Spring could be an option. XStream seems also simple enough to be used as a XML serializer/deserializer. 2cts. -- Cordialement, Emmanuel L�charny
