├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | /cargo-tracker.iml 3 | /.gitignore 4 | .gitignore 5 | .idea/ 6 | cargo-tracker.iml 7 | src/ 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Java Enterprise Edition Introduction 2 | LinkedIn Java Enterprise Edition introduction course: code and solutions 3 | 4 | You will find the code repositories used during the course Java Enterprise Edition Introduction. 5 | 6 | ## Cargo-Tracker 7 | 8 | This repository contains the source code for the [Cargo Tracker application](https://cargotracker.java.net/). 9 | 10 | If you wish to use NetBeans, intructions are found in the [Get Started](https://cargotracker.java.net/#getstarted) section. 11 | 12 | Once the application starts up, just open up a browser and navigate to http://localhost:8080/cargo-tracker/. 13 | 14 | The [Cargo Tracker source](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/Cargo-Tracker) used in the course. 15 | 16 | ## JMS-Challenge-Solution 17 | 18 | The solution to the [JMS challenge](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/JMS-Challenge-Solution). 19 | 20 | ## CDI-Challenge-Solution 21 | 22 | The solution to the [CDI challenge](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/CDI-Challenge-Solution). 23 | 24 | ## JSF-Challenge-Solution 25 | 26 | The solution to the [JSF challenge](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/JSF-Challenge-Solution). 27 | 28 | ## Websocket-Challenge-Solution 29 | 30 | The solution to the [Websocket challenge](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/Websockets-Challenge-Solution). 31 | 32 | ## Java 8 Refactoring 33 | 34 | The solution to the [Java 8 Refactoring](https://github.com/readlearncode/Java-Enterprise-Edition-Introduction/tree/Java-8-Refactoring). 35 | 36 | 37 | 38 | 39 | 40 | 41 | --------------------------------------------------------------------------------