In the last weeks (years) we have talk very often of the new compilers that should be in Delphi. Win64, MacOS, Linux, Other…
OK, we want Delphi everywhere but… Delphi is the VCL! So why dont talk about ideas for it?
What are the 2 most needed features for the VCL?
My yesterday post about this busy time, have raised some interest about DORM, the Delphi ORM.
So, also if I still haven’t released any files, wish to expose some internals about DORM.
DORM is an implementation of the DataMapper design pattern written having Hibernate in mind.
It’s completely unit tested and have the following features:
This is a very busy time.
Some news:
RAD STUDIO XE is out The ITDevCon time table will be published ASAP. This year I’m working to create a Time Table even more interesting than the last year (not simple!). The speakers will talk about DELPHI XE, RADPHP XE and a*LOT* of DataSnap.
Also this year I was at Delphi Day with many others bit Time co-workers.
This year I did a speech about Continuous Integration and Unit Test with Delphi.
I showed some of the methodologies and tools that we used in bitTime for long and for whom we also offer training.
My interview at PHP Day 2010 has been published on php.html.it.
This is the link to the article.
This is the video on youtube.
The interview is only in italian language.
This time a very fast post…
For the third year in a row, I will talk at the PHP Day in Italy organized, as usual, by the friends of GRUSP.
My speech will be about Continuous Integration and PHP, with a little introduction to Hudson.
This is the main conference website.
Some month ago I wrote a simple article about an MVP variant called PassiveView.
That example was very simple. Now I’ll present a more “advanced” version of that example.
The main problem with first example was the following method:
procedure TfrmCalculatorView.FormCreate(Sender: TObject); begin //Link controls with related interface IFirstOperand := TGUIEdit.
Yes, I’ve just committed last version of DelphiStompClient, a STOMP client for Delphi 2010 (should works in 2007 and 2009 too) and FreePascal 2.4.
DelphiStompClient has been tested with Apache ActiveMQ 5.2 and 5.3 but should works with every STOMP compliant server.
You can find the code here, but if you need more info with example and other stuff, read entire article.
[[I’ve been very busy lately with some Delphi related events here in Italy]{style=“background-color: #ffffff;” title=“Sono stato molto impegnato ultimamente”}]{#result_box .short_text}
[[Delphi “Porte Aperte” (organized by Marco Cantù and bit Time Software)]{style=“background-color: #ffffff;” title=“Sono stato molto impegnato ultimamente”}]{#result_box .short_text} Ready for the change? IT happens (organized by bit Time Software) so I havent too much time for my personal open source project.
As wikipedia says:
“Dependency injection (DI) in computer programming refers to the process of supplying an external dependency to a [software component]. It is a specific form of inversion of control where the concern being inverted is the process of obtaining the needed dependency. The term was first coined by Martin Fowler to describe the mechanism more clearly.