[Interest] dependency injection

2012-11-14 Thread Yunior Bauta
What 's the more used dependency injection framework in Qt, Any sample. 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION http://www.uci.cu http://www.facebook.com/universidad.uci

Re: [Interest] dependency injection

2012-11-14 Thread Alexandre Pretyman
Hi Yunior, I've been doing DI by hand on small projects for university and it has been working well. Just pass all the dependencies on the class constructor and you are done. Avoid using setters dependencies because you don't want to let broken objects being constructed in the first place. If

Re: [Interest] Dependency Injection

2012-11-12 Thread Yunior Bauta
On Jueves, 8 de noviembre de 2012 19:41:41 Alex Malyushytskyy escribió: http://en.wikipedia.org/wiki/Dependency_injection On Thu, Nov 8, 2012 at 12:44 PM, Yunior Bauta Pentón ypen...@uci.cu wrote: Hello. What is Dependency Injection Framework more used actually to Qt and C++ ? Any

[Interest] Dependency Injection

2012-11-08 Thread Yunior Bauta Pentón
Hello. What is Dependency Injection Framework more used actually to Qt and C++ ? Any sample ? Thank -- Ing. Yunior Bauta Pentón Dpto: PostgreSQL/DATEC Universidad de las Ciencias Informáticas http://postgresql.uci.cu 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS

Re: [Interest] Dependency Injection

2012-11-08 Thread Alex Malyushytskyy
http://en.wikipedia.org/wiki/Dependency_injection On Thu, Nov 8, 2012 at 12:44 PM, Yunior Bauta Pentón ypen...@uci.cu wrote: Hello. What is Dependency Injection Framework more used actually to Qt and C++ ? Any sample ? Thank -- Ing. Yunior Bauta Pentón Dpto: PostgreSQL/DATEC