I’m happy to present DMVCFramework as part of the “Powering the Web with Delphi” session at DelphiCon 2020.
The session will be held November 19, 2020, 5:00 pm CET.
During the session I’ll briefly show how to create some kind of APIs in Delphi using DMVCFramework, and how to use them from Delphi and, just to choice one other language, on Python.
What’s the problem? As you probably know GitHub has a strict file limit of 100MB. If you are just uploading lines of codes probably you don’t need to worry about it. However, if you want to upload a bit of data, or graphic projects, or something in binary, this is a limit that you might want to cross.
This new release builds on the feature set of 10.4, enhancing existing features throughout the product. As you probably know, the first version of the 10.4 family have been some “problems” here and there, but Embarcadero fixed a lot of things and add even more value in the product.
Photo by Marc-Olivier Jodoin on Unsplash
Il 13 marzo 2020, in piena emergenza Covid-19, scrivevo su Facebook:
Ciao a tutti,
in questi momenti complicati di segregazione forzata vorrei organizzare qualcosa che possa essere utile a qualcuno. Avevo in mente di farlo da qualche tempo, ma tra un impegno e un altro non sono mai riuscito a trovare il tempo di organizzarlo concretamente.
DelphiMVCFramework 3.2.0 (boron) - Breaking Changes Removed TDataSetHelper.LoadFromJSONArrayStringItems TDataSetHolder class now renders data in a property called data (previously was items) The default header used by JWT middleware is now Authorization (previously was Authentication) Middleware OnAfterControllerAction are now invoked in the same order of OnBeforeControllerAction (previously were invoked in reversed order).
ITDevCon reached its 10th edition in 2019!
10 is a nice number. Seems yesterday when me and my friend and colleague Fabrizio Bitti were at a “YET ANOTHER CONFERENCE” and looking each others in the eyes, we told each other: “We can do better”.
I don’t know if we really always did better, but now ITDevCon is a strong presence in the Delphi (and not only) field.
DelphiMVCFramework 3.1.0 (lithium) - Breaking Changes JSON-RPC Client Classes has been changed. Now they are interfaces based. JSON-RPC Server: Only public instance methods can be invoked.
Si avvicina ITDevCon2019 Spring Edition e ormai è tempo di rendere pubblica la time table. Anche se non ancora completa (alcuni speaker stanno decidendo cosa proporre) già permette di capire il livello dell’evento che si terrà il 17 maggio 2019 negli uffici di bit Time Group a Roma.
L’edizione “spring” di ITDevCon dura solo un giorno ed è completamente (o quasi) in italiano.
Flask Flask is one of most popular python framework for web solution. It is a non-opinionated framework, an I really like it. Flask contains also a nice and useful development web server with automatic reloading. However, when you have to deploy a Flask application you cannot rely on the development web server, you need a production ready system.
At CodeRage 2019 Brasil edition, Rafael Araujo held a good speech about DMVCFramework and its utilization for APIs development.
In the video Rafael shows how to create a simple API to do CRUD for a database table (using FireDAC and FirebirdSQL) and how to create a VCL client using the facilities that DMVCFramework offerts to automatically populate a TFDMemTable.