Building a Rational Software Configuration Management Environment for the IBM e- Business Platform

Size: px
Start display at page:

Download "Building a Rational Software Configuration Management Environment for the IBM e- Business Platform"

Transcription

1 Building a Rational Software Configuration Management Environment for the IBM e- Business Platform by Eric Carr, Manager Jian Wei, Senior Consultant Experio Solutions As applications that support critical business processes continue to grow more complex, there is a growing need to maintain control over development environments with effective software configuration management (SCM). In this article, we will explore the advantages and the steps involved in integrating Rational ClearCase with both IBM VisualAge for Java (VAJ) and Macromedia Homesite to create an environment with SCM capabilities. Note: Although we strongly believe that every CM environment needs an effective change control system -- ClearQuest, in our case -- our main focus in this article will be on the integration of ClearCase within the CM environment.

2 Despite widespread industry acknowledgment that orderly processes enable productivity, it s not unusual for software development organizations to have either undefined or loosely observed processes and procedures. Organizations like these represent the "Initial" level (Level One) of the CMM, or Capability Maturity Model, developed by the Carnegie Mellon Software Engineering Institute (see sidebar). 1 As the CMM explains, for these companies, "The software process is characterized as ad hoc, and occasionally even chaotic. Few processes are defined, and success depends on individual effort." How does an organization move beyond this chaos? First, managers must understand that they need the control an SCM tool can bring to any software development environment. A tool alone, however, is not enough. The organization also needs to clearly define processes, procedures, and policies in relation to its unique development environment. Then, once a plan is in place, it can use SCM tools to enable development teams, business analysts, and managers to move out of CMM Level One. If they hope to remain competitive, management will need to invest the time, energy, and money required to define, track, control, and manage their specific software development process. Closing the SCM Gap IBM is one of the leading e-business companies, and the WebSphere Application Server, Domino Server, IBM HTTP Server, and DB2 Universal Database lie at the heart of their e-business offerings. Their leadership position is based on several key factors: 1. IBM s products run on multiple platforms (NT, Windows 2000, Sun Solaris, AIX, AS400, etc.) 2. IBM s products are able to interface with most backend systems, such as Oracle, SQL, DB2, SYS IBM has standardized its product development efforts around the J2EE industry standard.

3 The company s e-business development tools do, however, have a few shortcomings; software configuration management, for example, is not integral to the offering. Although IBM s VisualAge for Java (VAJ) has an internal version control engine -- ENVY -- for tracking development efforts within VAJ, most organizations use other technologies for Web development. This leaves an SCM gap for organizations using IBM s e- business development environment. To help organizations fill this gap, IBM announced last year that it would standardize on Rational ClearCase and Rational ClearQuest, a defecttracking and change management tool, to create a strategic SCM solution. This means that organizations using IBM s e-business tools -- along with other development tools -- can now define, track, and control their software development efforts. Why did IBM choose Rational? The answer is very simple: Rational is one of the few companies that provides a full line of product offerings for the entire software development lifecycle. Planning an SCM Environment The key to creating an optimum SCM environment with Rational ClearCase and ClearQuest is the old adage, "Plan the work, then work the plan." Companies can get the most from these tools by doing some preimplementation planning, focusing on how and what developers, business analysts, testers, and managers will need to do their work. The planning process should include: 1. Understanding and documenting current software development processes and procedures. 2. Re-defining processes in which errors or misunderstandings can occur. 3. Establishing clearly defined roles and responsibilities. 4. Establishing policies that govern the ways in which each development environment will function. 5. Identifying how Rational products will help in the software development lifecycle. 6. Creating a CM (configuration management) plan. Software teams

4 should not attempt to implement the ClearCase architecture and design within the development environment until a CM plan, policies, and procedures are in place. The clear vision that results from this planning process allows organizations to architect and design the following items: 1. Hardware and software requirements. 2. ClearCase and ClearQuest integration with VAJ and other development tools. 3. An SCM environment using either Base or Unified Change Management (UCM). 4. ClearCase objects (VOBs, Projects, Promotion Levels, etc.). 5. Individual or shared environment areas. 6. A plan for populating the ClearCase SCM environment. 7. Client and server patch level updates. 8. A production baseline and a baseline naming convention. 9. An employee training plan. 10. An implementation plan for development tools (e.g., WebSphere Studio or IBM VAJ) that can carry development efforts through to production. These tools allow managers to control when and what code is moved into production (see Figure 1). 11. A plan for how developers will use VAJ Team versus a local repository (see Figure 2).

5 Figure 1: SCM Architecture for the IBM e-business Development Platform Click here to view larger image Figure 2: Plan for Repository Use in an IBM VAJ Environment Case Study: Integrating Rational ClearCase with

6 IBM VisualAge for Java and Macromedia Homesite The following is based on our experience with an actual client. Company Profile A Midwestern, Fortune 500 banking company, the 22 nd largest in the US $42 billion in assets Ranks among the top twenty US bank holding companies in small business lending Ranks first among the nation's top fifty bank holding companies in commercial loans as a percent of total assets Business Issues Loosely followed processes and procedures for development Difficulties maintaining correct versions of code in transition from test to production environment Difficulties handling change requests Difficulties ensuring that developers are using the correct version of the code Resolution Our client recently purchased the Rational Suite to use both the tools and methodology for change control, requirements gathering, Q/A testing, and much more. Based on the business issues described above, the bank s primary goal was to gain better control over their Web development efforts. We assisted them with planning and installing Rational ClearCase to help achieve this goal. Since this client was at Level One on the CMM scale, we decided that the

7 best strategy was to use the Rational ClearCase UCM approach. The client s primary e-business development tools included IBM VAJ, IBM WebSphere Studio, and Macromedia Homesite. Our objectives were to tightly integrate Rational ClearCase with VAJ and Homesite and to streamline ClearCase UCM operations to perform directly within VAJ and Homesite workspaces. Our first step was to implement Rational ClearCase. Below are the procedures we followed. Set Up the Rational ClearCase Server 1. Apply latest patches to ClearCase server (v4.0 or later). 2. Create a project VOB (Versioned Object Base). 3. Create VOB components, each corresponding to an IBM VAJ project. 4. Create a ClearCase VOB component for the HTML and JSP elements developed in Homesite. 5. Create a ClearCase project containing all the components with an initial baseline. ClearCase will automatically create an integration stream for the project. Set Up the Rational ClearCase Client 1. Apply latest patches and verify connectivity to the ClearCase server (v4.0 or later). 2. Join the ClearCase project. ClearCase will automatically create a development stream. 3. Create a development view to work with the development stream. Each view is represented as a network drive mapped on the local machine. Each VOB component becomes a directory under the drive mapping (e.g., L:\VAJ_VOB). The component directory is equivalent to a SCCI (Microsoft Software Configuration Control Interface) working directory.

8 Prepare IBM VAJ 1. Apply the latest patches and e-fix to IBM VAJ Enterprise Version Install Rational ClearCase integration options to IBM VAJ under Start>Program Files>ClearCase Administration>Rational Integration with VAJ. Integrate Rational ClearCase with IBM VAJ 1. Start the VAJ Remote Application Access API. 2. Select VAJ project in VAJ workspace and click Tools>External Version Control>Add to Version Control to launch the integration process. 3. Select SCCI interface and follow the wizard (treat the ClearCase component in the development view as if it is a SCCI working directory). 4. A green arrow will appear next to your VAJ project to indicate that it has been added to version control. Arrows will also appear next to any types in your project. Arrows will not appear next to packages. Rational ClearCase functionality, including UCM options, will then become available under Tools > Rational ClearCase Additional Tools.

9 Figure 3: Integrating Rational ClearCase with IBM VisualAge for Java and Macromedia Homesite Click here to view larger image Integrate Rational ClearCase with Macromedia Homesite 1. Create a Homesite project directly under the development view (e.g., L: drive). 2. Add the Homesite project under version control, and it will automatically pick up all the file elements in ClearCase (you should have everything loaded into the ClearCase server to establish an initial baseline first). 3. If you see a green arrow next to the project and the file elements underneath it, then the integration was successful. Was This Integration Worth the Effort? Our experience on this project confirms our belief that a repeatable configuration control process makes an e-business development team fundamentally more efficient and more resilient in the face of changes. In this case, integration of Rational ClearCase with IBM VAJ and Macromedia Homesite allowed the client s project managers to enforce a well-defined Rational UCM process with minimum overhead for the development team. Now, the development team is much better equipped to respond to change

10 requests. The baselines established in ClearCase clearly indicate which versions of the software are in production, UAT testing, QA testing, integration testing, etc., and this ensures that developers always start their work with the right version of the software components (e.g., Java Class Files). Ultimately, this translates into big cost savings because of the drastic reduction in re-work. There are other advantages as well. From the project manager s perspective, the ClearCase checkin/check-out mechanism associated with the activity-based, automatic tracking of change sets, provides better control over the dynamic development environment. A project manager can easily track the overall project progress, as well as each developer s ongoing efforts, and the major releases/baselines in relationship to the project plan. With ClearCase and UCM in place, organizations can even generate a bill of materials based on the change sets of activities that go into each major release. There s a big payoff in ease of maintenance, too. Because a ClearCase baseline represents a snapshot of the development environment, the support team can easily schedule regular backup and server tuning. And if various development workspaces ever go down, the development artifacts can be quickly recovered. What was the investment? In addition to the Rational ClearCase license and installation cost, this project took three experienced consultants eight weeks to draft a detailed configuration management (CM) plan, implement and document all the integration links (e.g., SCCI interface to VAJ repository), establish and test drive various ClearCase setup strategies, and finally put the entire development environment under ClearCase configuration management control. Our observations, as well as our client s feedback, indicate to us that all the efforts and investment were well worth it. Rational ClearCase will pay for itself because it gives project stakeholders tremendous control over the e-business development environment. As more and more IT organizations pursue ISO or CMM certification, Rational s ClearCase tool, along with the underlying UCM process, is worth consideration. This technology lays a solid foundation for a repeatable configuration management process, and it can support an overall process improvement effort as well as regulatory mandates in some industries. Lessons Learned

11 It is important to educate clients on an ongoing basis about the importance of SCM. We stress that SCM is not optional, but is instead a key element in building a robust e-business infrastructure. Early in the project described above, we made a conscious decision to use Rational s ClearCase UCM process because it represents the best practice in the industry, and it is well documented in the Rational Unified Process (RUP ). Using UCM allowed us to focus on resolving the technical issues without affecting the overall project plan. This was a key advantage, given our eight-week timeframe and resource constraints. We also found that having a designated Rational contact person from the client team was crucial to ensure proper knowledge transfer and continuity of support. It would have been even more beneficial if that person had also been involved early in the process, while we were defining the project approach and deliverables. In terms of the integration itself, integrating Rational ClearCase with Homesite is extremely intuitive and easy. Although the current level of integration between Rational ClearCase and IBM VisualAge for Java via the Microsoft SCCI interface is cumbersome and slow at times, we expect that with the intensified partnership between IBM and Rational, the integration mechanism will become faster and easier in later versions of IBM VAJ and Rational ClearCase. IBM has indicated that it may retire the SCCI interface and VAJ built-in ENVY version control engine in favor of Rational ClearCase, and that it will use a Standards Committee endorsed standard such as Web-based Distributed Authoring and Versioning (WebDAV). From a network administration standpoint, we have found that ClearCase tends to generate a large volume of network traffic and has a relatively high demand on round trip response time. We were able to resolve all the network timeout problems by experimenting with different network settings; the network packet size seems to be the most significant factor on this project. Rational support has advised us to be cautious when adjusting the network packet size, as it may corrupt ClearCase VOBs. Overall, we were satisfied with the experience we had with Rational technical support. IBM technical support was also helpful with the VAJ to ClearCase integration. What s Next? Today s Web sites typically include four major functional areas: content delivery, personalization, data mining, and e-commerce application. Many high-end content management tools such as Vignette can provide integrated services for the first three functional areas. But given the dynamics of content and content template changes, there is a great and ever-growing need for configuration management. We highly recommend that organizations take a broad view of their Web site and introduce CM to manage not only application code (Java, HTML, JSP, and so forth) but also Web content. Rational s latest product, Rational Suite ContentStudio, offers tight integration with the Vignette V/5 platform. In our view it is a logical step for any client who has made an investment in either Rational

12 ClearCase or Vignette to take advantage of the features offered in Rational Suite ContentStudio, and to build a truly integrated CM methodology for the entire Web site. Configuration management is only one aspect of managing the software development lifecycle. To fully exploit the level of control and efficiency that the Rational Unified Process (RUP) can give to an IT team, we suggest that organizations look into integrating ClearCase with other Rational products, such as RequisitePro for business requirements management and ClearQuest for change management. Using ClearQuest with ClearCase provides an even more powerful UCM process than ClearCase alone to integrate activities with artifacts in the development lifecycle. As most of our clients tend to purchase the entire Rational Suite, we feel that integrating the full set of products as well as the entire RUP process is not only beneficial but also very cost effective. Experio Solutions, a Hitachi company, is a single-source company delivering dynamic and sustainable end-to-end business solutions designed to accelerate business performance for growth-oriented organizations. As an IT consulting firm, Experio consultants average more than 12 years of experience, designing and implementing practical business solutions enabled by technology. Headquartered in Dallas, the company has 18 offices throughout the US. For more information, visit Footnotes 1 Also see For more information on the products or services discussed in this article, please click here and follow the instructions provided. Thank you! Copyright Rational Software 2001 Privacy/Legal Information

IBM Rational RequisitePro

IBM Rational RequisitePro Success starts with requirements management IBM Rational RequisitePro Highlights Offers advanced Microsoft Provides Web access for Word integration distributed teams Built on a robust Offers flexible reporting

More information

IBM Rational Systems Developer, Version 7.0

IBM Rational Systems Developer, Version 7.0 Simplify model-driven development for software products and systems IBM Rational Systems Developer, Version 7.0 Highlights Offers integrated design and development, accommodating visualization and editing

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Features of a well designed SCM. Safety. Stability. Control. Auditability. Reproducibility. Traceability.

More information

What's New With Rational Team Concert (TM)

What's New With Rational Team Concert (TM) What's New With Rational Team Concert (TM) Erich Gamma Distinguished Engineer, Rational Team Concert Lead 2009 IBM Corporation Agile at Scale: Agile Planning 1 Agenda Deliver Global Enterprise Readiness

More information

Analyze, Design, and Develop Applications

Analyze, Design, and Develop Applications Analyze, Design, and Develop Applications On Demand Insurance Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information

IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance

IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance IBM Rational Extensions for SAP Applications Application lifecycle management for consistent governance Level: Introductory September 2007 Rational Integrations for SAP Solutions, Page 2 of 14 Contents

More information

IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing.

IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing. Unlocking value from existing IT investments IBM Informix Dynamic Server and IBM Software Group compatibility: powerful synergies for on demand computing. 1 Integrated software solutions for e-business

More information

Information Technology Lifecycle Management

Information Technology Lifecycle Management Information Technology Lifecycle Management On Demand Insurance Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information

IBM BPM on zenterprise

IBM BPM on zenterprise IBM BPM on zenterprise The world has turned Andreas Gröschl, Mainframe Architect groeschl@de.ibm.com The Modern Enterprise is a Network of Complex Interactions Powered by Mainframe Assets 70% of corporate

More information

Govern IT. On Demand Insurance Business Imperative. Business objectives are aligned with my IT infrastructure. Business.

Govern IT. On Demand Insurance Business Imperative. Business objectives are aligned with my IT infrastructure. Business. Govern IT On Demand Insurance Business Imperative GOAL Business objectives are aligned with my IT infrastructure Business On Demand Insurance CEO Operations Development REWARD Achieve optimized IT investment

More information

IBM. Hardware IBM System p IBM System i IBM System x IBM System z IBM System Storage and TotalStorage

IBM. Hardware IBM System p IBM System i IBM System x IBM System z IBM System Storage and TotalStorage IBM Software IBM Information Management IBM Lotus IBM Rational IBM Tivoli Software IBM WebSphere IBM Service Oriented Architecture (SOA) PL/I XML Hardware IBM System p IBM System i IBM System x IBM System

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Borland CaliberRM FREQUENTLY ASKED QUESTIONS GENERAL QUESTIONS What is Borland Caliber? Borland Caliber is a family of tools that supports the Borland Requirements Definition and Management Solution (RDM).

More information

Overcoming challenges to ensure success of outsourcing/offshore projects

Overcoming challenges to ensure success of outsourcing/offshore projects IBM Software Group Overcoming challenges to ensure success of outsourcing/offshore projects Osmond Ng Technical Consultant IBM SWG HK 2004 IBM Corporation Reasons for Outsourcing Project Results by Strategic

More information

IBM WebSphere Catalog Architect

IBM WebSphere Catalog Architect Helping boost your e-commerce business IBM WebSphere Catalog Architect Highlights Simplifies creation and management of electronic catalogs Increases productivity during catalog design, construction and

More information

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer V.Quiblier. Rational Z Technical Sales Specialist 2006 IBM Corporation 2007 IBM Corporation Agenda IBM Software Group The

More information

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A ClearQuest 8.0 What s New Shmuel Bashan Rational Services - GSAT Agenda Positioning Integrations Collaboration Administration New Features Deprecations Q&A 2 IBM Rational ClearQuest Comprehensive Software

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

IBM Tivoli Service Desk

IBM Tivoli Service Desk Deliver high-quality services while helping to control cost IBM Tivoli Service Desk Highlights Streamline incident and problem management processes for more rapid service restoration at an appropriate

More information

Keeping Software Designs In-line with Requirements

Keeping Software Designs In-line with Requirements A technical discussion of integration between IBM Rational RequisitePro 2003 and IBM Rational XDE Developer v2003 June, 2003 Rev. 1.00 Keeping Software Designs In-line with Requirements Integration between

More information

A Day in the Life of a Migrated ClearCase User. A Sneak Preview

A Day in the Life of a Migrated ClearCase User. A Sneak Preview A Day in the Life of a Migrated ClearCase User A Sneak Preview Table of Contents Scope...3 Introduction...3 Administrative Tasks...4 Working in the IDE...8 Managing Builds...12 Managing Releases...14 Summary...16

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

A Better Solution, Inc. Sr. Rational Tools Consultant

A Better Solution, Inc. Sr. Rational Tools Consultant Sr. Rational Tools Consultant Objective: Education: A Senior specialist with over 20+ years of software development and SCM experience with tools from IBM and BMC. Provided system development and integration

More information

Change and Release Management

Change and Release Management IBM Software Group Change and Release Management IBM Software Development Platform 2006 IBM Corporation Agenda Business value of Change and Release Management solutions Challenges-solutions in Change and

More information

Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase

Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase IBM Rational Software Development Conference 2006 Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase Dilip K Varma Astra Infotech (P) Ltd dilip@astrainfotech.com

More information

Why Switch to Helix Core?

Why Switch to Helix Core? VS COMPARISON Perforce Helix Core vs. IBM Rational ClearCase Helix Core is set apart from all other version control systems by its high performance, scalability, and increased productivity for hardware

More information

IBM WebSphere Service Registry and Repository, Version 6.0

IBM WebSphere Service Registry and Repository, Version 6.0 Helping you get the most business value from your SOA IBM Repository, Version 6.0 Highlights Provide clear visibility into service Use other standard registries associations and relationships while and

More information

IKAN ALM manages your software development wherever it is done in-house, distributed and global, outsourced, in a satellite office or even at home.

IKAN ALM manages your software development wherever it is done in-house, distributed and global, outsourced, in a satellite office or even at home. IKAN ALM manages your software development wherever it is done in-house, distributed and global, outsourced, in a satellite office or even at home. Managing or controlling software development without

More information

CA Aion Business Rules Expert r11

CA Aion Business Rules Expert r11 PRODUCT sheet: CA AION BUSINESS RULES EXPERT r11 CA Aion Business Rules Expert r11 CA Aion Business Rules Expert r11 (CA Aion BRE) is an industry-leading system that automates and streamlines business

More information

Tivoli software for the midsize business. Increase efficiency and productivity manage IT with fewer resources.

Tivoli software for the midsize business. Increase efficiency and productivity manage IT with fewer resources. Tivoli software for the midsize business Increase efficiency and productivity manage IT with fewer resources. The on demand world The world has entered a new era in business the e-business on demand era.

More information

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation.

IBM Service Management Buyer s guide: purchasing criteria. Choose a service management solution that integrates business and IT innovation. IBM Service Management Buyer s guide: purchasing criteria Choose a service management solution that integrates business and IT innovation. Close the integration gap between business and IT innovation According

More information

IBM Sterling Gentran:Server for Windows

IBM Sterling Gentran:Server for Windows IBM Sterling Gentran:Server for Windows Handle your business transactions with a premier e-business platform Overview In this Solution Overview, you will learn: How to lower costs, improve quality of service,

More information

Rational Unified Process (RUP) in e-business Development

Rational Unified Process (RUP) in e-business Development Rational Unified Process (RUP) in e-business Development Jouko Poutanen/11.3.2005 2004 IBM Corporation Agenda Characteristics of e-business Development Business Modeling with RUP and UML Rational Tools

More information

MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8.

MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8. MAXIMIZING THE ENHANCED CAPABILITIES OF PTC SOLUTIONS IN THE SUN ENVIRONMENT Now s the time to make the move to Pro/INTRALINK 8.0 and a Web-based architecture. Here s why and how. White Paper March 2006

More information

Tackling the complexities of geographically distributed development with the IBM Software Development Platform

Tackling the complexities of geographically distributed development with the IBM Software Development Platform Global communication, global development, global success Tackling the complexities of geographically distributed development with the IBM Software Development Platform Highlights Mitigates project failure

More information

Balanced Perspective. Managing software development from a business and technical point of view. IBM Software Group

Balanced Perspective. Managing software development from a business and technical point of view. IBM Software Group IBM Software Group Balanced Perspective Managing software development from a business and technical point of view Michel Speranski IBM Rational michel.speranski@fr.ibm.com 2006 IBM Corporation Agenda The

More information

Program Lifecycle Methodology Version 1.7

Program Lifecycle Methodology Version 1.7 Version 1.7 March 30, 2011 REVISION HISTORY VERSION NO. DATE DESCRIPTION AUTHOR 1.0 Initial Draft Hkelley 1.2 10/22/08 Updated with feedback Hkelley 1.3 1/7/2009 Copy edited Kevans 1.4 4/22/2010 Updated

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

Enterprise Modernization in ICBC (Industrial and Commercial Bank of China) Best Practice of VAGen EGL Migration and ClearCase Integration

Enterprise Modernization in ICBC (Industrial and Commercial Bank of China) Best Practice of VAGen EGL Migration and ClearCase Integration IBM Rational Software Development Conference Enterprise Modernization in ICBC (Industrial and Commercial Bank of China) Best Practice of VAGen EGL Migration and ClearCase Integration Jim Li SWITA for ICBC,

More information

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai

IBM Global Technology Services. Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai IBM Global Technology Services Weaving the solution Dharanibalan Gurunathan 1 st August, Mumbai agenda 1 Driving innovation and growth Designing and implementing service-oriented 2 architectures 3 Connectivity

More information

Founded in 2001 and know counting more than 200 employees, ALTEN Sophia- Antipolis keeps developing and is currently looking for IT Engineers.

Founded in 2001 and know counting more than 200 employees, ALTEN Sophia- Antipolis keeps developing and is currently looking for IT Engineers. JOB DESCRIPTIONS Company details ALTEN is the European leader in consultancy and engineering in high technology. For more than 20 years, we provide support to international companies on technical and information

More information

Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems

Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems Software Announcement April 9, 2002 Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems Overview IBM Tivoli Monitoring provides the foundation

More information

Asset Manager 9.3 Upgrade

Asset Manager 9.3 Upgrade Asset Manager 9.3 Upgrade Marla Hay, Mentor Graphics Richard VanderHoek, Evergreen Consulting VIVIT Webinar January 31 st, 2012 Agenda Introduction Mentor Graphics/Evergreen Asset Management at Mentor

More information

Tools to Support Linux Based Team Development

Tools to Support Linux Based Team Development Tools to Support Linux Based Team Development Software Development: A Core Business Process for the On Demand Business Even on Linux! Activities Business Process Supporting System Requirements & Analysis

More information

Name : P A F Phone : SUMMARY

Name : P A F Phone : SUMMARY Name : P A F Phone : 1-847-530-7013 Email : consultants@webspheremqguru.com SUMMARY Over Six years of proven and demonstrated experience in designing and implementing e- commerce, multi-tier applications

More information

The Journey to Cognos Analytics. Paul Rivera, Eric Smith IBM Analytics Lab Services

The Journey to Cognos Analytics. Paul Rivera, Eric Smith IBM Analytics Lab Services The Journey to Cognos Analytics Paul Rivera, Eric Smith IBM Analytics Lab Services Agenda What s Changed What Cognos Analytics Requires Lifecycle of a Typical Migration Upgrade to Cloud What about How

More information

GoMidjets Policy Solutions

GoMidjets Policy Solutions Defining Configuration Management GoMidjets Policy Solutions December 2011 About GoMidjets Developing and delivering CM and ALM solutions Complementary add-on solutions for IBM Rational ClearCase Providing

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8 P6 EPPM Upgrade Best Practices Guide 16 R2 September 2016 Contents About This Guide... 5 Upgrade Overview... 5 Upgrade Process... 5 Assessing the Technical Environment... 6 Preparing for the Upgrade...

More information

Adaptive work environments

Adaptive work environments Adaptive work environments Helping business achieve operational efficiency through people and SOA. Flexibility that enables people to rapidly access and interact with targeted business processes Business

More information

The Role of Enterprise Generation Language (EGL) in a Long History of Innovation on Developer Productivity

The Role of Enterprise Generation Language (EGL) in a Long History of Innovation on Developer Productivity The Role of Enterprise Generation Language (EGL) in a Long History of Innovation on Developer Productivity IBM has had a long history of providing software development tooling with the core goal on improving

More information

Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT)

Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT) Microsoft Office SharePoint Server 2007 Intranet in Health at University Hospitals Bristol NHS Foundation Trust (formerly known as UBHT) A Deployment and Implementation Experience Overview Technical White

More information

INFOBrief. EMC VisualSRM Storage Resource Management Suite. Key Points

INFOBrief. EMC VisualSRM Storage Resource Management Suite. Key Points INFOBrief EMC VisualSRM Storage Resource Management Suite Key Points EMC VisualSRM is data center-class software specifically architected to provide centralized storage resource management for mid-tier

More information

SysTrack Workspace Analytics

SysTrack Workspace Analytics SysTrack Workspace Analytics The Visibility IT Needs to Enable End-User Productivity Challenge IT executives are under constant pressure to cost-effectively manage complex IT systems. SysTrack enables

More information

IBM Rational ClearCase V delivers 64-bit integration with Cadence Design Framework II

IBM Rational ClearCase V delivers 64-bit integration with Cadence Design Framework II IBM United States Software Announcement 211-067, dated March 29, 2011 IBM Rational ClearCase V7.1.2.2 delivers 64-bit integration with Cadence Design Framework II Table of contents 1 Overview 2 Publications

More information

Rational: An Early Market Leader

Rational: An Early Market Leader Markets, J. Duggan Research Note 26 September 2002 Object-Oriented Analysis and Design Magic Quadrant 2H02 New participants and acquisitions have altered the market dynamics. Use of OO A&D tools is expanding

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

Sphere Info Solutions Pvt. Ltd. Managing IT Consultancy

Sphere Info Solutions Pvt. Ltd. Managing IT Consultancy Sphere Info Solutions Pvt. Ltd. Managing IT Consultancy An Overview: Sphere Info Solutions Pvt. Ltd. has over a decade of combined experience in providing IT Consulting Services and Solutions to all segments,

More information

White paper. Alan Radding, Technology Consultant

White paper. Alan Radding, Technology Consultant Scalable SCM: Avoiding the Trauma, Disruption and Expense of Changing Software Configuration Management Tools White paper Alan Radding, Technology Consultant Table of Contents SCALABLE SCM: NOBODY LIKES

More information

IBM on Accessibility. IBM and e-government: Helping government serve more people in more ways.

IBM on Accessibility. IBM and e-government: Helping government serve more people in more ways. IBM on Accessibility IBM and e-government: Helping government serve more people in more ways. Helping integrate accessibility into e-government. Government information on demand. In today s on-demand world,

More information

Actionable enterprise architecture management

Actionable enterprise architecture management Enterprise architecture White paper June 2009 Actionable enterprise architecture management Jim Amsden, solution architect, Rational software, IBM Software Group Andrew Jensen, senior product marketing

More information

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW D A T A S H E E T PROGRESS BPM SERVER PROGRESS BPM SERVER OVERVIEW The process execution and integration capabilities of Progress Savvion BusinessManager Platform are provided by the Progress Savvion BPM

More information

1. Which CLM capability does the Analyst role have full read/write access to?

1. Which CLM capability does the Analyst role have full read/write access to? Volume: 75 Questions 1. Which CLM capability does the Analyst role have full read/write access to? A. software configuration management B. test management C. automation D. requirements management Answer:

More information

THIS IS SAMPLE RESUME ONLY.

THIS IS SAMPLE RESUME ONLY. Objective: Looking for a challenging environment where I can utilize my technical and analytical skills in Software Development Life Cycle as a Sr. Business Analyst. Summary: Expert in Business Process

More information

BMC - Business Service Management Platform

BMC - Business Service Management Platform 1 Value proposition BMC - Business Service Management Platform Service Stability and Process Control Self Service. Service Desk. Problem Resolution. Asset Management. Change and Release. Identity Management.

More information

UPGRADE CONSIDERATIONS Appian Platform

UPGRADE CONSIDERATIONS Appian Platform UPGRADE CONSIDERATIONS Appian Platform ArchiTECH Solutions LLC 7700 Leesburg Pike #204 www.architechsolutions.com 703-972-9155 atsdelivery@architechsolutions.com TABLE OF CONTENTS Introduction... 3 Upgrade

More information

Altiris IT Management Suite 7.1 from Symantec

Altiris IT Management Suite 7.1 from Symantec Altiris IT Management Suite 7.1 from Achieve a new level of predictability Overviewview Change is inevitable for IT and it comes from several sources: changing needs from lines of business, managing and

More information

Adobe Experience Manager Forms

Adobe Experience Manager Forms Adobe Experience Manager Forms Capability Spotlight Adobe Experience Manager Forms Transform complex form and document transactions into simple, engaging digital experiences anytime, anywhere, on any device.

More information

ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS

ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS ORACLE SYSTEMS MIGRATION SERVICES FOR IBM ENVIRONMENTS SAFELY MIGRATE TO A NEW IT INFRASTRUCTURE WITH THE RIGHT TOOLS AND EXPERTISE KEY FEATURES Effectively address issues such as endof-life, unpredictable

More information

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources.

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources. Data Sheet Application Development, Test & Delivery Performance Center Micro Focus Performance Center software is an enterprise-class performance engineering software, designed to facilitate standardization,

More information

Expert Reference Series of White Papers. Microsoft Service Manager Simplified

Expert Reference Series of White Papers. Microsoft Service Manager Simplified Expert Reference Series of White Papers Microsoft Service Manager Simplified 1-800-COURSES www.globalknowledge.com Microsoft Service Manager Simplified Randy Muller, MCT, MCT Regional Lead, MCSE, CEH Introduction

More information

IBM Cognos 8 BI and IBM WebSphere Information Integration Solution The new standard in enterprise visibility

IBM Cognos 8 BI and IBM WebSphere Information Integration Solution The new standard in enterprise visibility Data Sheet IBM Cognos 8 BI and IBM WebSphere Information Integration Solution The new standard in enterprise visibility Overview IBM Cognos 8 BI The IBM Cognos enterprise business intelligence (BI) solution

More information

IBM Rational Software Development Conference 2007

IBM Rational Software Development Conference 2007 It s for IBM System i and System z Jean-Yves B. Rigolet Software Engineer, IBM Rational Software rigolet.j@fr.ibm.com 2007 IBM Corporation Agenda Introduction A brief tour of Jazz Jazz in System i and

More information

CA Plex r6.1. Benefits. Overview. The CA Advantage

CA Plex r6.1. Benefits. Overview. The CA Advantage PRODUCT BRIEF: CA PLEX CA Plex r6.1 CA PLEX IS A MULTIPLATFORM, MODEL-BASED, ARCHITECTED RAPID APPLICATION DEVELOPMENT (ARAD) TOOL THAT HELPS YOUR IT ORGANIZATION DESIGN, DEVELOP, DEPLOY AND MAINTAIN BUSINESS

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

More information

SHOULD YOUR BARCODE LABELING SOLUTION BE FULLY INTEGRATED WITH YOUR BUSINESS SYSTEM?

SHOULD YOUR BARCODE LABELING SOLUTION BE FULLY INTEGRATED WITH YOUR BUSINESS SYSTEM? SHOULD YOUR BARCODE LABELING SOLUTION BE FULLY INTEGRATED WITH YOUR BUSINESS SYSTEM? B U S I N E S S T R A N S F O R M AT I O N T H R O U G H T O TA L S Y S T E M I N T E G R AT I O N TEKLYNX Americas

More information

Technosoft Solutions A Florence Road Branford, CT. USA Phone: (800)

Technosoft Solutions A Florence Road Branford, CT. USA Phone: (800) Thanks for taking the time to download this document. In the sections that follow, we have provided basic information, about our company, for your consideration. 1. Introduction Technosoft is an ISO 9001:2000

More information

Rational Software White Paper TP 174

Rational Software White Paper TP 174 Reaching CMM Levels 2 and 3 with the Rational Unified Process Rational Software White Paper TP 174 Table of Contents Abstract... 1 Introduction... 1 Level 2, Repeatable... 2 Requirements Management...

More information

Getting ready for ALM Octane

Getting ready for ALM Octane White Paper Getting ready for ALM Octane Next-generation application lifecycle management ALM v12.53 Contents Contents... 2 Achieving success in a bimodal world... 3 About ALM software... 3 ALM Octane

More information

Corporate Presentation 2017

Corporate Presentation 2017 1 Copyright 2017 All Rights Reserved Corporate Presentation 2017 v.2.2 2 Copyright 2017 All Rights Reserved Corporate Overview Year of Incorporation Development & Integration Business Intelligence & Analytics

More information

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications EngageOne INTERACTIVE COMMUNICATIONS An Advanced Interactive Technology Solution for a New Era of Enterprise Communications ENTERPRISE CUSTOMER COMMUNICATION MANAGEMENT Companies send many types of document

More information

Oracle BIEE Plus Complete Overview for Implementers. Naren Thota April, 2008

Oracle BIEE Plus Complete Overview for Implementers. Naren Thota April, 2008 Oracle BIEE Plus Complete Overview for Implementers Naren Thota April, 2008 Professional Background Oracle Application Development since 1996 Experienced in Implementations and Upgrades 10.6 SC thru 11.5.10.2

More information

A Better Solution, Inc. Sr. Rational Tools Consultant

A Better Solution, Inc. Sr. Rational Tools Consultant Sr. Rational Tools Consultant Objective: Using over 19 years of CM experience to provide assistance with implementation of configuration management, process creation, and process creation and control through

More information

IBM Rational Software

IBM Rational Software 2007 IBM Corporation IBM Rational Software Development Conference 2008 Measured Capability Improvement Framework: A Systematic Approach to Software Excellence Per Kroll Chief Architect IBM Rational Expertise

More information

ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT

ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT WWW.JENNIFERSOFT.COM ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT WHAT IS APM? The demand for APM will continue to increase. Because it plays the pivotal role in stabilizing IT service while the transaction

More information

Managing Production Systems

Managing Production Systems Managing Production Systems Dennis Adams associates The HP User Group in partnership with Dennis Adams Associates Ltd. Managing Production Systems: Fire-Fighting and MOPS January 2006 Agenda 09:30 09:55

More information

Overview and Frequently Asked Questions

Overview and Frequently Asked Questions Overview and Frequently Asked Questions OVERVIEW On April 20, 2009, Oracle announced that it has agreed to acquire Sun Microsystems. The transaction is subject to regulatory approval and until such time

More information

Gain strategic insight into business services to help optimize IT.

Gain strategic insight into business services to help optimize IT. Closed-loop measurement and control solutions To support your IT objectives Gain strategic insight into business services to help optimize IT. Highlights Gain insight and visibility across the IT project

More information

Corporate Presentation Enterprise Modernization

Corporate Presentation Enterprise Modernization Corporate Presentation Enterprise Modernization About Us Royal Cyber Solutions 20+ Technology Accelerators 550+ Technical Certifications About RoyalCyber 5-Years Compound Annual Growth Rate Employees W

More information

IBM SmartCloud public images with selected software

IBM SmartCloud public images with selected software IBM SmartCloud public images with selected software Current as of September 1, 2011. To find out how your organization can leverage the IBM SmartCloud, visit our IBM SmartCloud Enterprise website. PAYG:

More information

Integrating Configuration Management Into Your Release Automation Strategy

Integrating Configuration Management Into Your Release Automation Strategy WHITE PAPER MARCH 2015 Integrating Configuration Management Into Your Release Automation Strategy Tim Mueting / Paul Peterson Application Delivery CA Technologies 2 WHITE PAPER: INTEGRATING CONFIGURATION

More information

IBM Rational Systems Strategy

IBM Rational Systems Strategy IBM Software Symposium 2006 IBM Rational Systems Strategy Bran Selic IBM Distinguished Engineer, Rational CTO Team Agenda The Systems Space Definitions and Issues Governance and Product Development Tools

More information

[Name] [ ID] [Contact Number]

[Name] [ ID] [Contact Number] [Name] [Email ID] [Contact Number] THIS IS ONLY MODEL RESUME - DO NOT COPY AND PASTE INTO YOUR RESUME. PROFILE SUMMARY 15+ years of IT experience in Consulting and worked with the Major clients for the

More information

Remote Support Platform for SAP Business One. June 2013 Partner External

Remote Support Platform for SAP Business One. June 2013 Partner External Remote Support Platform for SAP Business One June 2013 Partner External Remote Support Platform Advantage for SAP Business One Run Better with RSP RSP has been engineered to mitigate implementation and

More information

Communicate and Collaborate with Visual Studio Team System 2008

Communicate and Collaborate with Visual Studio Team System 2008 Communicate and Collaborate with Visual Studio Team System 2008 White Paper May 2008 For the latest information, please see www.microsoft.com/teamsystem This is a preliminary document and may be changed

More information

The Smart SOA approach: Innovate, accelerate, differentiate To support your business objectives. Smart SOA: The experienced approach.

The Smart SOA approach: Innovate, accelerate, differentiate To support your business objectives. Smart SOA: The experienced approach. The Smart SOA approach: Innovate, accelerate, differentiate To support your business objectives Smart SOA: The experienced approach. The world is changing fast Today s business landscape is more dynamic

More information

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM Rational Software Development Conference 2007 2007 IBM Corporation What

More information

Alloy Navigator Enterprise 8

Alloy Navigator Enterprise 8 PRODUCT DATASHEET Alloy Navigator Enterprise 8 ITIL based IT Asset Management and IT Service Management Solution Navigate IT easily! Alloy Navigator Enterprise is an ITIL-based IT Service Management and

More information

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA.

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA. Service oriented architecture solutions White paper IBM SOA Foundation: providing what you need to get started with SOA. September 2005 Page 2 Contents 2 Executive summary 2 SOA: the key to maximizing

More information

Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 Examining Your Upgrade Criteria... 9 Upgrade Best Practices...

Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 Examining Your Upgrade Criteria... 9 Upgrade Best Practices... P6 EPPM Upgrade Best Practices Guide 16 R1 March 2016 Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 The Upgrade Process... 6 Assessing the Technical Environment... 7 Preparing

More information