Turn a blank page into a web application! In this course, Java EE 7: Getting Started, you'll learn how to develop a distributed web application based on two complementary technologies: Java EE and Angular. First, you'll begin by covering how to setup your development environment, design your domain model, map it to a relational database, bring transaction management, and then expose the business domain through a REST API. Along the way, you'll make sure the integration tests always pass. Finally, once the REST API is tested, documented, and up-and-running, you'll build an Angular front-end to interact with it through HTTP and JSon. By the end of this course, you'll have the fundamental knowledge to start building REST API's with Java EE and consuming them with Angular.
Overview
Turn a blank page into a web application! In this course, Java EE 7: Getting Started, you'll learn how to develop a distributed web application based on two complementary technologies: Java EE and Angular. First, you'll begin by covering how to setup your development environment, design your domain model, map it to a relational database, bring transaction management, and then expose the business domain through a REST API. Along the way, you'll make sure the integration tests always pass. Finally, once the REST API is tested, documented, and up-and-running, you'll build an Angular front-end to interact with it through HTTP and JSon. By the end of this course, you'll have the fundamental knowledge to start building REST API's with Java EE and consuming them with Angular.
Syllabus
- Course Overview 2mins
- Java EE: Getting Started 12mins
- Setting up the Java EE Environment 17mins
- Bootstrapping the Java EE Application 14mins
- Defining the Domain Model 17mins
- Adding a Transactional Repository 22mins
- Testing the Java EE Application 18mins
- Validating Data 13mins
- Injecting Beans 15mins
- Exposing a REST Service 31mins
- Documenting the REST Service 20mins
- Setting up the Angular Environment 15mins
- Bootstrapping the Angular Application 18mins
- Designing the User Interface 27mins
- Navigating Through Components 18mins
- Invoking the REST Service 22mins
- Revisiting the Application 11mins
Taught by
Antonio Goncalves