Re: [Vala] Inverse of control in VALA?

2009-01-27 Thread Pawel Cesar Sanjuan Szklarz
Hi. In any case you need some configuration. In google-guice they make the configuration of 'when, what and how put something where' in the code: What, How public class MyModule implements Module { public void configure(Binder binder) { binder.bind(Service.class)

Re: [Vala] Inverse of control in VALA?

2009-01-27 Thread Pawel Cesar Sanjuan Szklarz
(SORRY, sended before just partially) Hi. In any case you need some configuration. In google-guice they make the configuration of 'when, what and how put something where' in the code: What, How public class MyModule implements Module { public void configure(Binder binder) {

[Vala] Inverse of control in VALA?

2009-01-26 Thread Pawel Cesar Sanjuan Szklarz
Hi. Is it planed any feature to support inverse of control on VALA?? In java I found that this can be really helpfull. A good library for this on java is guice: http://code.google.com/p/google-guice/ Pawel Szklarz. ___ Vala-list mailing list