Difference between revisions of "mORMot"

From Lazarus wiki
Jump to navigationJump to search
(oh, come on! please be a bit more professional. If there's someone you don't like personally, it doesn't mean that the code they write is bad.)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
mORMot : Synopse mORMot is an Open Source Client-Server ORM SOA MVC framework for FPC, targeting Win/Linux for the server, and any platform for clients (including mobile or AJAX). In other words, nobody knows what it is supposed to be but a heap of gibberish.
+
{{mORMot}}
  
Object-role modeling (ORM) is used to model the semantics of a universe of discourse. ORM is often used for data modeling and software engineering.  
+
'''Synopse mORMot''' is an open source client-server ORM SOA MVC framework for Free Pascal, targeting Windows/Linux for the server, and any platform for clients (including mobile and AJAX).
  
ORM = Outsourcing relationship management (ORM)
+
The official site: https://synopse.info/
  
object-relational mapping (ORM)
+
==Terms==
 +
ORM means "Object-relational modeling", it is used to model the semantics of a universe of discourse. ORM is often used for data modeling and software engineering.
  
SOA = Structure of arrays, a method of arranging records in memory , or either of:
+
SOA means one of:
* Service-oriented architecture, a set of principles and methodologies for designing and developing software in the form of interoperable services
+
* Structure of Arrays, a method of arranging records in memory.
* Start of Authority, an important record type in the Domain Name System
+
* Service-oriented architecture, a set of principles and methodologies for designing and developing software in the form of interoperable services.
* Statement of Applicability, a mandatory document for implementing an Information security management system (ISMS) with the methodology of ISO/IEC 27001
+
* Start of Authority, an important record type in the Domain Name System.
 +
* Statement of Applicability, a mandatory document for implementing an information security management system (ISMS) with the methodology of ISO/IEC 27001.
  
Model-view-controller (MVC) is a software architectural pattern for implementing user interfaces on computers.
+
MVC means "Model-view-controller", a software architectural pattern for implementing user interfaces on computers.
 
 
==See Also==
 
* https://synopse.info/ - the official site
 

Latest revision as of 16:39, 13 December 2021

English (en) français (fr)

Synopse mORMot is an open source client-server ORM SOA MVC framework for Free Pascal, targeting Windows/Linux for the server, and any platform for clients (including mobile and AJAX).

The official site: https://synopse.info/

Terms

ORM means "Object-relational modeling", it is used to model the semantics of a universe of discourse. ORM is often used for data modeling and software engineering.

SOA means one of:

  • Structure of Arrays, a method of arranging records in memory.
  • Service-oriented architecture, a set of principles and methodologies for designing and developing software in the form of interoperable services.
  • Start of Authority, an important record type in the Domain Name System.
  • Statement of Applicability, a mandatory document for implementing an information security management system (ISMS) with the methodology of ISO/IEC 27001.

MVC means "Model-view-controller", a software architectural pattern for implementing user interfaces on computers.