What is Java Enterprise for?
large-scale, multi-tiered, scalable, reliable, and secure network applications
What are the two targets of Java Enterprise?
- Applications for corporations, governments, large institutions
How does the Java Enterprise architecture happen?
By a voting committee of industry experts.
What are some technical perspectives when considering an enterprise system?
What are the benefits of Java EE?
What is the façade patter?
A façade is an object that provides a simplified interface to a larger body of code
What does ACID stand for?
What is ‘Atomicity’ in ACID?
* Not complete unless all operations complete successfully
What is ‘Consistency’ in ACID?
What is ‘Isolation’ in ACID?
* Concurrent transactions same as some serial ordering
What is ‘Durability’ in ACID?
* Possibly undone by a “compensating transaction”