Hi all!
Serkan:
> I really like the idea of using dependency injection for ui object.
> well done.
It is actually a Franco's idea, and yes, I think it is very cool.
> Just one thing. Can we add a default constructor to Builder with path
> defaulting to cwd?
Yeah, sure.
Andrew:
> So I talked to Vreixo before 4.1.1 and he indicated it wasn't quite
> ready for being put up yet, but as soon as he's happy with it we will
> certainly merge. I'm hoping it will be a highlight of 4.1.2!
I hope to have time in the next weeks, so I plan this to be ready at the
end of August.
I plan to add support, at least, for:
1. Nested java classes, that is, to map a single UI file to several
classes, with a single call to Builder, so developers can split their
handling code in several classes.
2. Automatic signal connection by means of annotations (already in
Franco's code)
3. Method annotations, so they are invoked at specific times (before ui
file injection, before signal connection, after UI mapping, etc).
Once I have all this stuff implemented, I hope to talk with you about
these and other features that we should include.
Cheers,
Vreixo
|