SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
Heterogeneous Development using Rational®
                       Team Concert™
            Eclipse and Rational® Team Concert™
                For Microsoft® Visual Studio™
                             IDE
                         Presenter Sen, sreerupa.sen@in.ibm.com
                            Sreerupa
                            Architect/Developer, RTC for Visual Studio


© 2009 IBM Corporation
IBM Rational Software Conference 2009



Why do we care about heterogeneity?

   The Jazz initiative is composed of three elements:
      An architecture for lifecycle integration
      A portfolio of products designed to put the team first
      A community of stakeholders




                         CRM27
IBM Rational Software Conference 2009



Contents

   What is the Rational® Team Concert™ For Microsoft® Visual Studio™
   IDE?
   A quick tour
   Self-hosting: Real teams, Real insights
   Homogeneity in heterogeneity
      Any resemblance to the RTC Eclipse Client is purely intentional ☺




                         CRM27
IBM Rational Software Conference 2009



Contents

   What is the Rational® Team Concert™ For Microsoft® Visual Studio™
   IDE?
   A quick tour
   Self-hosting: Real teams, Real insights
   Homogeneity in heterogeneity
      Any resemblance to the RTC Eclipse Client is purely intentional ☺




                         CRM27
IBM Rational Software Conference 2009


    What is RTC for Microsoft® Visual Studio™ IDE?
   Team Collaboration for .NET                                    A Visual Studio Client
         Developers                                                    Integration
-A Team Collaboration environment for .NET developers.
                                                               A First Class Integration with Microsoft Visual
-Provide source control, work item tracking, build, process                        Studio
& collaboration services
                                                                     to enhance developer productivity
-leverage and extend the Jazz Platform


                                   Innovative Software Engineering

           Heterogeneity                                                            Vision
-A Common Team Collaboration
Server infrastructure based on Jazz.
                                                              Brings the Jazz vision to .NET developers :
-A Visual Studio Client for .NET
                                                              The value and experience that future Rational
developers
                                                              products can bring to software and systems
-An Eclipse Client for Java                                   delivery teams
developers
-A Web Client for contributors
-Powered by Jazz

                              CRM27
IBM Rational Software Conference 2009



RTC for Microsoft® Visual Studio™ IDE
 Natively implemented in Visual
 Studio
    A first class integration into
    Visual Studio
 An extension of the Visual Studio IDE
    Integrates into Solution Explorer, Options
    pages, Toolbars, Menus, Tool Windows
    Integrates into Visual Studio as a source
    control provider
    Integrates into the Error List View
    Integrated Help
 Supports Visual Studio 2005 and 2008
 Developed using WPF, the latest Microsoft
 UI technology
 The first Jazz client written in C#
 Follows Visual Studio international settings
                          CRM27
IBM Rational Software Conference 2009



Internationalization

   Available in all
   group 1
   languages.




                         CRM27
IBM Rational Software Conference 2009



Installs and Downloads

   Installable via IBM Installation Manager
   Downloadable from jazz.net
                  https://jazz.net/downloads/rational-team-concert/milestones/2.0.0.1M1
                  2.0, 1.0.1.1, integration builds, betas…




                         CRM27
IBM Rational Software Conference 2009


Focus
   Caters to teams developing in .NET
   Currently provides
      SCM integration with VS.NET artifacts
      Work Items integration
      Build Integration
   Emphasis on Developer use cases
   Supports heterogeneous teams in conjunction with RTC Eclipse




                                                                  9
                          CRM27
IBM Rational Software Conference 2009



Contents

   What is the Rational® Team Concert™ For Microsoft® Visual Studio™
   IDE?
   A quick tour
   Self-hosting: Real teams, Real insights
   Homogeneity in heterogeneity
      Any resemblance to the RTC Eclipse Client is purely intentional ☺




                         CRM27
IBM Rational Software Conference 2009

RTC Visual Studio™ at a glance

       Visual Studio IDE extended with Jazz/RTC
       capabilities for
                 Artifacts management
                      Repository connections,
                      Project areas, streams,
                      workspaces, components
                 Work items management
                 Build management




                                                               Source control management




                      Repository search
                            Change sets, components, streams
                            and workspaces, snapshots




                            CRM27
IBM Rational Software Conference 2009

RTC Visual Studio™ at a glance




                         CRM27
IBM Rational Software Conference 2009



Getting initiated is a breeze…
When your team lead adds you to a team, you get an email.




                                                                All you need to do is to
                                                            paste the contents of the mail
                                                            into the Accept Team Invitation
                                                            dialog box.




                         CRM27
IBM Rational Software Conference 2009



Activating Jazz Source Control

   Once you choose Jazz as your source
   control provider
      A Source Control node will appear under
      each project area that you’ve connected to
      Expanding Source Control will show you
      your team’s streams and components
      My Repository Workspaces will be
      populated with any existing repository
      workspaces that you may have.




                          CRM27
IBM Rational Software Conference 2009



Exploring your Repository : Team Artifacts

 The Team Artifacts Tool Window is your
 window into the jazz repository
 Use the Team Artifacts Window to
    Connect to Project Areas
    Create and manage
         Streams
         Components
         Workspaces
         Snapshots
         Work Items
         Queries
         Build Requests
         Plans
         Feeds



                          CRM27
IBM Rational Software Conference 2009



Sharing a solution
    To start checking in your sources to the repository, you need to share your
    solution
    A solution is shared into a Jazz component
       The Microsoft recommended way is to have the physical file layout follow the
       solution structure
            The solution file sits is in a root folder
            The projects are in sub-folders




                            CRM27
IBM Rational Software Conference 2009



Organizing your source code

   We support and recommend the best practices outlined by Microsoft team
   development literature
      http://msdn.microsoft.com/en-us/library/ms998208.aspx
   Use a single jazz component/solution in simple cases
      Does not scale well
      Project dependencies result in frequent rebuilds of multiple projects event for minor
      changes
   Use a partitioned solution approach for scalable component based development




                         CRM27
IBM Rational Software Conference 2009



Multi-component development with Partitioned
Solutions
   Each component corresponds to a solution.
      A project may be included in multiple solutions
      A project is created in it’s “home” solution
      And referenced by dependent components/projects in other solutions, via project
      references.
   Separate solution files let you work in smaller sub-systems fairly independently.
      Each sub-system corresponds to a jazz component.
        Scalable
      Rebuilds less frequently
   Having project references ensures that you always have the latest sources for
   components you depend on.
   You can have a master solution for system-wide builds.
   We followed the partitioned solution approach for the RTC Client for
   Microsoft Visual Studio.
                         CRM27
IBM Rational Software Conference 2009



Keeping in sync: Pending Changes
   Your window to your team’s source code changes
   Lets you check in, deliver, suspend, resume, discard, reverse
   change sets
      Resolve merge conflicts
      Create snapshots and baselines
      Lock/unlock source files
      Filter change sets




                           CRM27
IBM Rational Software Conference 2009



Managing your Tasks and Defects: Work Items

   Create/run queries to
   find out what’s
   assigned to you.
   Create new work
   items and queries.
   Update/Bulk-edit
   existing work items
   Have active
   discussions with the
   rest of your team.




                          CRM27
IBM Rational Software Conference 2009



Building your projects/solutions

   Visual Studio developer
   can access Jazz Builds
   from within the IDE
   Developers can
      Request Builds
      Request Personal
      Builds
      Monitor Build Activity
      See Details of
      Individual Build and
      download associated
      artifacts
      Create a repository
      workspace or stream
      from a given build




                          CRM27
IBM Rational Software Conference 2009



Staying Current with Feeds

•   Create feeds for
      – work items,
        queries
      – builds, build
        definitions
      – team events
•   A consolidated
    view of events in
    your team
    area/project area
•   Feeds refresh
    automatically
•   You can customize
    feeds by filtering


                         CRM27
IBM Rational Software Conference 2009



Agile Planning

•   Visual Studio users
    can now
      – Access project plans
        from within the IDE
      – Create/update plans




                         CRM27
IBM Rational Software Conference 2009



Contents

   What is the Rational® Team Concert™ For Microsoft® Visual Studio™
   IDE?
   A quick tour
   Self-hosting: Real teams, Real insights
   Homogeneity in heterogeneity
      Any resemblance to the RTC Eclipse Client is purely intentional ☺




                         CRM27
IBM Rational Software Conference 2009



Self-hosting in RTC for Microsoft® Visual Studio™ IDE

   We started with
      A plain vanilla Visual Studio IDE for development and
      The RTC Eclipse Client for our Jazz Needs
   As we integrated SCM, Work Items, Builds into Visual Studio we went to the
   Eclipse Client less and less
   We’ve been self-hosting in the RTC client in Visual Studio since October 2008
   Real teams, Real Insights, Real Results!




                         CRM27
IBM Rational Software Conference 2009



Self-hosting (contd.)

   At the completion of each iteration, we self-
   host.                                           Develop   Build/Test
   Our continuous and integration builds are
   Jazz builds
   We’ve integrated our builds with                      Self-
   Microsoft’s unit testing framework                    Host
      Each build runs through all the unit tests
   We follow the develop-build-test-selfhost-
   develop cycle




                          CRM27
IBM Rational Software Conference 2009



Real teams, Real Insights

   As we developed using the RTC Client for Visual Studio, we added features
      Based on our self-hosting experiences
      Improving the user experience for the Visual Studio developer




                         CRM27
IBM Rational Software Conference 2009



When we faced the music…

   Visual studio specific processing for SCM operations
      Warnings for incomplete change set check-ins, to avoid build breaks
        For example if you’re checking in a new file, but forgot the associated project
      Automatic reloading of multiple project files while accepting changes from other users
      Filtering in Pending Changes: searching for specific files in your change sets or the
      change sets of your team
      Project can be part of multiple solutions, but physically associated with one.
        We let you share it from any location and also detect and warn you about it.




                         CRM27
IBM Rational Software Conference 2009



And…

   Background execution of long repository operations
      enabling you to continue your work in Visual Studio in the meantime
   Support for code refactoring
      Renaming a file preserves its history in the repository
      Moving file(s) within a project preserves history as well
      Moving top level folders across components preserves history
   Support for compare/merge
      Automatic merge in most cases
      UI-aided conflict resolutions
   Integrating Pending Changes with the Error List




                         CRM27
IBM Rational Software Conference 2009



Contents

   What is the Rational® Team Concert™ For Microsoft® Visual Studio™
   IDE?
   A quick tour
   Self-hosting: Real teams, Real insights
   Homogeneity in heterogeneity
      Any resemblance to the RTC Eclipse Client is purely intentional ☺




                         CRM27
IBM Rational Software Conference 2009



Teams not restricted to

   Single Physical location
   Single Operating System
   Single Platform
   Single IDE
   Single Programming language




                         CRM27
IBM Rational Software Conference 2009



Homogeneity in Heterogeneous Teams

   One repository for all
   your artifacts
   Which means you share
      Same Project and
      Team
      Same Dashboard




                            CRM27
IBM Rational Software Conference 2009


Homogeneity in Heterogeneous Teams

      Same Process
      Same Builds Infrastructure
      Same Work Items and related information
           Discussions
           Builds
           Approvals
           Attached change sets




                         CRM27
IBM Rational Software Conference 2009



Our commitment

   People will work in the area of technology best suited to the requirements…


… rather than being restricted by their infrastructure.


   RTC clients will preserve the flavor of your favorite IDE
      They are non-intrusive.
      They’re natively implemented for Eclipse and for Microsoft Visual Studio.
      They are first class integrations into the IDEs that they extend.


   Barring environment specific needs, the over all look and feel will be
   homogeneous across RTC clients in different IDEs
      Should you switch from one IDE to the other, you will not get lost



                         CRM27
IBM Rational Software Conference 2009



Take Our Survey!

   First Impressions of RTC for Visual Studio

      https://www.ibm.com/survey/oid/wsb.dll/s/ag246




                         CRM27
IBM Rational Software Conference 2009



The demo scenario

   Echo Server
      Server is in Java
      Client is in C#


   Like any project
      Defects move across components
      There are lots of discussions between team members
      The same process holds: same approval rules, same delivery rules, same permissions…




                          CRM27
IBM Rational Software Conference 2009




                         CRM27
IBM Rational Software Conference 2009




                         CRM27
IBM Rational Software Conference 2009




© Copyright IBM Corporation 2009. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind,
express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have
the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM
software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities
referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature
availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines
Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others.


                                                   CRM27
IBM Rational Software Conference 2009




                         CRM27
IBM Rational Software Conference 2009

                                     Jazz and Rational Team Concert
 Jazz is a technology platform
 Jazz is the foundation of the collaborative application lifecycle
 management (C/ALM) system
                                                                                    Rational Team Concert the first Jazz based product
 Jazz is a scalable, extensible team-collaboration platform that integrates tasks
 across the software lifecycle. The platform also provides useful building blocks     A collaborative software development environment
 and frameworks that facilitate the development of new products and tools. This
 unprecedented approach is unique within the industry and has significant              Rational Team Concert enables developers to collaborate
 advantages.                                                                        together using
                                                                                                 Integrated Planning

                                                                                                 Source Control
                                                                                                 Work Items
                                                                                                 Build

                                                                                                 Dashboards
                                                                                                 Reports
                                                                                                 Process Support

                                                                                      Native Clients in Eclipse and Visual Studio .NET.
                                                                                      Web UI support based on Web2.0




                                         CRM27
IBM Rational Software Conference 2009



Teams of teams

  This simple model allows scaling to teams of teams.
  Provides isolation when needed at both the individual and team level.




                         CRM27
IBM Rational Software Conference 2009



Summary

  The Jazz SCM is entirely change set based. There is no file level branching or
  tagging.
  Focuses on user level simplification with the added power of parallel development.
  Conscious effort to never use the word branch in the UI. People are afraid of
  branches, but want isolation and the features they provide




                         CRM27
IBM Rational Software Conference 2009



Parallel Development

  The model supports several levels of isolation
     Repository workspaces – Provides constant isolation. You don't have to make your
     changes visible to the team just to backup or use the repository features.

     Suspend and Resume – Provides task level isolation for personal work.

     Work Item links – Provides light weight task level isolation for personal of team work. Work
     on a feature, attach to a work item and discard from your workspace. You or someone else
     continues the work by accepting the change sets back into their repository workspace.

     Streams – Provides team isolation.

     TimeLines – Provides process isolation.



   Isolate work not people. Encourage transparent planning and flexible isolation.

                         CRM27
IBM Rational Software Conference 2009



It's not just about SCM

  There is much more to product level parallel development then patching the code.
  Team level productivity and turn around time for delivering fixes is impacted by the
  tooling of the entire process.
  Consider the number of tasks involved in patching a release that aren't related to
  SCM, but are tooled in Rational Team Concert.
                                 Project area has
       Patch 1.0                                                                                                            Associate the stream
                                 a list of releases                Build has a link to             Create a new stream
    with critical bug                                                                                                      with a new maintenance
                             linked to the associated               the 1.0 snapshot.               from the snapshot.
          fixes                                                                                                                     team.
                                       builds



   Ensure that all change sets                  Start a new build for the                Create a plan for the new patch
                                                                                                                             Declare the build green with
  delivered to the maintenance               patch stream. Clone integration             release outlining the candidate
                                                                                                                             team lead and QA approvals.
     stream have approvals.                 build but build from new stream.                          fixes.



                                 Promote the build and snapshot as
                                                                                    Put the build on the website
                                  release 1.1. Work items can now
                                                                                    for customers to download.
                                    be created against this release.




                                           CRM27
IBM Rational Software Conference 2009



How the Jazz team works
                                     RC2 Stabilization Stream


                                                    RC2
 Weekly Integration Stream
 (Product Builds)



 Continuous Integration Stream
 (Product Builds)
                                                                     deliver and accept
                                                                     baselines

  Team Stream
  (Team Builds)
                                                                     deliver and accept
                                                                     change sets
                                                                                           good build
  Repository Workspace                                                                     failed build
  (Private Builds)                                  suspend/resume                        deliver/accept

  Each build references a snapshot of the artifacts that were built. Reproducing a build
  or patching a build is as simple as creating a new stream from the snapshot. There
  is no planning needed to tag or baseline, builds take care of that for us.
  Developers deal mainly with accepting and delivering to their team stream. Flowing
  changes to and from the integration streams is the responsibility of one person on
  each team.

                                 CRM27
IBM Rational Software Conference 2009

                               Coming Soon: Feeds




                         CRM27

Contenu connexe

Tendances

Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Oguzhan Ozavar
 
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps IBM UrbanCode Products
 
Visual studio developer tools v1.25c
Visual studio developer tools v1.25cVisual studio developer tools v1.25c
Visual studio developer tools v1.25cBreinSoft54
 
3 rad extensibility-srilakshmi_s_rajesh_k
3 rad extensibility-srilakshmi_s_rajesh_k3 rad extensibility-srilakshmi_s_rajesh_k
3 rad extensibility-srilakshmi_s_rajesh_kIBM
 
Improve your Developer Experiece using the WAS Liberty Profile with JRebel
Improve your Developer Experiece using the WAS Liberty Profile with JRebel Improve your Developer Experiece using the WAS Liberty Profile with JRebel
Improve your Developer Experiece using the WAS Liberty Profile with JRebel Anton Arhipov
 
5 rqm gdd-sharmila-ramesh
5 rqm gdd-sharmila-ramesh5 rqm gdd-sharmila-ramesh
5 rqm gdd-sharmila-rameshIBM
 
Distributed Software Development with Scrum and Social Coding
Distributed Software Development with Scrum and Social Coding Distributed Software Development with Scrum and Social Coding
Distributed Software Development with Scrum and Social Coding Intland Software GmbH
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team buildBill Duncan
 
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!goodfriday
 
XebiaLabs deployment automation brochure
XebiaLabs deployment automation brochureXebiaLabs deployment automation brochure
XebiaLabs deployment automation brochureguestea92ba
 
Vsx5 getting started_guide_en
Vsx5 getting started_guide_enVsx5 getting started_guide_en
Vsx5 getting started_guide_enGeraldo Camargo
 
Establishing a service factory
Establishing a service factoryEstablishing a service factory
Establishing a service factorydavemayo
 
Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402Rosalind Radcliffe
 
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...Intland Software GmbH
 
Planning with timeline
Planning with timelinePlanning with timeline
Planning with timelineOleg Seriaga
 
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
RTC/CLM 5.0 Adoption Paths: Deploying in 16 StepsStéphane Leroy
 
2012 student track - vs2010
2012   student track - vs20102012   student track - vs2010
2012 student track - vs2010Tim Mahy
 
Automated Testing for CA Plex and 2E
Automated Testing for CA Plex and 2EAutomated Testing for CA Plex and 2E
Automated Testing for CA Plex and 2ECM First Group
 

Tendances (19)

Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012Avea Release Management IBM Innovate 2012
Avea Release Management IBM Innovate 2012
 
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
Mobile to mainframe - The Challenges and Best Practices of Enterprise DevOps
 
Visual studio developer tools v1.25c
Visual studio developer tools v1.25cVisual studio developer tools v1.25c
Visual studio developer tools v1.25c
 
3 rad extensibility-srilakshmi_s_rajesh_k
3 rad extensibility-srilakshmi_s_rajesh_k3 rad extensibility-srilakshmi_s_rajesh_k
3 rad extensibility-srilakshmi_s_rajesh_k
 
Improve your Developer Experiece using the WAS Liberty Profile with JRebel
Improve your Developer Experiece using the WAS Liberty Profile with JRebel Improve your Developer Experiece using the WAS Liberty Profile with JRebel
Improve your Developer Experiece using the WAS Liberty Profile with JRebel
 
5 rqm gdd-sharmila-ramesh
5 rqm gdd-sharmila-ramesh5 rqm gdd-sharmila-ramesh
5 rqm gdd-sharmila-ramesh
 
Distributed Software Development with Scrum and Social Coding
Distributed Software Development with Scrum and Social Coding Distributed Software Development with Scrum and Social Coding
Distributed Software Development with Scrum and Social Coding
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team build
 
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!
Build Applications on the Microsoft Platform Using Eclipse, Java, Ruby and PHP!
 
XebiaLabs deployment automation brochure
XebiaLabs deployment automation brochureXebiaLabs deployment automation brochure
XebiaLabs deployment automation brochure
 
Vsx5 getting started_guide_en
Vsx5 getting started_guide_enVsx5 getting started_guide_en
Vsx5 getting started_guide_en
 
Establishing a service factory
Establishing a service factoryEstablishing a service factory
Establishing a service factory
 
Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402Dev ops for mainframe innovate session 2402
Dev ops for mainframe innovate session 2402
 
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...
Verteilte SoftwareEntwicklung 2011 - von klassischen Modellen bis Scrum und S...
 
Objectif cloud
Objectif cloudObjectif cloud
Objectif cloud
 
Planning with timeline
Planning with timelinePlanning with timeline
Planning with timeline
 
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
RTC/CLM 5.0 Adoption Paths: Deploying in 16 Steps
 
2012 student track - vs2010
2012   student track - vs20102012   student track - vs2010
2012 student track - vs2010
 
Automated Testing for CA Plex and 2E
Automated Testing for CA Plex and 2EAutomated Testing for CA Plex and 2E
Automated Testing for CA Plex and 2E
 

Similaire à Heterogeneous Development using Rational Team Concert

Rhapsody reverseengineering
Rhapsody reverseengineeringRhapsody reverseengineering
Rhapsody reverseengineeringScott Althouse
 
Design Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better DesignDesign Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better DesignRoger Snook
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...ghodgkinson
 
Top 10 Trending Tools To Supercharge Productivity of Software Engineers
Top 10 Trending Tools To Supercharge Productivity of Software EngineersTop 10 Trending Tools To Supercharge Productivity of Software Engineers
Top 10 Trending Tools To Supercharge Productivity of Software EngineersRock Interview
 
What's New in Rational Software for POWER Systems
What's New in Rational Software for POWER SystemsWhat's New in Rational Software for POWER Systems
What's New in Rational Software for POWER SystemsStrongback Consulting
 
Flash Catalyst at Flex Camp Orange County
Flash Catalyst at Flex Camp Orange CountyFlash Catalyst at Flex Camp Orange County
Flash Catalyst at Flex Camp Orange CountyJuan Sanchez
 
IBM Innovate 2011- What every System i Developer Needs to Know
IBM Innovate 2011- What every System i Developer Needs to KnowIBM Innovate 2011- What every System i Developer Needs to Know
IBM Innovate 2011- What every System i Developer Needs to KnowStrongback Consulting
 
Ibm rational-eclipse-demo camp-2012-06
Ibm rational-eclipse-demo camp-2012-06Ibm rational-eclipse-demo camp-2012-06
Ibm rational-eclipse-demo camp-2012-06kowost
 
A Software Factory Integrating Rational Team Concert and WebSphere tools
A Software Factory Integrating Rational Team Concert and WebSphere toolsA Software Factory Integrating Rational Team Concert and WebSphere tools
A Software Factory Integrating Rational Team Concert and WebSphere toolsProlifics
 
Rational Team Concertfor Power Customer Presentation02 09 10
Rational Team Concertfor Power Customer Presentation02 09 10Rational Team Concertfor Power Customer Presentation02 09 10
Rational Team Concertfor Power Customer Presentation02 09 10Strongback Consulting
 
Visual Studio 2008 Overview
Visual Studio 2008 OverviewVisual Studio 2008 Overview
Visual Studio 2008 OverviewRoman Okolovich
 
Software Delivery in the Web 2.0 Style
Software Delivery in the Web 2.0 StyleSoftware Delivery in the Web 2.0 Style
Software Delivery in the Web 2.0 StyleAlan Kan
 
Microsoft SQL Server 2008 Multi-Server Management
Microsoft SQL Server 2008 Multi-Server ManagementMicrosoft SQL Server 2008 Multi-Server Management
Microsoft SQL Server 2008 Multi-Server ManagementMark Ginnebaugh
 
Innovating the Software Development Process at Cadence Design Systems
Innovating the Software Development Process at Cadence Design SystemsInnovating the Software Development Process at Cadence Design Systems
Innovating the Software Development Process at Cadence Design SystemsRahul Razdan
 
Web Hosting for Web Designers and Developers
Web Hosting for Web Designers and DevelopersWeb Hosting for Web Designers and Developers
Web Hosting for Web Designers and Developersgoodfriday
 
Creativity Day Milano 27 Febbraio Milano
Creativity Day Milano 27 Febbraio MilanoCreativity Day Milano 27 Febbraio Milano
Creativity Day Milano 27 Febbraio Milanoroberto.design
 
Visual Studio Team Services を使った Serverless のための継続的デリバリ
Visual Studio Team Services を使った Serverless のための継続的デリバリVisual Studio Team Services を使った Serverless のための継続的デリバリ
Visual Studio Team Services を使った Serverless のための継続的デリバリTsuyoshi Ushio
 

Similaire à Heterogeneous Development using Rational Team Concert (20)

Rhapsody reverseengineering
Rhapsody reverseengineeringRhapsody reverseengineering
Rhapsody reverseengineering
 
Design Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better DesignDesign Management with RSA 8.5: Effective Collaboration for Better Design
Design Management with RSA 8.5: Effective Collaboration for Better Design
 
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...Software Factories in the Real World: How an IBM WebSphere Integration Factor...
Software Factories in the Real World: How an IBM WebSphere Integration Factor...
 
Top 10 Trending Tools To Supercharge Productivity of Software Engineers
Top 10 Trending Tools To Supercharge Productivity of Software EngineersTop 10 Trending Tools To Supercharge Productivity of Software Engineers
Top 10 Trending Tools To Supercharge Productivity of Software Engineers
 
What's New in Rational Software for POWER Systems
What's New in Rational Software for POWER SystemsWhat's New in Rational Software for POWER Systems
What's New in Rational Software for POWER Systems
 
Flash Catalyst at Flex Camp Orange County
Flash Catalyst at Flex Camp Orange CountyFlash Catalyst at Flex Camp Orange County
Flash Catalyst at Flex Camp Orange County
 
IBM Innovate 2011- What every System i Developer Needs to Know
IBM Innovate 2011- What every System i Developer Needs to KnowIBM Innovate 2011- What every System i Developer Needs to Know
IBM Innovate 2011- What every System i Developer Needs to Know
 
Ibm rational-eclipse-demo camp-2012-06
Ibm rational-eclipse-demo camp-2012-06Ibm rational-eclipse-demo camp-2012-06
Ibm rational-eclipse-demo camp-2012-06
 
A Software Factory Integrating Rational Team Concert and WebSphere tools
A Software Factory Integrating Rational Team Concert and WebSphere toolsA Software Factory Integrating Rational Team Concert and WebSphere tools
A Software Factory Integrating Rational Team Concert and WebSphere tools
 
Rational Team Concertfor Power Customer Presentation02 09 10
Rational Team Concertfor Power Customer Presentation02 09 10Rational Team Concertfor Power Customer Presentation02 09 10
Rational Team Concertfor Power Customer Presentation02 09 10
 
Visual Studio 2008 Overview
Visual Studio 2008 OverviewVisual Studio 2008 Overview
Visual Studio 2008 Overview
 
Software Delivery in the Web 2.0 Style
Software Delivery in the Web 2.0 StyleSoftware Delivery in the Web 2.0 Style
Software Delivery in the Web 2.0 Style
 
Microsoft SQL Server 2008 Multi-Server Management
Microsoft SQL Server 2008 Multi-Server ManagementMicrosoft SQL Server 2008 Multi-Server Management
Microsoft SQL Server 2008 Multi-Server Management
 
Vsts intro
Vsts introVsts intro
Vsts intro
 
Innovating the Software Development Process at Cadence Design Systems
Innovating the Software Development Process at Cadence Design SystemsInnovating the Software Development Process at Cadence Design Systems
Innovating the Software Development Process at Cadence Design Systems
 
Web Hosting for Web Designers and Developers
Web Hosting for Web Designers and DevelopersWeb Hosting for Web Designers and Developers
Web Hosting for Web Designers and Developers
 
Visual studio 2019 launch
Visual studio 2019 launch Visual studio 2019 launch
Visual studio 2019 launch
 
Creativity Day Milano 27 Febbraio Milano
Creativity Day Milano 27 Febbraio MilanoCreativity Day Milano 27 Febbraio Milano
Creativity Day Milano 27 Febbraio Milano
 
Visual Studio Team Services を使った Serverless のための継続的デリバリ
Visual Studio Team Services を使った Serverless のための継続的デリバリVisual Studio Team Services を使った Serverless のための継続的デリバリ
Visual Studio Team Services を使った Serverless のための継続的デリバリ
 
Introduction to Programming Lesson 01
Introduction to Programming Lesson 01Introduction to Programming Lesson 01
Introduction to Programming Lesson 01
 

Plus de Roopa Nadkarni

New integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean InnesNew integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean InnesRoopa Nadkarni
 
Best practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilBest practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilRoopa Nadkarni
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanuRoopa Nadkarni
 
web 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwickweb 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwickRoopa Nadkarni
 
Solving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holtSolving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holtRoopa Nadkarni
 
RQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumarRQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumarRoopa Nadkarni
 
Req Pro - Andreas gschwind
Req Pro - Andreas gschwindReq Pro - Andreas gschwind
Req Pro - Andreas gschwindRoopa Nadkarni
 
Extending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldtExtending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldtRoopa Nadkarni
 
EM overview- - Hayden lindsey
EM overview- - Hayden lindseyEM overview- - Hayden lindsey
EM overview- - Hayden lindseyRoopa Nadkarni
 
Application security vision - John b
Application security vision - John bApplication security vision - John b
Application security vision - John bRoopa Nadkarni
 
Smarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj ChandraSmarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj ChandraRoopa Nadkarni
 
Real Insights Real Results - Steve Robinson
Real Insights Real Results - Steve RobinsonReal Insights Real Results - Steve Robinson
Real Insights Real Results - Steve RobinsonRoopa Nadkarni
 
Overcoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O RourkeOvercoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O RourkeRoopa Nadkarni
 
Opportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve RobinsonOpportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve RobinsonRoopa Nadkarni
 
How To Make It Real - Hayden Lindsey
How To Make It Real - Hayden LindseyHow To Make It Real - Hayden Lindsey
How To Make It Real - Hayden LindseyRoopa Nadkarni
 
Achieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin NallyAchieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin NallyRoopa Nadkarni
 

Plus de Roopa Nadkarni (20)

Agile - Monojit basu
Agile - Monojit basuAgile - Monojit basu
Agile - Monojit basu
 
New integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean InnesNew integrations for synergy and change - Sean Innes
New integrations for synergy and change - Sean Innes
 
Best practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilBest practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini Patil
 
Agile - Monojit Basu
Agile - Monojit BasuAgile - Monojit Basu
Agile - Monojit Basu
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanu
 
web 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwickweb 2. 0 performance testing - Dave chadwick
web 2. 0 performance testing - Dave chadwick
 
Solving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holtSolving the enterprise security challenge - Derek holt
Solving the enterprise security challenge - Derek holt
 
RTF - Prasad bhatt
RTF - Prasad bhattRTF - Prasad bhatt
RTF - Prasad bhatt
 
RQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumarRQM in scrum agile testing - Raj kumar
RQM in scrum agile testing - Raj kumar
 
Req Pro - Andreas gschwind
Req Pro - Andreas gschwindReq Pro - Andreas gschwind
Req Pro - Andreas gschwind
 
RFT - Ashish Mathur
RFT - Ashish MathurRFT - Ashish Mathur
RFT - Ashish Mathur
 
Extending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldtExtending Rhapsody -Rick boldt
Extending Rhapsody -Rick boldt
 
EM overview- - Hayden lindsey
EM overview- - Hayden lindseyEM overview- - Hayden lindsey
EM overview- - Hayden lindsey
 
Application security vision - John b
Application security vision - John bApplication security vision - John b
Application security vision - John b
 
Smarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj ChandraSmarter Products For A Smarter PLanet - Neeraj Chandra
Smarter Products For A Smarter PLanet - Neeraj Chandra
 
Real Insights Real Results - Steve Robinson
Real Insights Real Results - Steve RobinsonReal Insights Real Results - Steve Robinson
Real Insights Real Results - Steve Robinson
 
Overcoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O RourkeOvercoming Contradictions - Mike O Rourke
Overcoming Contradictions - Mike O Rourke
 
Opportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve RobinsonOpportunities In Challenging Times - Steve Robinson
Opportunities In Challenging Times - Steve Robinson
 
How To Make It Real - Hayden Lindsey
How To Make It Real - Hayden LindseyHow To Make It Real - Hayden Lindsey
How To Make It Real - Hayden Lindsey
 
Achieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin NallyAchieving Agility At Scale - Martin Nally
Achieving Agility At Scale - Martin Nally
 

Dernier

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

Heterogeneous Development using Rational Team Concert

  • 1. Heterogeneous Development using Rational® Team Concert™ Eclipse and Rational® Team Concert™ For Microsoft® Visual Studio™ IDE Presenter Sen, sreerupa.sen@in.ibm.com Sreerupa Architect/Developer, RTC for Visual Studio © 2009 IBM Corporation
  • 2. IBM Rational Software Conference 2009 Why do we care about heterogeneity? The Jazz initiative is composed of three elements: An architecture for lifecycle integration A portfolio of products designed to put the team first A community of stakeholders CRM27
  • 3. IBM Rational Software Conference 2009 Contents What is the Rational® Team Concert™ For Microsoft® Visual Studio™ IDE? A quick tour Self-hosting: Real teams, Real insights Homogeneity in heterogeneity Any resemblance to the RTC Eclipse Client is purely intentional ☺ CRM27
  • 4. IBM Rational Software Conference 2009 Contents What is the Rational® Team Concert™ For Microsoft® Visual Studio™ IDE? A quick tour Self-hosting: Real teams, Real insights Homogeneity in heterogeneity Any resemblance to the RTC Eclipse Client is purely intentional ☺ CRM27
  • 5. IBM Rational Software Conference 2009 What is RTC for Microsoft® Visual Studio™ IDE? Team Collaboration for .NET A Visual Studio Client Developers Integration -A Team Collaboration environment for .NET developers. A First Class Integration with Microsoft Visual -Provide source control, work item tracking, build, process Studio & collaboration services to enhance developer productivity -leverage and extend the Jazz Platform Innovative Software Engineering Heterogeneity Vision -A Common Team Collaboration Server infrastructure based on Jazz. Brings the Jazz vision to .NET developers : -A Visual Studio Client for .NET The value and experience that future Rational developers products can bring to software and systems -An Eclipse Client for Java delivery teams developers -A Web Client for contributors -Powered by Jazz CRM27
  • 6. IBM Rational Software Conference 2009 RTC for Microsoft® Visual Studio™ IDE Natively implemented in Visual Studio A first class integration into Visual Studio An extension of the Visual Studio IDE Integrates into Solution Explorer, Options pages, Toolbars, Menus, Tool Windows Integrates into Visual Studio as a source control provider Integrates into the Error List View Integrated Help Supports Visual Studio 2005 and 2008 Developed using WPF, the latest Microsoft UI technology The first Jazz client written in C# Follows Visual Studio international settings CRM27
  • 7. IBM Rational Software Conference 2009 Internationalization Available in all group 1 languages. CRM27
  • 8. IBM Rational Software Conference 2009 Installs and Downloads Installable via IBM Installation Manager Downloadable from jazz.net https://jazz.net/downloads/rational-team-concert/milestones/2.0.0.1M1 2.0, 1.0.1.1, integration builds, betas… CRM27
  • 9. IBM Rational Software Conference 2009 Focus Caters to teams developing in .NET Currently provides SCM integration with VS.NET artifacts Work Items integration Build Integration Emphasis on Developer use cases Supports heterogeneous teams in conjunction with RTC Eclipse 9 CRM27
  • 10. IBM Rational Software Conference 2009 Contents What is the Rational® Team Concert™ For Microsoft® Visual Studio™ IDE? A quick tour Self-hosting: Real teams, Real insights Homogeneity in heterogeneity Any resemblance to the RTC Eclipse Client is purely intentional ☺ CRM27
  • 11. IBM Rational Software Conference 2009 RTC Visual Studio™ at a glance Visual Studio IDE extended with Jazz/RTC capabilities for Artifacts management Repository connections, Project areas, streams, workspaces, components Work items management Build management Source control management Repository search Change sets, components, streams and workspaces, snapshots CRM27
  • 12. IBM Rational Software Conference 2009 RTC Visual Studio™ at a glance CRM27
  • 13. IBM Rational Software Conference 2009 Getting initiated is a breeze… When your team lead adds you to a team, you get an email. All you need to do is to paste the contents of the mail into the Accept Team Invitation dialog box. CRM27
  • 14. IBM Rational Software Conference 2009 Activating Jazz Source Control Once you choose Jazz as your source control provider A Source Control node will appear under each project area that you’ve connected to Expanding Source Control will show you your team’s streams and components My Repository Workspaces will be populated with any existing repository workspaces that you may have. CRM27
  • 15. IBM Rational Software Conference 2009 Exploring your Repository : Team Artifacts The Team Artifacts Tool Window is your window into the jazz repository Use the Team Artifacts Window to Connect to Project Areas Create and manage Streams Components Workspaces Snapshots Work Items Queries Build Requests Plans Feeds CRM27
  • 16. IBM Rational Software Conference 2009 Sharing a solution To start checking in your sources to the repository, you need to share your solution A solution is shared into a Jazz component The Microsoft recommended way is to have the physical file layout follow the solution structure The solution file sits is in a root folder The projects are in sub-folders CRM27
  • 17. IBM Rational Software Conference 2009 Organizing your source code We support and recommend the best practices outlined by Microsoft team development literature http://msdn.microsoft.com/en-us/library/ms998208.aspx Use a single jazz component/solution in simple cases Does not scale well Project dependencies result in frequent rebuilds of multiple projects event for minor changes Use a partitioned solution approach for scalable component based development CRM27
  • 18. IBM Rational Software Conference 2009 Multi-component development with Partitioned Solutions Each component corresponds to a solution. A project may be included in multiple solutions A project is created in it’s “home” solution And referenced by dependent components/projects in other solutions, via project references. Separate solution files let you work in smaller sub-systems fairly independently. Each sub-system corresponds to a jazz component. Scalable Rebuilds less frequently Having project references ensures that you always have the latest sources for components you depend on. You can have a master solution for system-wide builds. We followed the partitioned solution approach for the RTC Client for Microsoft Visual Studio. CRM27
  • 19. IBM Rational Software Conference 2009 Keeping in sync: Pending Changes Your window to your team’s source code changes Lets you check in, deliver, suspend, resume, discard, reverse change sets Resolve merge conflicts Create snapshots and baselines Lock/unlock source files Filter change sets CRM27
  • 20. IBM Rational Software Conference 2009 Managing your Tasks and Defects: Work Items Create/run queries to find out what’s assigned to you. Create new work items and queries. Update/Bulk-edit existing work items Have active discussions with the rest of your team. CRM27
  • 21. IBM Rational Software Conference 2009 Building your projects/solutions Visual Studio developer can access Jazz Builds from within the IDE Developers can Request Builds Request Personal Builds Monitor Build Activity See Details of Individual Build and download associated artifacts Create a repository workspace or stream from a given build CRM27
  • 22. IBM Rational Software Conference 2009 Staying Current with Feeds • Create feeds for – work items, queries – builds, build definitions – team events • A consolidated view of events in your team area/project area • Feeds refresh automatically • You can customize feeds by filtering CRM27
  • 23. IBM Rational Software Conference 2009 Agile Planning • Visual Studio users can now – Access project plans from within the IDE – Create/update plans CRM27
  • 24. IBM Rational Software Conference 2009 Contents What is the Rational® Team Concert™ For Microsoft® Visual Studio™ IDE? A quick tour Self-hosting: Real teams, Real insights Homogeneity in heterogeneity Any resemblance to the RTC Eclipse Client is purely intentional ☺ CRM27
  • 25. IBM Rational Software Conference 2009 Self-hosting in RTC for Microsoft® Visual Studio™ IDE We started with A plain vanilla Visual Studio IDE for development and The RTC Eclipse Client for our Jazz Needs As we integrated SCM, Work Items, Builds into Visual Studio we went to the Eclipse Client less and less We’ve been self-hosting in the RTC client in Visual Studio since October 2008 Real teams, Real Insights, Real Results! CRM27
  • 26. IBM Rational Software Conference 2009 Self-hosting (contd.) At the completion of each iteration, we self- host. Develop Build/Test Our continuous and integration builds are Jazz builds We’ve integrated our builds with Self- Microsoft’s unit testing framework Host Each build runs through all the unit tests We follow the develop-build-test-selfhost- develop cycle CRM27
  • 27. IBM Rational Software Conference 2009 Real teams, Real Insights As we developed using the RTC Client for Visual Studio, we added features Based on our self-hosting experiences Improving the user experience for the Visual Studio developer CRM27
  • 28. IBM Rational Software Conference 2009 When we faced the music… Visual studio specific processing for SCM operations Warnings for incomplete change set check-ins, to avoid build breaks For example if you’re checking in a new file, but forgot the associated project Automatic reloading of multiple project files while accepting changes from other users Filtering in Pending Changes: searching for specific files in your change sets or the change sets of your team Project can be part of multiple solutions, but physically associated with one. We let you share it from any location and also detect and warn you about it. CRM27
  • 29. IBM Rational Software Conference 2009 And… Background execution of long repository operations enabling you to continue your work in Visual Studio in the meantime Support for code refactoring Renaming a file preserves its history in the repository Moving file(s) within a project preserves history as well Moving top level folders across components preserves history Support for compare/merge Automatic merge in most cases UI-aided conflict resolutions Integrating Pending Changes with the Error List CRM27
  • 30. IBM Rational Software Conference 2009 Contents What is the Rational® Team Concert™ For Microsoft® Visual Studio™ IDE? A quick tour Self-hosting: Real teams, Real insights Homogeneity in heterogeneity Any resemblance to the RTC Eclipse Client is purely intentional ☺ CRM27
  • 31. IBM Rational Software Conference 2009 Teams not restricted to Single Physical location Single Operating System Single Platform Single IDE Single Programming language CRM27
  • 32. IBM Rational Software Conference 2009 Homogeneity in Heterogeneous Teams One repository for all your artifacts Which means you share Same Project and Team Same Dashboard CRM27
  • 33. IBM Rational Software Conference 2009 Homogeneity in Heterogeneous Teams Same Process Same Builds Infrastructure Same Work Items and related information Discussions Builds Approvals Attached change sets CRM27
  • 34. IBM Rational Software Conference 2009 Our commitment People will work in the area of technology best suited to the requirements… … rather than being restricted by their infrastructure. RTC clients will preserve the flavor of your favorite IDE They are non-intrusive. They’re natively implemented for Eclipse and for Microsoft Visual Studio. They are first class integrations into the IDEs that they extend. Barring environment specific needs, the over all look and feel will be homogeneous across RTC clients in different IDEs Should you switch from one IDE to the other, you will not get lost CRM27
  • 35. IBM Rational Software Conference 2009 Take Our Survey! First Impressions of RTC for Visual Studio https://www.ibm.com/survey/oid/wsb.dll/s/ag246 CRM27
  • 36. IBM Rational Software Conference 2009 The demo scenario Echo Server Server is in Java Client is in C# Like any project Defects move across components There are lots of discussions between team members The same process holds: same approval rules, same delivery rules, same permissions… CRM27
  • 37. IBM Rational Software Conference 2009 CRM27
  • 38. IBM Rational Software Conference 2009 CRM27
  • 39. IBM Rational Software Conference 2009 © Copyright IBM Corporation 2009. All rights reserved. The information contained in these materials is provided for informational purposes only, and is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, these materials. Nothing contained in these materials is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in these materials to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in these materials may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. IBM, the IBM logo, Rational, the Rational logo, Telelogic, the Telelogic logo, and other IBM products and services are trademarks of the International Business Machines Corporation, in the United States, other countries or both. Other company, product, or service names may be trademarks or service marks of others. CRM27
  • 40. IBM Rational Software Conference 2009 CRM27
  • 41. IBM Rational Software Conference 2009 Jazz and Rational Team Concert Jazz is a technology platform Jazz is the foundation of the collaborative application lifecycle management (C/ALM) system Rational Team Concert the first Jazz based product Jazz is a scalable, extensible team-collaboration platform that integrates tasks across the software lifecycle. The platform also provides useful building blocks A collaborative software development environment and frameworks that facilitate the development of new products and tools. This unprecedented approach is unique within the industry and has significant Rational Team Concert enables developers to collaborate advantages. together using Integrated Planning Source Control Work Items Build Dashboards Reports Process Support Native Clients in Eclipse and Visual Studio .NET. Web UI support based on Web2.0 CRM27
  • 42. IBM Rational Software Conference 2009 Teams of teams This simple model allows scaling to teams of teams. Provides isolation when needed at both the individual and team level. CRM27
  • 43. IBM Rational Software Conference 2009 Summary The Jazz SCM is entirely change set based. There is no file level branching or tagging. Focuses on user level simplification with the added power of parallel development. Conscious effort to never use the word branch in the UI. People are afraid of branches, but want isolation and the features they provide CRM27
  • 44. IBM Rational Software Conference 2009 Parallel Development The model supports several levels of isolation Repository workspaces – Provides constant isolation. You don't have to make your changes visible to the team just to backup or use the repository features. Suspend and Resume – Provides task level isolation for personal work. Work Item links – Provides light weight task level isolation for personal of team work. Work on a feature, attach to a work item and discard from your workspace. You or someone else continues the work by accepting the change sets back into their repository workspace. Streams – Provides team isolation. TimeLines – Provides process isolation. Isolate work not people. Encourage transparent planning and flexible isolation. CRM27
  • 45. IBM Rational Software Conference 2009 It's not just about SCM There is much more to product level parallel development then patching the code. Team level productivity and turn around time for delivering fixes is impacted by the tooling of the entire process. Consider the number of tasks involved in patching a release that aren't related to SCM, but are tooled in Rational Team Concert. Project area has Patch 1.0 Associate the stream a list of releases Build has a link to Create a new stream with critical bug with a new maintenance linked to the associated the 1.0 snapshot. from the snapshot. fixes team. builds Ensure that all change sets Start a new build for the Create a plan for the new patch Declare the build green with delivered to the maintenance patch stream. Clone integration release outlining the candidate team lead and QA approvals. stream have approvals. build but build from new stream. fixes. Promote the build and snapshot as Put the build on the website release 1.1. Work items can now for customers to download. be created against this release. CRM27
  • 46. IBM Rational Software Conference 2009 How the Jazz team works RC2 Stabilization Stream RC2 Weekly Integration Stream (Product Builds) Continuous Integration Stream (Product Builds) deliver and accept baselines Team Stream (Team Builds) deliver and accept change sets good build Repository Workspace failed build (Private Builds) suspend/resume deliver/accept Each build references a snapshot of the artifacts that were built. Reproducing a build or patching a build is as simple as creating a new stream from the snapshot. There is no planning needed to tag or baseline, builds take care of that for us. Developers deal mainly with accepting and delivering to their team stream. Flowing changes to and from the integration streams is the responsibility of one person on each team. CRM27
  • 47. IBM Rational Software Conference 2009 Coming Soon: Feeds CRM27