Difference between revisions of "mORMot"

From Free Pascal wiki
Jump to navigationJump to search
(wording)
Line 1: Line 1:
 
{{mORMot}}
 
{{mORMot}}
  
'''Synopse mORMot''' is an open source client-server ORM SOA MVC framework for FreePascal, targeting Windows/Linux for the server, and any platform for clients (including mobile and AJAX).
+
'''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).
  
Object-relational modeling (ORM) is used to model the semantics of a universe of discourse. ORM is often used for data modeling and software engineering.  
+
==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:
 
SOA means one of:
Line 11: Line 12:
 
* Statement of Applicability, a mandatory document for implementing an information security management system (ISMS) with the methodology of ISO/IEC 27001.
 
* 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==
 
==See Also==
 
* https://synopse.info/ - the official site
 
* https://synopse.info/ - the official site

Revision as of 17:38, 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).

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.

See Also