Book Image

IBM Rational Team Concert 2 Essentials

Book Image

IBM Rational Team Concert 2 Essentials

Overview of this book

Software development is a collaborative effort needing active and timely input and response from all its members. Every day, project managers face ever-increasing pressures to produce high-quality software with increasing constraints. With IBM's Rational Team Concert collaborative software delivery environment, you can tremendously improve the productivity of your entire team through a web-based user-interface, continuous builds, a customizable process with work support, team support, integration and many more features. Written by Suresh Krishna and TC Fenstermaker, experts on Rational Team Concert, this book will help you leverage the full potential of the IBM Rational Team Concert platform to improve your individual and team performance. It follows a realistic case-study example enabling you to learn about Rational Team Concert fundamentals and best practices along the way to efficiently manage your software projects and tackle various software development challenges.Beginning with an in-depth analysis of software development challenges, the book goes on to introduce the Jazz Platform followed by a complete overview of the architecture of Rational Team Concert. After you install Rational Team Concert on WebSphere and learn to configure the server and clients, you will see all the features in relation to Web and Eclipse clients.From Chapter 3 onwards a realistic sample application is constructed to give you a strong grasp of your concepts. As you proceed, you learn source control, the mechanism to create, control, and manage documents, artifacts in a software development lifecycle, followed by different tools that Rational Team Concert offers for effective team and work management. You tackle the various challenges of Team Collaboration by integrated e-mail, instant messaging, events, feeds, and work items, the basic units of the task. You also learn the various aspects of the software development process and release planning along with process templates, which provide the initial process and iteration of your project. Finally, you extend the Rational Team Concert and make use of the Jazz Platform APIs to customize your process to fit your organizational needs.
Table of Contents (20 chapters)
IBM Rational Team Concert 2 Essentials
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Appendix B. Installing the Express-C Edition with the Tomcat Server

 

Simplicity is prerequisite for reliability.

 
 --Edsger W.Dijkstra

In Chapter 2, Installing RTC and WebSphere, you downloaded and installed the Enterprise version of Rational Team Concert, and configured it to use IBM WebSphere. This appendix assumes you have read and are familiar with that procedure, but instead are interested in installing Rational Team Concert Express-C for use with Apache Tomcat. Here, you will see the differences between the setups.

Once we install the server and client, you will do an initial setup and check the basic functionality. Throughout the book, the Rational Team Concert server runs on the built-in Tomcat server, and the Rational Team Concert client is based on Eclipse. Rational Team Concert comes with an example JUnit Project, which can be set up to get used to the different aspects of the system.

Finally, a sample project BookManager is set up in the Rational Team Concert's server. We are assuming that BookManager is already developed and stored in a Subversion source control system, where we will import it into the Rational Team Concert server. This exercise will show you the power of Rational Team Concert in importing existing source code.

You will set up the project in the Rational Team Concert server, access it through the client, and configure it for deployment in Tomcat. We will finish the chapter by looking at BookManager's modules and functionality.