Hello all,
I was browsing though the source of the slider_sample and in the
view:observable I found a couple of interfaces and classes for
implementing an Observer pattern, which is fundamental for proper MVC
implementation.
Unfortunately I weren't able to find any samples of how that
observable library could be used, is there any? Tests would also be ok
to have a look at.
Generally speaking would it be possible to bind a DOM to Dart objects,
how complicated could it be to do so, any suggestions would also be
appreciated.
Thnx for the quick answer.
I'm thinking about generic binding framework. I used to worked with
Eclipse EMF-based and Jface based binding frameworks and with
Sproutcore lately, however most of the cases there is a strong meta-
modelling and reflection model behind it.
How does it look for Dart now? Any news on reflection API?
Renat
--
Best regards,
Renat Zubairov
On Nov 19, 12:32 pm, Renat Zubairov <renat.zubai...@gmail.com> wrote:
> That would be great to have something like this for Dart. I was also
> wondering, when you would create an MVC framework for Web browsers,
> would you consider using a run loop to defer DOM manipulation like
> Sproutcore does?
> Another good topic is how to implement observer pattern best on the
> Dart object model.
>
> Renat
>
> On 18 November 2011 22:20, Justin Fagnani <justinfagn...@google.com> wrote:
>
>
>
>
>
>
>
>
>
> > Hi Renat,
> > I started porting a very sproutcore / Cocoa-bindings like library to Dart
> > last week as part of my Dart experiments. This is something that I'm sure we
> > agree will make building apps a lot easier. If I can move it to a public
> > location I will definitely let you know.
> > Cheers,
> > Justin
>
> > On Fri, Nov 18, 2011 at 12:28 PM, Renat Zubairov <renat.zubai...@gmail.com>
That would be great to have something like this for Dart. I was also
wondering, when you would create an MVC framework for Web browsers,
would you consider using a run loop to defer DOM manipulation like
Sproutcore does?
Another good topic is how to implement observer pattern best on the
Dart object model.
User-defined callable objects (like C++ functors) have been discussed before, and those would help too.