On Tue, 30 Nov 2004 11:23:35 +0000, Pilgrim, Peter wrote:
>>�How is learning and remembering up to 5 different configuration
>>�files �better for the user? �If I was put in this position, I
>>�would seriously �consider other ways of writing Java webapps.
>>
>
>�XML configuration cannot replace traditional programming.
>
>�You can quote me on that.
>
>�==////==
>
>�XML configuration cannot replace programming

We're not talking about programming, but configuration. OOP defines a program 
as a graph of objects. The XML configuration is a convenient way to define the 
graph of objects we are using to solve the problem.

Meanwhile, IoC containers, like Spring, have become the conventional way to 
create the objects we need at runtime. Some factories can be configured from an 
XML document, others can be configured by direct calls to the Spring API. 
Everybody wins :)

-Ted.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to