| View previous topic :: View next topic |
| Author |
Message |
Stefan Meisner Guest
|
|
| Back to top |
|
 |
mrbar2000 Guest
|
Posted: Mon Mar 26, 2007 6:06 am Post subject: Re: Delphi and IoC |
|
|
Hi Stefan, I have make some work in this direction. I dont have a IoC
yet but we have started many frameworks to delphi win32. This project
open-source was called Infra - Integrated Framework and have this
frameworks:
- Reflection
- Aspect Oriented Programming
- ValueTypes
- Model-View-Presenter (incomplete)
- Annotations
- Injected Interface
- Validator (just the base)
- Hibernate (curently working on this)
All for Delphi win32. I would like that you can join us and if u like
u can implement this container to Infra. Whould u? |
|
| Back to top |
|
 |
Stefan Meisner Guest
|
Posted: Mon Mar 26, 2007 7:21 am Post subject: Re: Delphi and IoC |
|
|
Hello!
| Quote: | Hi Stefan, I have make some work in this direction. I dont have a IoC
yet but we have started many frameworks to delphi win32. This project
open-source was called Infra - Integrated Framework and have this
frameworks:
- Reflection
- Aspect Oriented Programming
- ValueTypes
- Model-View-Presenter (incomplete)
- Annotations
- Injected Interface
- Validator (just the base)
- Hibernate (curently working on this)
|
APO for Delphi sound really interesting and it should be later be part of
my Ioc container. However: your framework sound more than interesting.
Please let me know more about this!
Stefan
www.delphi-online.at |
|
| Back to top |
|
 |
Stefan Meisner Guest
|
Posted: Tue Mar 27, 2007 8:13 am Post subject: Re: Delphi and IoC |
|
|
Hello Heinz!
| Quote: | I didn't find a way to download the source of the project. Have you (or
anybody else) more information?
|
The sourcecode of the first draft will be available
next weekend. If you like I can send you an eMail.
Regards
Stefan
www.delphi-online.at |
|
| Back to top |
|
 |
Heinz Zastrau Guest
|
Posted: Tue Mar 27, 2007 8:13 am Post subject: Re: Delphi and IoC |
|
|
Hello mrbar2000,
| Quote: | Hi Stefan, I have make some work in this direction. I dont have a IoC
yet but we have started many frameworks to delphi win32. This project
open-source was called Infra - Integrated Framework and have this
frameworks:
|
I didn't find a way to download the source of the project. Have you (or
anybody else) more information?
Ciao Heinz Z. |
|
| Back to top |
|
 |
mrbar2000 Guest
|
Posted: Tue Mar 27, 2007 7:01 pm Post subject: Re: Delphi and IoC |
|
|
What the container will use to instanciate the classe and fill the
attributes? |
|
| Back to top |
|
 |
Heinz Zastrau Guest
|
Posted: Wed Mar 28, 2007 8:12 am Post subject: Re: Delphi and IoC |
|
|
Hello Stefan,
| Quote: | The sourcecode of the first draft will be available
next weekend. If you like I can send you an eMail.
|
Thanks, that might be nice.
Ciao Heinz Z. |
|
| Back to top |
|
 |
Stefan Meisner Guest
|
Posted: Wed Mar 28, 2007 9:03 pm Post subject: Re: Delphi and IoC |
|
|
Hello Heinz!
| Quote: | The sourcecode of the first draft will be available
next weekend. If you like I can send you an eMail.
Thanks, that might be nice.
|
Oder auf Deutsch: geht klar :)
Grüsse
Stefan |
|
| Back to top |
|
 |
mrbar2000 Guest
|
Posted: Thu Mar 29, 2007 2:16 am Post subject: Re: Delphi and IoC |
|
|
| I see that u are using RTTI. |
|
| Back to top |
|
 |
Heinz Zastrau Guest
|
Posted: Thu Mar 29, 2007 3:49 pm Post subject: Re: Delphi and IoC |
|
|
Hello Stefan,
| Quote: | Hello Heinz!
The sourcecode of the first draft will be available
next weekend. If you like I can send you an eMail.
Thanks, that might be nice.
Oder auf Deutsch: geht klar
|
Yeah, but not in this forum :-)
Ciao Heinz Z. |
|
| Back to top |
|
 |
Stefan Meisner Guest
|
Posted: Sat Mar 31, 2007 9:08 pm Post subject: Re: Delphi and IoC |
|
|
Hello!
I just have uploaded a first draft on my website.
However: it should not seen as being a functional
prototype; it has not been tested, is not complete
and lacks documentation.
However: the curious ones might have a look...
Regards
Stefan
www.delphi-online.at |
|
| Back to top |
|
 |
mrbar2000 Guest
|
Posted: Tue Apr 03, 2007 12:41 am Post subject: Re: Delphi and IoC |
|
|
| Quote: | I just have uploaded a first draft on my website.
However: it should not seen as being a functional
prototype; it has not been tested, is not complete
and lacks documentation.
However: the curious ones might have a look...
|
Great, I see the code.
It works just with published methods?
I think if this container could use infrareflection will be more easy
to you. InfraReflection invoke privatemethods too, but no with nativie
params. I couldn't call methods com primitive parameters. If u or
could help us with this will be great!
I see that Hallvard Vassbotn help u. I think that he knows a lot of
about ASM routines. I wouldLike very much that he see my code and help
us to change InvokeMethod to accept primitive parameters. |
|
| Back to top |
|
 |
|