Please enable JavaScript.
Coggle requires JavaScript to display documents.
BW concepts (4 parti principali (Business studio, Deployment artifact,…
BW concepts
-
-
Applications
-
-
A process che starta la business logic, implementa il component
Modules
Shared Modules
the smallest resource that is named, versioned, and packaged as part of an application and can be used by other modules that are part of the same application
Shared modules export their functionality (processes, shared resources, and schema namespaces) to application modules or to other shared modules
At the module level, a process can reference another process in a di erent module.
A process can also reference a WSDL or a schema de ned in a di erent shared module. Schemas that are intended to be exported from a shared module must be contained in the Schemas special folder.
-
Application modules
Formati da
Processi
flusso del business information, sono contenuti in un process package
-
-
-
-
Module descriptors
info su application module come config properties, dependencies components shares variables
-
-
possono dipendere da shared modules che contengono ( proc, schemas, JSON, wsdl files)
Data
-
Le variables le posso assegnate anche esse in uno schema ma al contempo devono essere assegnate o lette con specifiche attività
-