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) { binder.bind(Ser

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) .to(ServiceImpl.cla

Re: [Vala] Inverse of control in VALA?

2009-01-26 Thread christian . hergert
I agree, having types loaded at startup would make life a lot easier in most of my situations. Is this already done with types in plugins when the plugin is loaded? -- Christian ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/ma

Re: [Vala] Inverse of control in VALA?

2009-01-26 Thread Yu Feng
On Mon, 2009-01-26 at 14:24 -0800, Christian Hergert wrote: > On Mon, Jan 26, 2009 at 12:26 PM, Pawel Cesar Sanjuan Szklarz > wrote: > > 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 > > thi

Re: [Vala] Inverse of control in VALA?

2009-01-26 Thread Christian Hergert
On Mon, Jan 26, 2009 at 12:26 PM, Pawel Cesar Sanjuan Szklarz wrote: > 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 S

[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 Vala-lis