[Pluralsight] Eclipse for Java Developers

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 645.5 MB
  • Uploaded By CourseClub
  • Downloads 294
  • Last checked 1 week ago
  • Date uploaded 7 years ago
  • Seeders 1
  • Leechers 5

Infohash : 303D85416C2C8C10BCDB9AA463C509C2E67D23D4



[Pluralsight] Eclipse for Java Developers

As a Java devEclipse is one of the most popular IDE for Java development, that every Java developer should know perfectly well.

For More Courses: https://courseclub.net

Files:

[CourseClub.NET] Pluralsight - Eclipse for Java Developers 01 Course Overview
  • 01 Course Overview.mp4 (3.5 MB)
02 Setting up a Java SE Development Environment with Eclipse
  • 01 Introducing the Course - What Are the Most Popular IDEs.mp4 (4.2 MB)
  • 02 What Do You Need to Know to Follow This Course.mp4 (2.4 MB)
  • 03 Agenda of the Course.mp4 (3.5 MB)
  • 04 Presenting the Eclipse Key Concepts.mp4 (1.6 MB)
  • 05 Understanding the Workspace and Project Folders Organization.mp4 (2.4 MB)
  • 06 Demo - Downloading and Installing the Eclipse IDE.mp4 (12.7 MB)
  • 07 Demo - First Launching of Eclipse.mp4 (5.1 MB)
  • 08 Demo - Setting the Right Version of Java to Launch Eclipse.mp4 (6.5 MB)
  • 09 Demo - Updating the Version of a Workspace.mp4 (3.7 MB)
  • 10 Demo - Creating a First Java SE Project.mp4 (4.5 MB)
  • 11 Demo - Creating a First Class.mp4 (2.7 MB)
  • 12 Demo - Setting the Characters Encoding for Java Source Files.mp4 (8.0 MB)
  • 13 Demo - Customizing the Format of the Java Source Files.mp4 (5.1 MB)
  • 14 Demo - Running a First Class, Fixing Bugs in the Main Method.mp4 (12.3 MB)
  • 15 Demo - Exploring the Java Build Path and the Installed JDK.mp4 (8.8 MB)
  • 16 Demo - Adding a JDK in the Java Build Path.mp4 (11.1 MB)
  • 17 Demo - Changing the Version of the JDK at the Workspace Level.mp4 (5.9 MB)
  • 18 Demo - Creating a Second Project with a Dependency to It.mp4 (7.4 MB)
  • 19 Demo - Adding Source Folders to a Project.mp4 (7.9 MB)
  • 20 Demo - Running a Test with JUnit Added as an External Library.mp4 (10.0 MB)
  • 21 Demo - Adding AssertJ as an External Dependency.mp4 (12.1 MB)
  • 22 Demo - Packaging a Set of Project in an Executable JAR File.mp4 (15.2 MB)
  • 23 Module Wrap Up.mp4 (2.6 MB)
03 Setting up a Java Maven Development Environment with Eclipse
  • 01 Module Introduction and Agenda.mp4 (1.6 MB)
  • 02 Introducing How Eclipse and Maven Work Together.mp4 (1.6 MB)
  • 03 Demo - Introducing, Updating, and Configuring Maven.mp4 (7.7 MB)
  • 04 Demo - Creating a First Maven Project.mp4 (4.9 MB)
  • 05 Demo - Configuring a Maven Project, Updating the Java Version.mp4 (10.2 MB)
  • 06 Demo - Configuring the Maven Search Engine for Dependencies.mp4 (12.5 MB)
  • 07 Demo - Adding Dependencies Along with Their Source Code.mp4 (17.6 MB)
  • 08 Demo - Running Maven Tests, Running the Package Maven Goal.mp4 (12.5 MB)
  • 09 Demo - Adding a Plugin for Code Coverage and Running It.mp4 (13.8 MB)
  • 10 Demo - Setting up a Two Projects Workspace.mp4 (9.0 MB)
  • 11 Demo - Setting the Dependencies Between Projects.mp4 (17.9 MB)
  • 12 Demo - Creating a Parent POM Project to Share Properties.mp4 (8.7 MB)
  • 13 Demo - Creating a First Maven Module from the Parent.mp4 (4.6 MB)
  • 14 Demo - Adding a Module, Shared Properties, and Dependencies.mp4 (23.6 MB)
  • 15 Demo - Packaging an Application from a Parent Project.mp4 (6.6 MB)
  • 16 Module Wrap Up.mp4 (2.5 MB)
04 Using Git for a Java Project in Eclipse
  • 01 Module Introduction and Agenda.mp4 (2.4 MB)
  • 02 Introducing How Eclipse and Git Work Together.mp4 (1.4 MB)
  • 03 Demo - Configuring Git and Creating a Project Repository.mp4 (5.8 MB)
  • 04 Demo - Configuring the .gitignore Git File.mp4 (3.4 MB)
  • 05 Demo - Creating a First Commit with the .gitgnore File.mp4 (6.2 MB)
  • 06 Demo - Adding Several Commits in the Project.mp4 (4.9 MB)
  • 07 Demo - Browsing the History View of a Git Repository.mp4 (4.3 MB)
  • 08 Demo - Checking out and Watching All the Commits of a Repository.mp4 (6.9 MB)
  • 09 Demo - Creating and Checking out a Branch.mp4 (4.0 MB)
  • 10 Demo - Merging Two Branches with a Conflict.mp4 (10.8 MB)
  • 11 Demo - Preparing a GitHub Repository to Push a Local Repository.mp4 (4.9 MB)
  • 12 Demo - Configuring a Push Operation and Pushing to GitHub.mp4 (12.3 MB)
  • 13 Demo - Using an SSH Key Pair to Push Commits to GitHub.mp4 (11.7 MB)
  • 14 Demo - Configuring and Using the Fetch Operation.mp4 (11.5 MB)
  • 15 Demo - Creating a Local Project by Fetching a GitHub Repository.mp4 (11.0 MB)
  • 16 Demo - Fetching and Importing a Git Maven Java Project .mp4 (8.0 MB)
  • 17 Demo - Fixing an Imported Maven Project.mp4 (6.0 MB)
  • 18 Module Wrap Up.mp4 (3.7 MB)
05 Connecting Eclipse to a Database Server with MySQL
  • 01 Module Introduction and Agenda.mp4 (2.1 MB)
  • 02 Introducing How Eclipse and Databases Work Together.mp4 (4.1 MB)
  • 03 Demo - Introducing the Test Project to Create Data and Queries.mp4 (9.2 MB)
  • 04 Demo - Creating and Configuring a Connnection to a MySQL Server.mp4 (10.1 MB)
  • 05 Demo - Creating SQL Queries and Editing Data.mp4 (11.3 MB)
  • 06 Demo - Using the SQL Scrapbook to Test SQL Queries.mp4 (6.9 MB)
  • 07 Demo - Exporting and Importing Data.mp4 (6.1 MB)
  • 08 Module Wrap Up.mp4 (1.7 MB)
06 Setting up a Java EE Project in Eclipse with Tomcat
  • 01 Module Introduction and Agenda.mp4 (2.2 MB)
  • 02 Introducing How Eclipse and Java EE Applications Work Together.mp4 (2.5 MB)
  • 03 Understanding How to Run a Java EE Application.mp4 (1.9 MB)
  • 04 Connecting an Eclipse Workspace to a Java EE Application Server.mp4 (2.2 MB)
  • 05 Demo - Connecting Eclipse to an Existing Tomcat Installation.mp4 (9.6 MB)
  • 06 Demo - Creating and Configuring a First Web Application.mp4 (6.0 MB)
  • 07 Demo - Creating and Configuring a Web Application Using Maven.mp4 (9.4 MB)
  • 08 Demo - Launching and Browsing a First Simple Web Application.mp4 (6.9 MB)
  • 09 Demo - Configuring the Manual Deployment of a Web Application.mp4 (6.5 MB)
  • 10 Demo - Creating and Deploying a First Java Server Page.mp4 (5.2 MB)
  • 11 Demo - Creating a Servlet That Passes Content to a JSP.mp4 (10.0 MB)
  • 12 Demo - Creating and Testing a JSP Using JSTL.mp4 (14.4 MB)
  • 13 Demo - Running a Web Application in Debug Mode.mp4 (8.6 MB)
  • 14 Demo - Packaging a Web Application Using Maven.mp4 (10.3 MB)
  • 15 Demo - Launching Tomcat as a Remote Application Server.mp4 (21.6 MB)
  • 16 Demo - Deploying a Web Application in a Remote Tomcat Instance.mp4 (8.2 MB)
  • 17 Demo - Connecting Eclipse to a Remote Tomcat in Debug Mode.mp4 (14.2 MB)
  • 18 Demo - Debugging a Web Application Deployed in a Remote Tomcat.mp4 (14.0 MB)
  • 19 Module Wrap Up.mp4 (4.7 MB)
Exercise files 01 demos first-project
  • first-project.jardesc (1.1 KB)
  • src org paumard
    • HelloWorld.java (0.3 KB)
    message-service src-test org paumard service
    • MessageServiceTest.java (0.5 KB)
    src org paumard service
    • MessageService.java (0.1 KB)
    • setting-up-a-java-se-development-environment-with-eclipse-slides.pdf (697.8 KB)
    • 02 demos hello-application hello-application-service-impl
      • pom.xml (0.7 KB)
      • src main java org paumard service
        • HelloServiceImpl.java (0.2 KB)
        test java org paumard service
        • HelloServiceTest.java (0.5 KB)
        hello-application-service
        • pom.xml (0.5 KB)
        • src main java org paumard service
          • HelloService.java (0.1 KB)
          • pom.xml (1.1 KB)
          • hello-service-impl
            • pom.xml (1.6 KB)
            • src main java org paumard service
              • HelloServiceImpl.java (0.2 KB)
              test java org paumard service
              • HelloServiceTest.java (0.5 KB)
              hello-service
              • pom.xml (0.6 KB)
              • src main java org paumard service
                • HelloService.java (0.1 KB)
                • setting-up-a-java-maven-development-environment-with-eclipse-slides.pdf (318.8 KB)
                • 03 demos maven-git-for-pluralsight .git
                  • FETCH_HEAD (0.1 KB)
                  • HEAD (0.0 KB)
                  • config (0.3 KB)
                  • index (0.4 KB)
                  • logs
                    • HEAD (0.1 KB)
                    • refs heads
                      • master (0.1 KB)
                      remotes origin
                      • master (0.1 KB)
                      • .gitignore (0.0 KB)
                      • README.md (0.2 KB)
                      • pom.xml (0.6 KB)
                      • src main java org paumard model
                        • User.java (0.3 KB)
                        sample-git-for-pluralsight .git
                        • FETCH_HEAD (0.3 KB)
                        • HEAD (0.0 KB)
                        • config (0.3 KB)
                        • index (0.3 KB)
                        • logs
                          • HEAD (0.1 KB)
                          • refs heads
                            • master (0.1 KB)
                            remotes origin
                            • devel (0.1 KB)
                            • master (0.1 KB)
                          • packed-refs (0.2 KB)
                            • .gitignore (0.0 KB)
                            • README.md (0.2 KB)
                            • src org paumard model
                              • User.java (0.5 KB)
                              sample-git-project .git
                              • COMMIT_EDITMSG (0.0 KB)
                              • FETCH_HEAD (0.3 KB)
                              • HEAD (0.0 KB)
                              • config (0.3 KB)
                              • index (0.3 KB)
                              • logs
                                • HEAD (3.0 KB)
                                • refs heads
                                  • devel (0.5 KB)
                                  • master (1.6 KB)
                                  remotes origin
                                  • devel (0.1 KB)
                                  • master (0.3 KB)
                                • packed-refs (0.2 KB)
                                  • .gitignore (0.0 KB)
                                  • README.md (0.2 KB)
                                  • src org paumard model
                                    • User.java (0.5 KB)
                                    • using-git-for-a-java-project-in-eclipse-slides.pdf (321.8 KB)
                                    • 04 demos user-db files
                                      • create.sql (0.1 KB)
                                      • scrapbook.sql (0.0 KB)
                                      • user.txt (0.1 KB)
                                      • pom.xml (0.8 KB)
                                      • src main java org paumard
                                        • CreateUser.java (1.0 KB)
                                        • ReadUser.java (0.9 KB)
                                        • model
                                          • User.java (0.5 KB)
                                          05 demos first-webapp WebContent META-INF
                                          • MANIFEST.MF (0.0 KB)
                                          maven-webapp
                                          • pom.xml (1.0 KB)
                                          • src main java org paumard model
                                            • User.java (0.4 KB)
                                            webapp
                                            • UserListServlet.java (1.5 KB)
                                            webapp
                                            • index.html (0.2 KB)
                                            • index.jsp (0.5 KB)
                                            • users-list.jsp (0.5 KB)
                                            • setting-up-a-java-ee-project-in-eclipse-with-tomcat-slides.pdf (663.9 KB)
                                              • [CourseClub.NET].url (0.1 KB)
                                              • [FreeCourseSite.com].url (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://inferno.demonoid.pw:3391/announce
  • udp://tracker.openbittorrent.com:80/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://torrent.gresille.org:80/announce
  • http://glotorrents.pw:80/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://9.rarbg.to:2790/announce
  • udp://shadowshq.yi.org:6969/announce
  • udp://tracker.zer0day.to:1337/announce
  • udp://tracker.zer0day.to:1337/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://coppersurfer.tk:6969/announce
REVERSE-PROXY 🔄 RP (success) | 1611ms 📄 torrent 🕐 18 Jan 2026, 03:21:25 pm IST ⏰ 12 Feb 2026, 03:21:25 pm IST ✅ Valid for 24d 23h 🔄 Wait 10m