Difference between revisions of "OS.bee Software Factory Documentation"

From OS.bee documentation
Jump to: navigation, search
(Created page with "The OS.bee Software Factory is composed of various domain specific languages (DSL) which will be described in detail on the following pages. - The Entity DSL is besides t...")
 
Line 1: Line 1:
 
The OS.bee Software Factory is composed of various domain specific languages (DSL) which will be described in detail on the following pages.
 
The OS.bee Software Factory is composed of various domain specific languages (DSL) which will be described in detail on the following pages.
  
- The [[Entity DSL]] is besides the Datatypes the basic DSL for the Software Factory. It allows to describe the entity relationship models that will be used to create, read, update and delete content on a persistence level like a SQL database.
+
;[[Entity DSL]]: The [[Entity DSL]] is besides the Datatypes the basic DSL for the Software Factory. It allows to describe the entity relationship models that will be used to create, read, update and delete content on a persistence level like a SQL database.
 +
 
 +
;[[DTO DSL]]; The [[DTO DSL]] handles data transfer objects in order to transfer data between processes. It uses the [[Entity DSL]].

Revision as of 08:57, 4 August 2016

The OS.bee Software Factory is composed of various domain specific languages (DSL) which will be described in detail on the following pages.

Entity DSL
The Entity DSL is besides the Datatypes the basic DSL for the Software Factory. It allows to describe the entity relationship models that will be used to create, read, update and delete content on a persistence level like a SQL database.
DTO DSL; The DTO DSL handles data transfer objects in order to transfer data between processes. It uses the Entity DSL.