Become a member!

*VERY* busy time! RADSTUDIO XE, ITDevCon and other stuff

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.

Delphi Day 2010

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 speech at “PHP Day 2010″

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.

A Simple start with MVP in Delphi for Win32, Part 2

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.

Delphi Stomp Client (with FreePascal support

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.

New beta version for DataSnap Filters Compendium

[[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.

A simple Dependency Injection Container for Delphi

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.

News and small fixes for DataSnap Filters compendiu

DataSnap Filters Compendium has been used by many users so far. I’m planning to do some change in hash filters (that do not will affect already written code) but until new version will ready I have 3 nice news about DSFC: 1. Now the project is on Google Code. 2. Franco Perana, the first contributor to the project, has fixed and optimized the LZO filter.

JSON support in Delphi2010, a simple example

🎤 Update of this post 👉here👈 During last ITDevCon in Verona (ITALY) I talked in a session with title “Marshal and UnMarshal in Delphi 2010″ (we have published some photos about this great conference here). In the first part of the session I’ve talked about JSON and many attendees were very interested in JSON and his application in everyday programming.