FileMood

Download [CourseClub.NET] Pluralsight - Eclipse for Java Developers

CourseClub NET Pluralsight Eclipse for Java Developers

Name

[CourseClub.NET] Pluralsight - Eclipse for Java Developers

 DOWNLOAD Copy Link

Total Size

676.8 MB

Total Files

157

Hash

303D85416C2C8C10BCDB9AA463C509C2E67D23D4

/01 Course Overview/

01 Course Overview.mp4

3.6 MB

/02 Setting up a Java SE Development Environment with Eclipse/

01 Introducing the Course - What Are the Most Popular IDEs.mp4

4.4 MB

02 What Do You Need to Know to Follow This Course.mp4

2.5 MB

03 Agenda of the Course.mp4

3.6 MB

04 Presenting the Eclipse Key Concepts.mp4

1.6 MB

05 Understanding the Workspace and Project Folders Organization.mp4

2.5 MB

06 Demo - Downloading and Installing the Eclipse IDE.mp4

13.3 MB

07 Demo - First Launching of Eclipse.mp4

5.4 MB

08 Demo - Setting the Right Version of Java to Launch Eclipse.mp4

6.8 MB

09 Demo - Updating the Version of a Workspace.mp4

3.9 MB

10 Demo - Creating a First Java SE Project.mp4

4.7 MB

11 Demo - Creating a First Class.mp4

2.9 MB

12 Demo - Setting the Characters Encoding for Java Source Files.mp4

8.4 MB

13 Demo - Customizing the Format of the Java Source Files.mp4

5.3 MB

14 Demo - Running a First Class, Fixing Bugs in the Main Method.mp4

12.9 MB

15 Demo - Exploring the Java Build Path and the Installed JDK.mp4

9.2 MB

16 Demo - Adding a JDK in the Java Build Path.mp4

11.7 MB

17 Demo - Changing the Version of the JDK at the Workspace Level.mp4

6.2 MB

18 Demo - Creating a Second Project with a Dependency to It.mp4

7.8 MB

19 Demo - Adding Source Folders to a Project.mp4

8.3 MB

20 Demo - Running a Test with JUnit Added as an External Library.mp4

10.5 MB

21 Demo - Adding AssertJ as an External Dependency.mp4

12.7 MB

22 Demo - Packaging a Set of Project in an Executable JAR File.mp4

16.0 MB

23 Module Wrap Up.mp4

2.8 MB

/03 Setting up a Java Maven Development Environment with Eclipse/

01 Module Introduction and Agenda.mp4

1.7 MB

02 Introducing How Eclipse and Maven Work Together.mp4

1.6 MB

03 Demo - Introducing, Updating, and Configuring Maven.mp4

8.1 MB

04 Demo - Creating a First Maven Project.mp4

5.1 MB

05 Demo - Configuring a Maven Project, Updating the Java Version.mp4

10.7 MB

06 Demo - Configuring the Maven Search Engine for Dependencies.mp4

13.1 MB

07 Demo - Adding Dependencies Along with Their Source Code.mp4

18.5 MB

08 Demo - Running Maven Tests, Running the Package Maven Goal.mp4

13.1 MB

09 Demo - Adding a Plugin for Code Coverage and Running It.mp4

14.5 MB

10 Demo - Setting up a Two Projects Workspace.mp4

9.4 MB

11 Demo - Setting the Dependencies Between Projects.mp4

18.7 MB

12 Demo - Creating a Parent POM Project to Share Properties.mp4

9.1 MB

13 Demo - Creating a First Maven Module from the Parent.mp4

4.9 MB

14 Demo - Adding a Module, Shared Properties, and Dependencies.mp4

24.7 MB

15 Demo - Packaging an Application from a Parent Project.mp4

6.9 MB

16 Module Wrap Up.mp4

2.6 MB

/04 Using Git for a Java Project in Eclipse/

01 Module Introduction and Agenda.mp4

2.5 MB

02 Introducing How Eclipse and Git Work Together.mp4

1.5 MB

03 Demo - Configuring Git and Creating a Project Repository.mp4

6.1 MB

04 Demo - Configuring the .gitignore Git File.mp4

3.5 MB

05 Demo - Creating a First Commit with the .gitgnore File.mp4

6.5 MB

06 Demo - Adding Several Commits in the Project.mp4

5.2 MB

07 Demo - Browsing the History View of a Git Repository.mp4

4.5 MB

08 Demo - Checking out and Watching All the Commits of a Repository.mp4

7.2 MB

09 Demo - Creating and Checking out a Branch.mp4

4.2 MB

10 Demo - Merging Two Branches with a Conflict.mp4

11.4 MB

11 Demo - Preparing a GitHub Repository to Push a Local Repository.mp4

5.2 MB

12 Demo - Configuring a Push Operation and Pushing to GitHub.mp4

12.9 MB

13 Demo - Using an SSH Key Pair to Push Commits to GitHub.mp4

12.3 MB

14 Demo - Configuring and Using the Fetch Operation.mp4

12.0 MB

15 Demo - Creating a Local Project by Fetching a GitHub Repository.mp4

11.6 MB

16 Demo - Fetching and Importing a Git Maven Java Project .mp4

8.4 MB

17 Demo - Fixing an Imported Maven Project.mp4

6.2 MB

18 Module Wrap Up.mp4

3.8 MB

/05 Connecting Eclipse to a Database Server with MySQL/

01 Module Introduction and Agenda.mp4

2.2 MB

02 Introducing How Eclipse and Databases Work Together.mp4

4.3 MB

03 Demo - Introducing the Test Project to Create Data and Queries.mp4

9.6 MB

04 Demo - Creating and Configuring a Connnection to a MySQL Server.mp4

10.6 MB

05 Demo - Creating SQL Queries and Editing Data.mp4

11.8 MB

06 Demo - Using the SQL Scrapbook to Test SQL Queries.mp4

7.3 MB

07 Demo - Exporting and Importing Data.mp4

6.4 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.3 MB

02 Introducing How Eclipse and Java EE Applications Work Together.mp4

2.7 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.3 MB

05 Demo - Connecting Eclipse to an Existing Tomcat Installation.mp4

10.0 MB

06 Demo - Creating and Configuring a First Web Application.mp4

6.3 MB

07 Demo - Creating and Configuring a Web Application Using Maven.mp4

9.9 MB

08 Demo - Launching and Browsing a First Simple Web Application.mp4

7.2 MB

09 Demo - Configuring the Manual Deployment of a Web Application.mp4

6.8 MB

10 Demo - Creating and Deploying a First Java Server Page.mp4

5.5 MB

11 Demo - Creating a Servlet That Passes Content to a JSP.mp4

10.5 MB

12 Demo - Creating and Testing a JSP Using JSTL.mp4

15.1 MB

13 Demo - Running a Web Application in Debug Mode.mp4

9.0 MB

14 Demo - Packaging a Web Application Using Maven.mp4

10.7 MB

15 Demo - Launching Tomcat as a Remote Application Server.mp4

22.7 MB

16 Demo - Deploying a Web Application in a Remote Tomcat Instance.mp4

8.6 MB

17 Demo - Connecting Eclipse to a Remote Tomcat in Debug Mode.mp4

14.9 MB

18 Demo - Debugging a Web Application Deployed in a Remote Tomcat.mp4

14.7 MB

19 Module Wrap Up.mp4

5.0 MB

/Exercise files/01/demos/first-project/

first-project.jardesc

1.1 KB

/Exercise files/01/demos/first-project/src/org/paumard/

HelloWorld.java

0.3 KB

/Exercise files/01/demos/message-service/src-test/org/paumard/service/

MessageServiceTest.java

0.5 KB

/Exercise files/01/demos/message-service/src/org/paumard/service/

MessageService.java

0.1 KB

/Exercise files/01/

setting-up-a-java-se-development-environment-with-eclipse-slides.pdf

714.5 KB

/.../hello-application-service-impl/

pom.xml

0.7 KB

/.../hello-application-service-impl/src/main/java/org/paumard/service/

HelloServiceImpl.java

0.2 KB

/.../hello-application-service-impl/src/test/java/org/paumard/service/

HelloServiceTest.java

0.5 KB

/.../hello-application-service/

pom.xml

0.5 KB

/.../hello-application-service/src/main/java/org/paumard/service/

HelloService.java

0.1 KB

/Exercise files/02/demos/hello-application/

pom.xml

1.2 KB

/.../hello-service-impl/

pom.xml

1.6 KB

/.../hello-service-impl/src/main/java/org/paumard/service/

HelloServiceImpl.java

0.2 KB

/.../hello-service-impl/src/test/java/org/paumard/service/

HelloServiceTest.java

0.5 KB

/Exercise files/02/demos/hello-service/

pom.xml

0.6 KB

/Exercise files/02/demos/hello-service/src/main/java/org/paumard/service/

HelloService.java

0.1 KB

/Exercise files/02/

setting-up-a-java-maven-development-environment-with-eclipse-slides.pdf

326.5 KB

/.../maven-git-for-pluralsight/.git/

FETCH_HEAD

0.1 KB

HEAD

0.0 KB

config

0.3 KB

index

0.4 KB

/.../maven-git-for-pluralsight/.git/logs/

HEAD

0.1 KB

/.../maven-git-for-pluralsight/.git/logs/refs/heads/

master

0.1 KB

/.../maven-git-for-pluralsight/.git/logs/refs/remotes/origin/

master

0.1 KB

/.../maven-git-for-pluralsight/

.gitignore

0.0 KB

README.md

0.2 KB

pom.xml

0.6 KB

/.../maven-git-for-pluralsight/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

packed-refs

0.2 KB

/.../sample-git-for-pluralsight/.git/logs/

HEAD

0.1 KB

/.../sample-git-for-pluralsight/.git/logs/refs/heads/

master

0.1 KB

/.../sample-git-for-pluralsight/.git/logs/refs/remotes/origin/

devel

0.1 KB

master

0.1 KB

/.../sample-git-for-pluralsight/

.gitignore

0.0 KB

README.md

0.2 KB

/.../sample-git-for-pluralsight/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

packed-refs

0.2 KB

/.../sample-git-project/.git/logs/

HEAD

3.1 KB

/.../sample-git-project/.git/logs/refs/heads/

devel

0.5 KB

master

1.7 KB

/.../sample-git-project/.git/logs/refs/remotes/origin/

devel

0.1 KB

master

0.3 KB

/.../sample-git-project/

.gitignore

0.0 KB

README.md

0.2 KB

/.../sample-git-project/src/org/paumard/model/

User.java

0.5 KB

/Exercise files/03/

using-git-for-a-java-project-in-eclipse-slides.pdf

329.5 KB

/Exercise files/04/demos/user-db/files/

create.sql

0.1 KB

scrapbook.sql

0.0 KB

user.txt

0.1 KB

/Exercise files/04/demos/user-db/

pom.xml

0.8 KB

/Exercise files/04/demos/user-db/src/main/java/org/paumard/

CreateUser.java

1.0 KB

ReadUser.java

1.0 KB

/Exercise files/04/demos/user-db/src/main/java/org/paumard/model/

User.java

0.5 KB

/Exercise files/05/demos/first-webapp/WebContent/META-INF/

MANIFEST.MF

0.0 KB

/Exercise files/05/demos/maven-webapp/

pom.xml

1.0 KB

/Exercise files/05/demos/maven-webapp/src/main/java/org/paumard/model/

User.java

0.5 KB

/Exercise files/05/demos/maven-webapp/src/main/java/org/paumard/webapp/

UserListServlet.java

1.5 KB

/Exercise files/05/demos/maven-webapp/src/main/webapp/

index.html

0.2 KB

index.jsp

0.5 KB

users-list.jsp

0.6 KB

/Exercise files/05/

setting-up-a-java-ee-project-in-eclipse-with-tomcat-slides.pdf

679.8 KB

/

[CourseClub.NET].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

 

Total files 157


Copyright © 2024 FileMood.com