You know, I think it's good that there's no UI library in the SDK
2. A single, "blessed" UI library is probably not a good idea right now.
--
hi,
My two cents.
Community driven uis almost always sucks - i say this as a linux desktop daily basis user and part time osx/windows user.
The only successful OS ui lib i know is Twitter Bootstrap and it's not community driven per se. I don't know why it's this way - but it's true.
> Therefore i'm in dart-standart-ui camp. GWT port seems like a nobrainer for me.
This is exactly why I would fear a standard UI library from Google -- too high risk that it will resemble GWT. I really really don't think that constructing HTML in code (which is likely about an order of magnitude larger than the corresponding HTML itself) is the right way to do things -- and UiBinder didn't make it any better. HTML needs to be written as HTML, especially if you want HTML people to be able to work on your project.
LT
--
It s another to try to bash existing technologies like GWT or Closure.
Again i dont use Closure and Yes GWT is verbose. But that s because Java is verbose. But when it s comes to Enterprise application Java is the platform number one and goes faar beyong a programming language. It s an entire Platform.
I'm not advocating this, but GWT does have declarative ui with a form of databinding:
On Wednesday, August 22, 2012 11:09:12 PM UTC-7, Kai Sellgren wrote:I agree that constructing UIs in code (when not needed) is not ideal. I've been doing Swing and WPF in the past year, and WPF wins by a large margin. I like to have my UI in mostly as a markup, because it tends to be more concise and clear. WPF gives me this with XAML and Buckshot tries to mimic it. What I've hated about GWT and ExtJS is that they don't give me that. Of course there are times when you need to do things dynamically in code.
--
Colin
I think we all believe that it's critical that Dart be "batteries included". To get people to switch to Dart, it needs to have libraries for all of the major pieces of functionality that they are currently using in other languages.
At the same time, I don't think we expect every one of those batteries to be coming directly from Google. We are deeply committed to open source and the web community, and in that world, collaboration and contribution from a bunch of different people is much more important than having everything coming out of a single organization.I want Dart to have a big, rich, thriving ecosystem, and I want lots and lots of people and organizations to be contributing to that, not just Google. That's how most of the other languages and communities that I admire work.
Yes they are. There is no official timeline for it, yet.
If you're interested in exploring the latest and greatest, you may want to have a look at: https://github.com/dart-lang/dart-web-components
On Tuesday, August 21, 2012 3:37:33 AM UTC-5, Abazilev wrote: