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, 5419👍, 0💬
Popular Posts:
What Is the Difference between Formal Parameters and Actual Parameters? - Oracle DBA FAQ - Creating ...
What Articles Have You Read about JUnit? There are a number of JUnit articles that you should read: ...
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...