Soho Theme on while true do;
Dear potential ITDevCon speaker, I’m building the agenda for next ITDevCon 2012 that will be held October 25th,26th in Verona (Italy), the same location of the past year. The call for papers are officially open… … Read more
13 years ago 0
Soho Theme on while true do;
Great news for all the dorm and Spring4D users! As you probably know, finally has been announced the official Spring framework for Delphi. There is a lot of good technology in Spring4D! So, I’m glad… … Read more
13 years ago 0
Soho Theme on while true do;
Great news for all the dorm and Spring4D users! As you probably know, finally has been announced the official Spring framework for Delphi. There is a lot of good technology in Spring4D! So, I’m glad… … Read more
13 years ago 0
Soho Theme on while true do;
This is the first “Hello World” for my Delphi MVC Web Framework. program DelphiMVCWebFramework; {$APPTYPE CONSOLE} uses System.SysUtils, MVCEngine in ‘MVCEngine.pas’, BaseController in ‘BaseController.pas’; var mvc: TWebMVCEngine; begin mvc := TWebMVCEngine.Create; mvc.AddRoute(‘/’, procedure(Context: TWebContext) begin… … Read more
13 years ago 0
Soho Theme on while true do;
This is the first “Hello World” for my Delphi MVC Web Framework. program DelphiMVCWebFramework; {$APPTYPE CONSOLE} uses System.SysUtils, MVCEngine in ‘MVCEngine.pas’, BaseController in ‘BaseController.pas’; var mvc: TWebMVCEngine; begin mvc := TWebMVCEngine.Create; mvc.AddRoute(‘/’, procedure(Context: TWebContext) begin… … Read more
13 years ago 0
Soho Theme on while true do;
This is the second post regarding a fast update on the last changes to the dorm project in terms of management and code. Welcome to 2 new contributors: Marco Mottadelli and BraveCobra (this is the… … Read more
13 years ago 0
Soho Theme on while true do;
This is the second post regarding a fast update on the last changes to the dorm project in terms of management and code. Welcome to 2 new contributors: Marco Mottadelli and BraveCobra (this is the… … Read more
13 years ago 0
Soho Theme on while true do;
This is the first post regarding a fast update on the last changes to the dorm project in terms of management and code. Welcome to 2 new contributors: mrbar2000 and magnomp (this is the full list http://code.google.com/p/delphi-orm/people/list) Added … … Read more
13 years ago 0
Soho Theme on while true do;
This is the first post regarding a fast update on the last changes to the dorm project in terms of management and code. Welcome to 2 new contributors: mrbar2000 and magnomp (this is the full list http://code.google.com/p/delphi-orm/people/list) Added a… … Read more
13 years ago 0
Soho Theme on while true do;
Yes, this is very cool. I’m not a Java hater, in terms of language (and I dont want to start a language-war), but some Java features, IMHO, are a bit uncomfortable for me. However, Java… … Read more
13 years ago 0
Soho Theme on while true do;
Yes, this is very cool. I’m not a Java hater, in terms of language (and I dont want to start a language-war), but some Java features, IMHO, are a bit uncomfortable for me. However, Java… … Read more
13 years ago 0
Soho Theme on while true do;
During a new dorm feature development, I’m faced a nice problem: I want to have a generic access to a “kind” of list Let’s say: procedure DoSomething(Obj: TMyListType); begin … end; But, I want to… … Read more
13 years ago 0
Soho Theme on while true do;
During a new dorm feature development, I’m faced a nice problem: I want to have a generic access to a “kind” of list Let’s say: procedure DoSomething(Obj: TMyListType); begin … end; But, I want to… … Read more
13 years ago 0
Soho Theme on while true do;
As all the attendees have seen, at the last ITDevCon, I’ve officially published dorm as an OpenSource project. \ You can find the project on google code: http://code.google.com/p/delphi-orm/ An introduction to dorm is available on… … Read more
13 years ago 0
Soho Theme on while true do;
As all the attendees have seen, at the last ITDevCon, I’ve officially published dorm as an OpenSource project. \ You can find the project on google code: http://code.google.com/p/delphi-orm/ An introduction to dorm is available on… … Read more
13 years ago 0