Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the different types of elementary process in FPA
What are the different types of elementary process in FPA?
✍: Guest
There are two types of elementary process
Dynamic Elementary process
Static Elementary process
Dynamic elementary process moves data from internal application boundary to external
application boundary or vice-versa.
Examples of dynamic elementary process:
Input data screen where user inputs data in to application. Data moves from the
input screen inside application.
Transaction exported in export files in XML or any other standard.
Display reports which can come from external application boundary and internal
application boundary.
Static elementary process maintains data of application either inside application boundary
or in external application boundary.
Examples of static elementary process:
In a customer maintenance screen maintaining customer data is static elementary
process.
2007-10-30, 4823👍, 0💬
Popular Posts:
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters? Unicode requires 1...
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
Which are the various programming approaches for WCF?