You are not logged in.
Hi,
I use Delphi Berlin 10.1 and SGBDs like Firebird or PostGreSQL
"State of the art" is the focus of this new project, best performance and multi clients (Desktop, WEB, FMX, ... )
Server tier in a Cloud and maybe database "tier" in a Cloud too
This project is a ERP Based solution
We don´t use ORM by personal issues
Can somebody help us and clear the way?
Thank´s
Rodrigo (Sorry by English, I´m Brazilian)
Offline
Switch to a SOA design.
Exposing all your process using mORMot interface-based services.
Defining DTO objects/records for transmission, and leaving your business objects on the server side.
It is worth taking a look at the framework documentation.
See the FAQ at http://synopse.info/files/html/Synopse% … l#TITL_123
Offline
Switch to a SOA design.
Exposing all your process using mORMot interface-based services.
Defining DTO objects/records for transmission, and leaving your business objects on the server side.It is worth taking a look at the framework documentation.
See the FAQ at http://synopse.info/files/html/Synopse% … l#TITL_123
Do you have a great example CRUD with SOA ?
thank you.
Jongruk Aripoo
Offline