Difference between revisions of "How Apps Are Built"

From CNM Wiki
Jump to: navigation, search
(Script)
(Script)
Line 8: Line 8:
  
 
===Script===
 
===Script===
:Every [[CNM app]] consists of one or more [[end-user application]]s. [[Content management system]]s ([[CMS]]es) are most popular second ''applications'' in [[CNM core app]]s.
+
:Every [[CNM app]] represents a layered [[software system]]. It consists of one or more [[end-user application]]s. Consequently, any ''application'' consists of software blocks such as [[customer data organizer]]s, [[task work organizer]]s, and [[wiki engine]]s. Some applications are modular -- their blocks are separate modules plugged to the application's core.
  
:Going further, any ''application'' consists of software blocks such as [[customer data organizer]]s, [[task work organizer]]s, and [[wiki engine]]s. Some applications are modular -- their blocks are separate modules plugged to the application's core.
+
:If any [[CNM app]] uses more than one [[end-user application]], these ''applications'' are interconnected through [[API|application programming interface]]s ([[API]]s) to function as one [[CNM app]]. [[Content management system]]s ([[CMS]]es) are most popular second ''applications'' in [[CNM core app]]s. They power [[website]]s of [[CNM app]]s.
 
 
:If any [[CNM app]] uses more than one [[end-user application]], these ''applications'' are interconnected through [[API|application programming interface]]s ([[API]]s) to function as one [[CNM app]].
 
  
 
:Every [[CNM app]] must communicate with [[WorldOpp Middleware]] using the [[LDAP|Lightweight Directory Access Protocol]] ([[LDAP]]). If the ''COTS application'' lacks the ''LDAP'', ''API'', or other functionalities that [[CNM Cloud]] needs, an additional module or plugin shall be installed.
 
:Every [[CNM app]] must communicate with [[WorldOpp Middleware]] using the [[LDAP|Lightweight Directory Access Protocol]] ([[LDAP]]). If the ''COTS application'' lacks the ''LDAP'', ''API'', or other functionalities that [[CNM Cloud]] needs, an additional module or plugin shall be installed.

Revision as of 06:42, 12 October 2020

How Apps Are Built (hereinafter, the Lectio) is the lesson part of the CNM App Essentials lesson that introduces its participants to CNM Cloud. This lesson belongs to the Introduction to CNM Cloud session of the CNM Cyber Orientation.


Content

The predecessor lectio is CNM App Groups.

Key terms

Script

Every CNM app represents a layered software system. It consists of one or more end-user applications. Consequently, any application consists of software blocks such as customer data organizers, task work organizers, and wiki engines. Some applications are modular -- their blocks are separate modules plugged to the application's core.
If any CNM app uses more than one end-user application, these applications are interconnected through application programming interfaces (APIs) to function as one CNM app. Content management systems (CMSes) are most popular second applications in CNM core apps. They power websites of CNM apps.
Every CNM app must communicate with WorldOpp Middleware using the Lightweight Directory Access Protocol (LDAP). If the COTS application lacks the LDAP, API, or other functionalities that CNM Cloud needs, an additional module or plugin shall be installed.
With regard to their ownership, all the COTS solutions such as core applications, modules, and plugins are divided in proprietary and open-source. Proprietary applications are owned privately; their code is closed. All CNM apps are open-source. That means that these applications are community-owned. Their code is open; any contributor may review and, if needed, modify it for specific purposes.
Finally, software systems are better when they are living projects. These systems shall be further developed and updated periodically. For instance, new versions of premier COTS solutions tend to be available twice a year. CNM Cyber Team strives to update all CNM apps to last stable versions of the applications that they use. The Team also makes best efforts to implement cyber-security patches and recommendations.

Closing

How Apps Are Executed is the successor lectio.

Questions

Placement entrance exam