Deploy Java EE application in two ways:
Exploded form:
- Directory structure very important
- Easier to update individual pieces
- Harder to keep track of the whole collection
Archive form:
- Similar to tar or zip, can be maintained with those tools
- Type: .jar, .war, .ear, .rar, and so on
- Contains code, metacode, descriptors (xml), directories