Java SE in Practice - Build an Application
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size486.6 MB
- Uploaded Byfreecoursewb
- Downloads49
- Last checkedJul. 24th '26
- Date uploadedJul. 23rd '26
- Seeders 4
- Leechers6
Java SE in Practice: Build an Application
https://WebToolTip.com
Released 7/2026
By Sander Mak
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 3h 3m 51s | Size: 497.6 MB
Real-world Java development involves much more than writing Java code.
Real-world Java development involves much more than writing Java code. In this course, Java SE in Practice: Building an Application, you’ll learn what it takes to create a real-world Java 25 application from end to end. This course takes a broad, rather than deep, approach, so you’ll encounter many concepts that are part of Java application development. First, you’ll explore setting up a project using Maven as a build tool. Next, you’ll discover how to call an external API, handle the returned JSON using an external library, and store data in a relational database. Finally, you’ll learn how to expose data through a REST API. Throughout the course, you’ll structure the codebase to support further development. When you’re finished with this course, you’ll feel comfortable working with non-trivial Java codebases and be ready to dive deeper into Java tools and libraries as needed.
Files:
[ WebToolTip.com ] Java SE in Practice - Build an Application- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 01. Setting up a Java Application
- 01. Introduction.mp4 (5.6 MB)
- 01. Introduction.srt (4.6 KB)
- 02. Tools Used in This Course.mp4 (4.6 MB)
- 02. Tools Used in This Course.srt (3.7 KB)
- 03. What Are We Going to Build.mp4 (9.6 MB)
- 03. What Are We Going to Build.srt (8.4 KB)
- 04. Components and Technologies.mp4 (5.3 MB)
- 04. Components and Technologies.srt (4.2 KB)
- 05. Setting up a Maven-based Java Project.mp4 (15.0 MB)
- 05. Setting up a Maven-based Java Project.srt (12.0 KB)
- 06. Building and Running the First Class.mp4 (13.0 MB)
- 06. Building and Running the First Class.srt (10.1 KB)
- 07. Argument Handling.mp4 (10.5 MB)
- 07. Argument Handling.srt (6.2 KB)
- 08. Introducing Your First Dependency.mp4 (14.6 MB)
- 08. Introducing Your First Dependency.srt (10.9 KB)
- 09. Logging with SLF4J.mp4 (20.0 MB)
- 09. Logging with SLF4J.srt (11.1 KB)
- 01. Overview.mp4 (3.4 MB)
- 01. Overview.srt (3.2 KB)
- 02. Using Javas HttpClient.mp4 (13.7 MB)
- 02. Using Javas HttpClient.srt (7.1 KB)
- 03. Setting up HttpClient.mp4 (17.4 MB)
- 03. Setting up HttpClient.srt (10.7 KB)
- 04. Improving the HttpClient Usage.mp4 (9.7 MB)
- 04. Improving the HttpClient Usage.srt (5.5 KB)
- 05. Introducing a Java Record.mp4 (13.8 MB)
- 05. Introducing a Java Record.srt (8.7 KB)
- 06. JSON Binding Using Jackson.mp4 (13.9 MB)
- 06. JSON Binding Using Jackson.srt (6.8 KB)
- 07. Setting up an ObjectMapper.mp4 (20.4 MB)
- 07. Setting up an ObjectMapper.srt (10.4 KB)
- 08. Filtering Courses.mp4 (10.0 MB)
- 08. Filtering Courses.srt (5.0 KB)
- 09. Adding Business Logic.mp4 (8.0 MB)
- 09. Adding Business Logic.srt (6.0 KB)
- 10. Writing the First Unit Test.mp4 (13.2 MB)
- 10. Writing the First Unit Test.srt (7.6 KB)
- 11. Parameterizing the Unit Test.mp4 (7.7 MB)
- 11. Parameterizing the Unit Test.srt (4.1 KB)
- 01. Overview.mp4 (3.0 MB)
- 01. Overview.srt (2.4 KB)
- 02. Refactoring to Multiple Maven Modules.mp4 (20.7 MB)
- 02. Refactoring to Multiple Maven Modules.srt (11.6 KB)
- 03. Introducing the Repository Abstraction.mp4 (9.2 MB)
- 03. Introducing the Repository Abstraction.srt (7.7 KB)
- 04. Setting up the Repository with H2 and JDBC.mp4 (10.9 MB)
- 04. Setting up the Repository with H2 and JDBC.srt (7.3 KB)
- 05. Implementing the JDBC Repository.mp4 (16.5 MB)
- 05. Implementing the JDBC Repository.srt (8.7 KB)
- 06. Querying the Database.mp4 (12.3 MB)
- 06. Querying the Database.srt (5.1 KB)
- 07. Using the Repository through Testing.mp4 (16.6 MB)
- 07. Using the Repository through Testing.srt (9.0 KB)
- 08. Using the Repository in the CLI.mp4 (12.0 MB)
- 08. Using the Repository in the CLI.srt (5.2 KB)
- 01. Overview.mp4 (3.1 MB)
- 01. Overview.srt (2.5 KB)
- 02. Creating a JAX-RS Resource.mp4 (13.1 MB)
- 02. Creating a JAX-RS Resource.srt (7.7 KB)
- 03. Exposing a JAX-RS Resource over HTTP Using Jersey.mp4 (15.6 MB)
- 03. Exposing a JAX-RS Resource over HTTP Using Jersey.srt (8.0 KB)
- 04. Returning JSON with JAX-RS and Jersey.mp4 (19.0 MB)
- 04. Returning JSON with JAX-RS and Jersey.srt (7.9 KB)
- 05. Updating the Repository to Store Course Notes.mp4 (19.8 MB)
- 05. Updating the Repository to Store Course Notes.srt (10.8 KB)
- 06. Adding Notes through the REST API.mp4 (16.3 MB)
- 06. Adding Notes through the REST API.srt (9.9 KB)
- 01. Unifying Application Logging.mp4 (11.8 MB)
- 01. Unifying Application Logging.srt (8.3 KB)
- 02. Introducing External Application Configuration.mp4 (12.7 MB)
- 02. Introducing External Application Configuration.srt (7.7 KB)
- 03. Using Mavens Dependency Management.mp4 (21.9 MB)
- 03. Using Mavens Dependency Management.srt (13.2 KB)
- 04. Creating a Self-contained Runnable JAR File.mp4 (13.1 MB)
- 04. Creating a Self-contained Runnable JAR File.srt (8.7 KB)
- 05. Next Steps for the Course Info Project.mp4 (5.1 MB)
- 05. Next Steps for the Course Info Project.srt (4.6 KB)
- 06. Next Steps for You.mp4 (4.2 MB)
- 06. Next Steps for You.srt (5.0 KB)
- Bonus Resources.txt (0.1 KB)
Code:
- udp://coeus.torrentonline.cc:42069/announce
- https://edge-team.cc/announce
- https://tracker.madtia.cc/announce
- udp://tracker.1h.is:1337/announce
- udp://tracker.t-1.org:6969/announce
- udp://open.stealth.si:80/announce
- udp://whybother.torrentonline.cc:42069/announce
- udp://obey.torrentonline.cc:42069/announce
- udp://archive.torrentonline.cc:42069/announce
- https://tracker.7471.top:443/announce
- https://tracker.pmman.tech:443/announce
- https://torrents.tmtime.dev:443/announce
- http://tracker.moeblog.cn:443/announce
- http://tracker.lilithraws.org:443/announce
- http://tr.highstar.shop:80/announce