Course Description
Team Foundation Server (TFS) works well with Java and Eclipse. In this course, you'll learn how to configure Eclipse and Team Foundation Server to work together.
Learning Objectives
Setting Up Eclipse
- start the course
- install and configure Eclipse for Java development
- configure client connectivity to Team Foundation Server
- identify how to share projects between Eclipse and TFS
- create Eclipse projects by importing them from TFS
Managing a Java Code Base
- code a Java program and manages source control changes
- create new entries in TFS with modified Java code
- search for and retrieve updated code from source control
- retrieve code from source control and place them in the local file system
- describe how TFS uses versioning to manage your Java code
Using TFS/Java Build Tools
- create ANT build scripts for TFS
- create Maven jobs for TFS
Practice: Designing an Eclipse Solution
- design a TFS/Eclipse Java application