xmlconfigurator

log4net initialisation

I've looked hard for duplicates but have to ask the following, no matter how basic it may seem, to get it clear once and for all! In a fresh Console app using log4net version 1.2.10.0 on VS28KSP1 on 64 bit W7, I have the following code:- using log4net; using log4net.Config; namespace ConsoleApplication1 { class Program { ...

Serializing Java objects to xml and back (XML configuration)

I am looking for a XML serialization framework which has an option for a XML configuration instead of annotation to name classes and fields. I looked at Simple and XStream but I didn't find a method to do it. I suppose I could use Spring IOC and XStreams aliasing, but if there's any frameworks, which could do this for me, it would of co...