Voting

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche

Hi Cedric,I'm the author of a liltte IoC implementation. I would to expose my usage of xml to define components configuration and assemblage.Notes :* I create application with various deployement context (dev, uat, and n instances in production)* the xml needs by the IoC assembler is specific to the assembler (Spring, Hivemind, Yaca, ) and not very user' friendly.So I define a **simple** xml file (system.xconf) :* with only context informations* user friendly (comments, complementaries data)* assembler independants formatAnd I define XSL(s) to convert the system.xconf to the targets xml or no xml file(s) like :* xml for Assembler (Spring, Yaca, )* log4j.xml (if I need info to connect log to SMTP, )* JVM security definition* My 2 cents