Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 1.52 KB

File metadata and controls

40 lines (18 loc) · 1.52 KB

Java Enterprise Edition Introduction

LinkedIn Java Enterprise Edition introduction course: code and solutions

You will find the code repositories used during the course Java Enterprise Edition Introduction.

Cargo-Tracker

This repository contains the source code for the Cargo Tracker application.

If you wish to use NetBeans, intructions are found in the Get Started section.

Once the application starts up, just open up a browser and navigate to http://localhost:8080/cargo-tracker/.

The Cargo Tracker source used in the course.

JMS-Challenge-Solution

The solution to the JMS challenge.

CDI-Challenge-Solution

The solution to the CDI challenge.

JSF-Challenge-Solution

The solution to the JSF challenge.

Websocket-Challenge-Solution

The solution to the Websocket challenge.

Java 8 Refactoring

The solution to the Java 8 Refactoring.