terça-feira, 6 de janeiro de 2015

Smart Mobile Studio - Lesson 4




sábado, 3 de janeiro de 2015

Smart Mobile Studio - Lesson 3







terça-feira, 30 de dezembro de 2014

Smart Mobile Studio - Lesson 1/2






quinta-feira, 23 de outubro de 2014

Delphi mORMot with LINUX

POST #038 =======================================================================
It would be really nice to have Delphi mORMot targeting various OS and hardware platforms, into the Windows Delphi IDE.
It seems like a dream! There's a project called CrossFPC that generates binaries natively:
# 32 Bit Windows
# 64 Bit Windows
# 32 Bit x86 Linux
# 64 Bit x86 Linux
# ARM Kirkwood / SheevaPlug / GuruPlug
# ARM Android

This week, a guy named Alfred (Alf from Consulab) created a patch to enhance compatibility to FPC. Now, mORMot - demoniac version is nearly 100% complete! Thanks Alfred and AB. Our little  mORMot, with the latest unstable FPC (Free Pascal Compiler) can be compiled under Linux using Lazarus or CodeTyphon. Basic Restful ORM run perfectly on Linux (i386 and ARM) and (somewhat) running on Raspebery Pi, but interface-based SOA needs RTTI for all methods.

Unfortunately, FPC 2.7.1 does not allow to write interface-based services yet, due to a awful limitation in its RTTI support. See at: http://bugs.freepascal.org/view.php?id=26774  Sadly, the FPC team does not seem willing to fix it soon. 

Delphi mORMot currently is not ready to use services (interface based services) in non-windows platform because the FPC RTTI issue, but Yes! method-based services do work! Delphi mORMot allows for datastorage in a very structured and portable manner and we compile services methods under Linux.


This is pretty crazy, isn't it?

warleyalex from Sete Lagoas, MG.

Tags: Delphi mORMot with Linux; mORMot, demoniac version; Restful ORM with Linux server.


quinta-feira, 18 de setembro de 2014

Delphi mORMot with AngularJS

POST #037 =======================================================================
This week, I met an old colleague street called Dick Vigarista (Caralho Velho). The nickname was inspired by the character Dick Dastardly (Vigarista) in the Wacky Races drawing (Corrida Maluca). The guy has the typical iconography of the stereotypical "villain" of the story: tall, thin, with a devilish grin and a thin mustache, always dressed in dark clothing. He is always accompanied by his friend Mutley (the guys called Rabugento).

Dick Vigarista, always trying to win the Wacky Races with cheating, but always ended up getting ill, and ending the race in last. Dick Vigarista countless times, leading the race after performing his pranks, had his car stopped just inches from the finish line, and soon after all the exceeded, leaving the last.

The name "Dick Dastardly" or "Dick Vigarista" is one of the nicknames of the Formula 1 driver Michael Schumacher. Inspired by Dick Dastardly. Talking about racing and Dick I've created a small web application, called wacky races with mORMot. This is a racing standings powered by mORMot with AngularJS. The idea was demonstrate Delphi mORMot authentication scheme with AngularJS.

That's all.
warleyalex from Sete Lagoas, MG.

Tags: wacky races with mORMot; delphi with AngularJS; mORMot authentication.