Java > Scala

Adam Wilson flyboynw at gmail.com
Fri Dec 2 16:16:43 PST 2011


On Fri, 02 Dec 2011 14:32:44 -0800, Andrej Mitrovic  
<andrej.mitrovich at gmail.com> wrote:

> What's so special about WPF? I'm asking, since I've never used it.
> Isn't it basically XML? wxWidgets has XRC which is the declarative way
> of making the UI.

I'd have to say that the most interesting thing about it is the separation  
of Look from Implementation. You can create any look you want without  
changing the implementation at all. The fact that it uses XML is mostly to  
make it easy to use existing XML parsers to load and instantiate the UI.  
That's just my 0.02$

-- 
Adam Wilson
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/


More information about the Digitalmars-d mailing list