Common Java EE Architecture
Difficulty: Intermediate
Duration: 6 minutes and 56 seconds
Students: 91
This lesson provides an in-depth look into Java EE architecture. We'll look at client-tier principles and object-oriented programming and then delve into the various features and concepts surrounding the Java EE architecture. We'll also run through examples of the types of questions that you can expect to find on the Oracle Java EE certification exam.
Learning Objectives
- Learn about client-tier principles
- Understand the fundamentals of object-oriented programming
- Learn about the following features and concepts:
- Constructors
- Inheritance
- Final keyword
- Abstract class
- Interfaces
- Polymorphism
- Encapsulation
- Non-functional requirements
- Exception handling
- Integrating Enterprise Resources (EAI)
Intended Audience
This lesson is intended for anyone who already has basic knowledge of Java and now wants to learn about Java EE 6.
Prerequisites
Basic knowledge of Java programming