SlideShare a Scribd company logo
1 of 48
Download to read offline
IBM Rational Software 
Development Conference 
2008 
Experiences Migrating Unified Modeling Language 
Models to IBM® Rational® Software Architect 
Managing Director, Reischmann Informatik GmbH 
josef.reischmann@reischmann.com 
© 2007 IBM Corporation 
® 
Practical 
Josef Reischmann 
Dr. Einar Karlsen 
Software Systems Architect 
einar.karlsen@de.ibm.com 
René Meyer 
Software Systems Architect 
rene.meyer@de.ibm.com 
AC31 Practical Experiences Migrating UML Model to IBM ® Rational ® Software Architect 1
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 2
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 3
IBM Rational Software Development Conference 2008 
Motivations – Why Migration Matters 
 Modernization. 
 Existing platforms, tools, or methods have 
reached end-of-life 
 Standardization/corporate governance. 
 A project is not aligned with corporate 
standards and is consequently forced to 
migrate. 
 Improved functionality/automation. 
 Existing solutions do not offer the degree 
of automation or functionality required to 
support the project, e.g. Model Driven 
Architecture (MDA) or UML2. 
 Improved interoperability/lifecycle 
support. 
 A change in the tool environment is made 
in one discipline in order to improve 
interoperability and lifecycle support with 
the other disciplines. 
Rational Software 
Architect 
Rational Application 
Developer 
Eclipse * 
Rational Systems 
Developer 
Rational Software 
Modeler 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 4
IBM Rational Software Development Conference 2008 
Migration Mechanisms 
 Model Migration Mechanisms 
Manual migration 
XMI export/import 
Built-in Model export/import tool 
Third party tool 
Home-grown migration scripts 
 The various mechanisms are not exclusive. 
Migration of the bulk set of data can be 
done using a built-in export/import 
mechanism or a third party solution. 
Manual migration, can then be used for bits 
and pieces of information that are not 
covered by the migration tool. 
Home-grown scripts can be used in context 
of an existing migration tool either to pre-process 
the data (e.g. to clean up a UML 
model) or to post-process it. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 5
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 6
IBM Rational Software Development Conference 2008 
Migration Process 
 Fast-path (Ideal process) 
Analyze source model 
Determine Scope 
Define migration solution 
Apply Migration Tool 
Check target model 
Finished 
 Real-path 
A bit more complicated 
Requires more steps 
 Pre-processing 
 Post processing 
Highly Iterative 
Requires special skills 
.. and willingness to compromise. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 7
IBM Rational Software Development Conference 2008 
Realpath Migration Process 
 Define scope. 
Interview the various stakeholders and 
collect the requirements. 
Analyze the existing and new tool 
environment and define the scope. 
 Define migration mapping. 
Analyze source data and identify the data 
that need to be migrated. 
Define the mapping between the source 
data and the target data. 
 Determine migration mechanisms. 
Analyze and evaluate possible migration 
mechanisms and determine the migration 
solution. 
 Define migration plan. 
For large or complex migrations it may be 
relevant to define a migration plan 
identifying the various steps involved 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 8
IBM Rational Software Development Conference 2008 
Realpath Migration Process - continued 
 Prepare target environment. 
Install, setup and configure target 
environment (e.g. RSA with ClearCase and 
RequisitePro). 
 Implement conversion scripts. 
Any missing tools needed in order to 
migrate or pre-/post-process the data are 
implemented or adapted from existing 
scripts and tested. 
 Pre-process source data. 
Get source data in a form where it can be 
migrated (e.g. partition of large models). 
Validate source data and remove errors. 
 Perform migration. 
Call the migration tools with the relevant 
parameters and produce initial target 
model as result. 
Check migration log. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 9
IBM Rational Software Development Conference 2008 
Realpath Migration Process - continued 
 Evaluate result. 
Evaluate target model e.g. with respect to 
the scope looking into target model. 
Check migration log (errors, warnings). 
Invoke the validation function of RSA 
Split the evaluation work among several 
team member or actual users of the tool. 
 Post-process target data. 
Check and remove validation errors - either 
manually or automatically by running a 
script. 
Partition of large models into fragments. 
 Document experiences. 
Write documentation in form of migration 
guides and tips and tricks required to finally 
succeed. 
 Deploy Solution 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 10
IBM Rational Software Development Conference 2008 
Beyond Model/Data Conversion 
 Training of Users 
 Definition of Process 
 Definition of Model Guidelines 
 Setup for Working in Teams 
 Resolution of UML 1.x/2.1 differences 
 Migration of UML Profiles 
 Migration of Scripts 
 Development of new Scripts 
 Migration of Reports 
 Migration and Synchronization with Code 
 Peer-Review of the Migrated Models 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 11
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 12
IBM Rational Software Development Conference 2008 
Rose Import – Getting Started 
 Invoke FileImport and select source Rose 
model to import 
 Specify target Project and target Model 
 Tip: Before doing this step, 
identify the models that are subject to 
migration 
validate source models and remove 
 Validation errors 
 Broken references 
 Tip: Increase heap size of RSA in context 
of large models 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 13
IBM Rational Software Development Conference 2008 
Rose Import – Working in Team 
 Resolve controlled units not found using 
path map symbols 
 Decide whether to convert controlled units 
to fragments or to models 
 Tip: Before migration, setup RSA with 
ClearCase or other CMVC system. 
 Tip: Following the migration, a post-processing 
may be needed to refactor the 
model: 
Mapping of Rose/XDE views in different 
models 
Appropriate relocation in Eclipse Projects 
Definition of Navigation Model 
Restructuring to avoid cyclic model 
dependencies 
Restructuring to minimize load time 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 14
IBM Rational Software Development Conference 2008 
Rose Import – Profiles and Stereotypes 
 Rose property sets and stereotype are 
imported as UML profiles. 
 For a property set/stereotype decide 
whether to 
Ignore it 
Reference existing UML profile 
Create new profile 
 Profile can be maintained/enhanced as 
Eclipse Plug-In to accommodate for 
constraints and additional property fields. 
 Tip: Do not migrate the Rose and XDE 
models that contain a large numbers of 
profiles needed in Rose/XDE for roundtrip 
engineering (Ada, ANSI C++). This will 
save space and time. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 15
IBM Rational Software Development Conference 2008 
Rose Import - Options 
 There are a few options that can be 
specified 
Use Rose icons and shape 
Use Rose colors 
Max number of migration problems allowed 
Show migration problems in Problem view 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 16
IBM Rational Software Development Conference 2008 
Migration Problems 
 Changes/Increased rigorousity in UML 
standard may lead to: 
Creation of new elements 
 Data types are represented as classes 
Morph of elements or relationships 
 Association morphed in dependencies 
with new stereotype 
Removal of Illegal constructs (rarely) 
 Model may need to be postprocessed by 
RSA pluglet to remove errors 
Anonymous roles 
Redundant data types („String“, „string“) 
Collaboration model structure 
 Tip: document solution to these details on 
the run in a migration guidelines document 
Rose Modell 
Collaboration 
after Import to RSA 
Requested model structure using RSA Pluglets 
• Creation of a Realization Relationship 
• Setting the realization Stereotype for the Collaboration 
• Move of the Collaboration into another Package or Model 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 17
IBM Rational Software Development Conference 2008 
Migration of Scripts 
 Reasons for script 
Supporting rules (name conventions, model guidelines) 
Own metrics 
Propriety functionality/enhancements 
Custom integrations 
 Reasons for discarding a script 
The problem solved by the script is not present in RSA 
Functionality comes out of the box in RSA (non modal dialog for editing properties) 
Script has become obsolete or has low priority 
 For scripts to migrate, look into mapping: 
Eclipse Plug-In? 
RSA Pluglet? 
Profile? 
… 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 18
IBM Rational Software Development Conference 2008 
Mapping of Rose and XDE Extensibility Mechanisms 
Source RSA Mechanism 
Tool 
Source 
Complex scripts/Script with GUI Rose, XDE RXE script (Eclipse Plugin) 
Simple script with little GUI Rose, XDE Pluglet 
Dialog Rose, XDE RSA dialogs or wizards (Eclipse Plugin) 
Menus Rose, XDE RSA Menu Extensions (Eclipse Plugin) 
Custom Code Generation Rose, XDE Transformation 
Code Visualization, Harvesting, 
Transformations 
Custom Reverse Engineering Rose, XDE 
Rose Model Events Rose UML Model Event Listeners 
Patterns XDE Patterns, Transformations, JET2 
MDA Toolkit Transformations XDE Transformations 
Code Templates XDE JET2 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 19
IBM Rational Software Development Conference 2008 
Code Generation 
 The concept of Round-Trip-Engineering 
(RTE) in Rose and XDE are fundamentally 
different to the concepts of RSA. 
 Application design models can be enriched 
with harvested elements from code. 
 Code can be generated from application 
design models using transformations. 
 For specific programming languages (Java, 
C++) reverse transformations 
(reconciliations) can be used to generate 
model from code. 
 Be Aware: getting code and model in sync 
is likely to require a complete new design 
model. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 20
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 21
IBM Rational Software Development Conference 2008 
Reischmann Informatik GmbH – Company Profile 
Reischmann Informatik (RI) specializes in supplying interfaces for the model 
migration between UML modeling, data modeling, database design and 
business process modeling tools 
 Located at Munich, Germany 
 Founded in 1983 (Interface development since 1986) 
 TOOLBUS™ technology 
 Component based architecture for standardized model conversion 
 Extensible and customizable for special customer requirements 
- offered as a service (alternative solution to home-grown migration scripts) 
 More than 30 modeling tools supported 
 More than 300 companies worldwide have been using TOOLBUS interfaces 
 Licensed software and migration services 
 Successful 3rd party UML model migrations to IBM Rational Software Architect 
for major companies in the finance industry 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 22
IBM Rational Software Development Conference 2008 
Migration Scenarios from 3rd Party UML Tools 
Replacing another UML tool by Rational Software Architect 
Importing and exporting reference models, e.g. 
 Model Driven Architecture UML models from OMG 
 Common Information Models (CIM) 
UML model exchange between organizations or projects 
Rational Software Architect as development back-end for UML analysis tool 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 23
IBM Rational Software Development Conference 2008 
TOOLBUS Interfaces for Migration from 3rd Party Tools 
ARIS UML Designer 
Borland Together 
Enterprise Architect 
Innovator 
MagicDraw 
Microsoft Office Visio 
Select Architect 
Telelogic System Architect 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 24
IBM Rational Software Development Conference 2008 
TOOLBUS Interfaces for Model Migration to RSA 
Complete Migration 
Mainly restricted by the export limitations of the 3rd party tool (e.g. XMI) 
All UML objects, associations and attributes 
All documentation text 
UML diagrams (layout and colors) 
Customizable for tool proprietary and user extensions of UML standard 
(User Defined Properties, Profiles) 
Independent of UML Version (UML 1.3/1.4 to UML 2.0 conversion supported) 
Size of importable models only limited by Eclipse restrictions (Java heap size) 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 25
IBM Rational Software Development Conference 2008 
Available Import Technologies 
 API (preferred technology) 
mostly complete (including diagram layout and details) 
mostly same methods as used by the UML tool itself 
mostly compatible to new UML tool versions 
traceable and controlled import of huge models 
model update supported for import (required for round-trip engineering) 
UML tool must be installed for the migration! 
 XMI File (compromise) 
mostly incomplete (diagram information missing in the XMI standard) 
 applicable with proprietary extensions, 
e.g. Unisys extensions (de facto standard for XMI 1.3) 
XMI versions incompatible 
no import traceability (issue when importing huge models) 
mostly no model update support for import (issue for round-trip engineering) 
migration independent of the installation of the UML tool! 
 Proprietary XML or text export / import files (if API not available) 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 26
IBM Rational Software Development Conference 2008 
Model Migration from ARIS UML Designer to RSA 
Sample: Use-Case Diagram 
(Development back-end for UML analysis tool) 
Export Technology: 
AML Export File (proprietary XML file) 
TOOLBU 
S 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 27
IBM Rational Software Development Conference 2008 
Model Migration from Borland Together 6 to RSA 
Sample: Activity Diagram 
Export Technology: 
XMI File (with Unisys Extensions) 
TOOLB 
US 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 28
IBM Rational Software Development Conference 2008 
Model Migration from Enterprise Architect to RSA 
Sample: Class Diagram 
TOOLBUS 
Export technologies: 
- VisualBasic API 
- XMI file (with proprietary extensions) 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 29
IBM Rational Software Development Conference 2008 
Model Migration from Microsoft Office Visio to RSA 
Sample: Class Diagram 
Export technology: 
- VDX file 
TOOLBUS 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 30
IBM Rational Software Development Conference 2008 
Model Migration from Select Architect to RSA 
Sample: 
Collaboration / Interaction 
Diagram 
Export Technology: 
VisualBasic API 
TOOLB 
US 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 31
IBM Rational Software Development Conference 2008 
Model Migration from Telelogic System Architect to 
RSA Sample: Sequence Diagram 
Export technology: 
VisualBasic API 
TOOLB 
US 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 32
IBM Rational Software Development Conference 2008 
Model Migration from Telelogic System Architect to 
RSA 
Sample: Activity Diagram 
TOOLBU 
S 
Export technology: 
VisualBasic API 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 33
IBM Rational Software Development Conference 2008 
Practical Experiences Importing UML Models into RSA 
 Rational Software Architect import technology used 
Eclipse Modeling Framework (EMF) / Eclipse-Plugin 
 Reliable 
 Complete UML import enabled (including diagrams) 
 Batch execution feasible for mass conversions (“Headless Application”) 
Import Wizard 
 User friendly 
 A few restrictions 
Size of importable UML models limited by Java heap size (about 2 GB) 
 Huge models from database based UML tools must be partitioned for import 
Round-trip engineering complicated 
 Globally Unique Identifiers (GUIDs) are not supported in RSA 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 34
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 35
IBM Rational Software Development Conference 2008 
Basic Rules 
 Every migration project is different. 
Projects use tools in different ways, with 
different subsets of the tool/UML, with 
different setups according to project 
specific requirements. 
 The devil is in the details. 
Even in the context of migration projects for 
which there exist an out of-the-box 
migration mechanism, there may be 
surprises, such as special characters in the 
input data causing failure/issues. 
 Migration is an iterative process. 
As a side effect of rules 1 and 2 above, a 
migration is typically a trial and error 
process to be done iteratively until a 
satisfactory result has been achieved. 
This may involve a PoC and a Pilot before 
the final transition is made. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 36
IBM Rational Software Development Conference 2008 
Basic Rules - continued 
 Balance the scope of the migration. 
Often good enough really is good 
enough. 
If there are issues look for alternative 
solutions or question the relevance of 
migrating the data. 
Small amount of data does not need a tool 
but can be migrated by hand. 
 The result counts, not the method. 
the perfect is the enemy of the good. 
How elegantly the migration appears to 
happen is irrelevant as long as the costs 
are acceptable. 
 Reuse and adapt what is available. 
The cost of migrating a project in presence 
of existing assets can be reduced by a 
magnitude. 
The proactive variant of this rule is to 
develop reusable, adaptable and 
documented migration assets. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 37
IBM Rational Software Development Conference 2008 
Basic Rules - continued 
 Outsource whenever there is need. 
If there is no in-house experience in 
conducting a migration, or if the relevant 
tools and techniques are not at hand, call 
Rational consultants or partners having 
migration experience and reusable assets. 
 Document your experiences. 
Migration occurs infrequently, and having 
all tips and tricks, questionnaires, 
guidelines, checklists, findings, 
recommendations, etc. documented will 
usually pay off next time a similar migration 
is attempted. 
 Publish your assets. 
Migration is not rocket science, though it is 
potentially complicated. Even small 
reusable assets may save time in context 
of a migration project. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 38
IBM Rational Software Development Conference 2008 
Agenda 
 Motivations and Mechanisms 
 Migration Process 
 Migration from Rational Rose and 
Rational XDE to RSA 
 Migration from 3rd Party UML 
Tools 
 Basic Rules 
 Conclusions 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 39
IBM Rational Software Development Conference 2008 
Conclusion 
 The decision to introduce Rational Software Architect should not depend 
on the migration of the existing UML models, thus the investment in the 
existing UML models can be preserved. 
 The techniques, mechanisms, processes and tips and tricks are to a large 
extend known. 
 Migration can be effectively speeded up using experts and/or reusable 
assets. 
 But do not forget the basic rules 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 40
IBM Rational Software Development Conference 2008 
For more information 
 DeveloperWorks 
Mustansir, Jagadischa: Part 1: How to 
Migrate UML Models to Rational Software 
Architect 
IBM Rational: Migrating Rational Rose 
scripts for use with Rational Software 
Modeler, Rational Software Architect, or 
Rational Systems Developer 
Tutorials: Migrating to Rational Systems 
Developer, Part 1 and Part 2 
 Rational Edge 
Einar Karlsen: Migrating Existing projects 
to Rational solutions 
 RSA Online Help 
 Rational Sales Office/Consultants 
 Reischmann Informatik 
www.reischmann.com 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 41
IBM Rational Software Development Conference 2008 
QUESTIONS 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 42
IBM Rational Software Development Conference 2008 
THANK 
YOU 
Learn more at: 
 IBM Rational software 
 IBM Rational Software Delivery Platform 
 Process and portfolio management 
 Change and release management 
 Quality management 
 Architecture management 
 Rational trial downloads 
 Leading Innovation Web site 
 developerWorks Rational 
 IBM Rational TV 
 IBM Rational Business Partners 
© Copyright IBM Corporation 2008. 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, the on-demand 
business logo, Rational, the Rational 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. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 43
IBM Rational Software Development Conference 2008 
Manual Migration 
 The simplest form of migration is a manual 
migration. 
 Pros 
Flexible 
Limited pre-requisites (human know-how) 
 Cons 
Manual migration is tedious 
It has a high cost in terms of money and 
time when there is a quantity of data 
involved. 
Inherently error prone. 
 Remarks 
In the context of a small amount of data 
and lack of adequate tool support, it is a 
perfectly viable option. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 44
IBM Rational Software Development Conference 2008 
XMI Export/Import 
 XMI format expressing model information 
is exported out of one tool and imported 
into the other 
 Pros 
XMI Format is „standardized“ 
 Cons 
Diagrams are lost. 
Domain or tool specific information may be 
lost. 
Profiles may be lost. 
 Remarks 
Traps: extended subset, common subset, 
XMI sub-version dependent 
Fall back position for small projects. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 45
IBM Rational Software Development Conference 2008 
Built-In Export/Import Functions 
 Rose and XDE models are imported into 
RSA 
 Pros 
Out-of-the-box solution 
Migrates models, diagrams and profiles 
(amongst others) 
 Cons 
Migration is still a non-trivial process. 
Special concerns with respect to tool 
integrations and code generation is 
required. 
 Remarks 
Suitable solution for existing Rose and 
XDE users 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 46
IBM Rational Software Development Conference 2008 
Third Party Migration Tools 
 Import of 3rd party UML models into RSA 
 Pros 
Out-of-the-box solution 
Migrates models, diagrams and profiles 
(amongst others) 
Adaptable under service agreement 
 Cons 
Migration is still a non-trivial process. 
Special concerns with respect to tool 
integrations and code generation is 
required. 
 Remarks 
Suitable solution for a large range of 3rd 
party UML tools existing tools 
TOOLB 
US 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 47
IBM Rational Software Development Conference 2008 
Home Grown Scripts 
 In the absence of any migration tool at all, 
a last resort is to develop home-grown 
migration scripts, either from scratch or 
based on any existing source available. 
 Pros 
This kind of migration mechanism has the 
highest level of flexibility, since the tool can 
be adapted as required. 
 Cons 
It is the migration mechanism with the 
highest initial cost. 
It requires personnel is available with the 
required programming and domain know-how, 
It requires that appropriate APIs are 
available. 
AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 48

More Related Content

What's hot

Rhapsody Software
Rhapsody SoftwareRhapsody Software
Rhapsody SoftwareBill Duncan
 
Rhapsody reverseengineering
Rhapsody reverseengineeringRhapsody reverseengineering
Rhapsody reverseengineeringScott Althouse
 
[2015/2016] Modern development paradigms
[2015/2016] Modern development paradigms[2015/2016] Modern development paradigms
[2015/2016] Modern development paradigmsIvano Malavolta
 
Deployment of a test management solution for a defence project using an integ...
Deployment of a test management solution for a defence project using an integ...Deployment of a test management solution for a defence project using an integ...
Deployment of a test management solution for a defence project using an integ...Einar Karlsen
 
Automatic measurements of use cases with cosmic thomas fehlmann
Automatic measurements of use cases with cosmic   thomas fehlmannAutomatic measurements of use cases with cosmic   thomas fehlmann
Automatic measurements of use cases with cosmic thomas fehlmannIWSM Mensura
 
Automatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsAutomatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsIvano Malavolta
 
Frank Leymann @ BPMN 2010
Frank Leymann @ BPMN 2010Frank Leymann @ BPMN 2010
Frank Leymann @ BPMN 2010bpmn2010
 
TOGAF Classroom Series - M3 intro-adm
TOGAF Classroom Series - M3 intro-admTOGAF Classroom Series - M3 intro-adm
TOGAF Classroom Series - M3 intro-admCuneyt Kaya
 
EGL Conference 2011 - Application Migration
EGL Conference 2011 - Application MigrationEGL Conference 2011 - Application Migration
EGL Conference 2011 - Application MigrationWill Smythe
 
Automated functional size measurement for three tier object relational mappin...
Automated functional size measurement for three tier object relational mappin...Automated functional size measurement for three tier object relational mappin...
Automated functional size measurement for three tier object relational mappin...IWSM Mensura
 
Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Francisco Amores
 
Using MDE for the Formal Verification of Embedded Systems Modeled by UML Se...
Using MDE for the Formal Verification of Embedded  Systems Modeled by UML Se...Using MDE for the Formal Verification of Embedded  Systems Modeled by UML Se...
Using MDE for the Formal Verification of Embedded Systems Modeled by UML Se...Francisco Assis Nascimento
 
[2016/2017] Architectural languages
[2016/2017] Architectural languages[2016/2017] Architectural languages
[2016/2017] Architectural languagesIvano Malavolta
 
Model-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical SoftwareModel-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical Softwaregjuljo
 
STAF/ICGT 2018 Introduction to graph-oriented programming
STAF/ICGT 2018 Introduction to graph-oriented programmingSTAF/ICGT 2018 Introduction to graph-oriented programming
STAF/ICGT 2018 Introduction to graph-oriented programmingOlivier REY
 
[2015/2016] Architectural languages
[2015/2016] Architectural languages[2015/2016] Architectural languages
[2015/2016] Architectural languagesIvano Malavolta
 
Webinar business process driven requirements and risk testing
Webinar business process driven requirements and risk testingWebinar business process driven requirements and risk testing
Webinar business process driven requirements and risk testingTransWare AG
 
Introduction to ARCHITECTURAL LANGUAGES
Introduction to ARCHITECTURAL LANGUAGESIntroduction to ARCHITECTURAL LANGUAGES
Introduction to ARCHITECTURAL LANGUAGESIvano Malavolta
 

What's hot (20)

Rhapsody Software
Rhapsody SoftwareRhapsody Software
Rhapsody Software
 
Rhapsody reverseengineering
Rhapsody reverseengineeringRhapsody reverseengineering
Rhapsody reverseengineering
 
[2015/2016] Modern development paradigms
[2015/2016] Modern development paradigms[2015/2016] Modern development paradigms
[2015/2016] Modern development paradigms
 
Deployment of a test management solution for a defence project using an integ...
Deployment of a test management solution for a defence project using an integ...Deployment of a test management solution for a defence project using an integ...
Deployment of a test management solution for a defence project using an integ...
 
Automatic measurements of use cases with cosmic thomas fehlmann
Automatic measurements of use cases with cosmic   thomas fehlmannAutomatic measurements of use cases with cosmic   thomas fehlmann
Automatic measurements of use cases with cosmic thomas fehlmann
 
Automatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodelsAutomatically bridging UML profiles into MOF metamodels
Automatically bridging UML profiles into MOF metamodels
 
Frank Leymann @ BPMN 2010
Frank Leymann @ BPMN 2010Frank Leymann @ BPMN 2010
Frank Leymann @ BPMN 2010
 
TOGAF Classroom Series - M3 intro-adm
TOGAF Classroom Series - M3 intro-admTOGAF Classroom Series - M3 intro-adm
TOGAF Classroom Series - M3 intro-adm
 
EGL Conference 2011 - Application Migration
EGL Conference 2011 - Application MigrationEGL Conference 2011 - Application Migration
EGL Conference 2011 - Application Migration
 
Automated functional size measurement for three tier object relational mappin...
Automated functional size measurement for three tier object relational mappin...Automated functional size measurement for three tier object relational mappin...
Automated functional size measurement for three tier object relational mappin...
 
Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)Become Jythonic in FDMEE (KSCOPE15)
Become Jythonic in FDMEE (KSCOPE15)
 
Using MDE for the Formal Verification of Embedded Systems Modeled by UML Se...
Using MDE for the Formal Verification of Embedded  Systems Modeled by UML Se...Using MDE for the Formal Verification of Embedded  Systems Modeled by UML Se...
Using MDE for the Formal Verification of Embedded Systems Modeled by UML Se...
 
4+1 view model
4+1 view model4+1 view model
4+1 view model
 
[2016/2017] Architectural languages
[2016/2017] Architectural languages[2016/2017] Architectural languages
[2016/2017] Architectural languages
 
Model-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical SoftwareModel-Driven Development for Safety-Critical Software
Model-Driven Development for Safety-Critical Software
 
STAF/ICGT 2018 Introduction to graph-oriented programming
STAF/ICGT 2018 Introduction to graph-oriented programmingSTAF/ICGT 2018 Introduction to graph-oriented programming
STAF/ICGT 2018 Introduction to graph-oriented programming
 
[2015/2016] Architectural languages
[2015/2016] Architectural languages[2015/2016] Architectural languages
[2015/2016] Architectural languages
 
Webinar business process driven requirements and risk testing
Webinar business process driven requirements and risk testingWebinar business process driven requirements and risk testing
Webinar business process driven requirements and risk testing
 
Introduction to ARCHITECTURAL LANGUAGES
Introduction to ARCHITECTURAL LANGUAGESIntroduction to ARCHITECTURAL LANGUAGES
Introduction to ARCHITECTURAL LANGUAGES
 
Week 6
Week 6Week 6
Week 6
 

Similar to Practical Experiences Migrating Unified Modeling Language Models to IBM® Rational® Software Architect

Rational: The Platform for Software Development
Rational: The Platform for Software DevelopmentRational: The Platform for Software Development
Rational: The Platform for Software Developmentsaman zaker
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUGIF
 
xUMLFinalPresentation.ppt
xUMLFinalPresentation.pptxUMLFinalPresentation.ppt
xUMLFinalPresentation.pptssuser2ef938
 
Discover DoDAF problems early in the lifecycle with model execution
Discover DoDAF problems early in the lifecycle with model executionDiscover DoDAF problems early in the lifecycle with model execution
Discover DoDAF problems early in the lifecycle with model executionGraham Bleakley
 
Evaluation of meta modeling tools for domain specific modeling language chnjl
Evaluation of meta modeling   tools for domain specific modeling language chnjlEvaluation of meta modeling   tools for domain specific modeling language chnjl
Evaluation of meta modeling tools for domain specific modeling language chnjlPG Scholar
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case StudyADC Austin Tech
 
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
 
Database development with visual studio 2010
Database development with visual studio 2010Database development with visual studio 2010
Database development with visual studio 2010Abhimanyu Singhal
 
The software management and engineering in the AI-oriented projects tutorial
The software management and engineering in the AI-oriented projects tutorialThe software management and engineering in the AI-oriented projects tutorial
The software management and engineering in the AI-oriented projects tutorialrpietruszkiewicz
 
Ukfs Snr Dev Arch Forum Pres3 Re
Ukfs Snr Dev Arch Forum Pres3 ReUkfs Snr Dev Arch Forum Pres3 Re
Ukfs Snr Dev Arch Forum Pres3 ReAllyWick
 
A Software Factory Integrating Rational & WebSphere Tools
A Software Factory Integrating Rational & WebSphere ToolsA Software Factory Integrating Rational & WebSphere Tools
A Software Factory Integrating Rational & WebSphere Toolsghodgkinson
 
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTCIBM Rational
 
Automatic measurements of use cases with cosmic thomas fehlmann
Automatic measurements of use cases with cosmic   thomas fehlmannAutomatic measurements of use cases with cosmic   thomas fehlmann
Automatic measurements of use cases with cosmic thomas fehlmannIWSM Mensura
 
Sodius cassidian mdday2010
Sodius cassidian mdday2010Sodius cassidian mdday2010
Sodius cassidian mdday2010MD DAY
 
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
 

Similar to Practical Experiences Migrating Unified Modeling Language Models to IBM® Rational® Software Architect (20)

Rational: The Platform for Software Development
Rational: The Platform for Software DevelopmentRational: The Platform for Software Development
Rational: The Platform for Software Development
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutes
 
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee ApplicatiesFinal Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
Final Jspring2009 Mda Slimmer Ontwikkelen Van Java Ee Applicaties
 
xUMLFinalPresentation.ppt
xUMLFinalPresentation.pptxUMLFinalPresentation.ppt
xUMLFinalPresentation.ppt
 
Discover DoDAF problems early in the lifecycle with model execution
Discover DoDAF problems early in the lifecycle with model executionDiscover DoDAF problems early in the lifecycle with model execution
Discover DoDAF problems early in the lifecycle with model execution
 
Evaluation of meta modeling tools for domain specific modeling language chnjl
Evaluation of meta modeling   tools for domain specific modeling language chnjlEvaluation of meta modeling   tools for domain specific modeling language chnjl
Evaluation of meta modeling tools for domain specific modeling language chnjl
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case Study
 
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...
 
Database development with visual studio 2010
Database development with visual studio 2010Database development with visual studio 2010
Database development with visual studio 2010
 
Bpm Tools
Bpm ToolsBpm Tools
Bpm Tools
 
Amq Overview Continuous Quality Assurance
Amq Overview Continuous Quality AssuranceAmq Overview Continuous Quality Assurance
Amq Overview Continuous Quality Assurance
 
The software management and engineering in the AI-oriented projects tutorial
The software management and engineering in the AI-oriented projects tutorialThe software management and engineering in the AI-oriented projects tutorial
The software management and engineering in the AI-oriented projects tutorial
 
RAGHUNATH_GORLA_RESUME
RAGHUNATH_GORLA_RESUMERAGHUNATH_GORLA_RESUME
RAGHUNATH_GORLA_RESUME
 
Ukfs Snr Dev Arch Forum Pres3 Re
Ukfs Snr Dev Arch Forum Pres3 ReUkfs Snr Dev Arch Forum Pres3 Re
Ukfs Snr Dev Arch Forum Pres3 Re
 
A Software Factory Integrating Rational & WebSphere Tools
A Software Factory Integrating Rational & WebSphere ToolsA Software Factory Integrating Rational & WebSphere Tools
A Software Factory Integrating Rational & WebSphere Tools
 
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC6.18.2013 System Development - Change/Configuration and Collaboration - RTC
6.18.2013 System Development - Change/Configuration and Collaboration - RTC
 
Automatic measurements of use cases with cosmic thomas fehlmann
Automatic measurements of use cases with cosmic   thomas fehlmannAutomatic measurements of use cases with cosmic   thomas fehlmann
Automatic measurements of use cases with cosmic thomas fehlmann
 
Sodius cassidian mdday2010
Sodius cassidian mdday2010Sodius cassidian mdday2010
Sodius cassidian mdday2010
 
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
 
PathMATE
PathMATEPathMATE
PathMATE
 

More from Einar Karlsen

A case study in using ibm watson studio machine learning services ibm devel...
A case study in using ibm watson studio machine learning services   ibm devel...A case study in using ibm watson studio machine learning services   ibm devel...
A case study in using ibm watson studio machine learning services ibm devel...Einar Karlsen
 
Weather data meets ibm cloud. part 4 analysis and visualization of weather ...
Weather data meets ibm cloud. part 4   analysis and visualization of weather ...Weather data meets ibm cloud. part 4   analysis and visualization of weather ...
Weather data meets ibm cloud. part 4 analysis and visualization of weather ...Einar Karlsen
 
Weather data meets ibm cloud. part 3 transformation and aggregation of weat...
Weather data meets ibm cloud. part 3   transformation and aggregation of weat...Weather data meets ibm cloud. part 3   transformation and aggregation of weat...
Weather data meets ibm cloud. part 3 transformation and aggregation of weat...Einar Karlsen
 
Weather data meets ibm cloud. part 2 storage and query of weather data - ib...
Weather data meets ibm cloud. part 2   storage and query of weather data - ib...Weather data meets ibm cloud. part 2   storage and query of weather data - ib...
Weather data meets ibm cloud. part 2 storage and query of weather data - ib...Einar Karlsen
 
Weather data meets ibm cloud. part 1 ingestion and processing of weather da...
Weather data meets ibm cloud. part 1   ingestion and processing of weather da...Weather data meets ibm cloud. part 1   ingestion and processing of weather da...
Weather data meets ibm cloud. part 1 ingestion and processing of weather da...Einar Karlsen
 
Plan ahead and act proficiently for reporting - Lessons Learned
Plan ahead and act proficiently for reporting - Lessons LearnedPlan ahead and act proficiently for reporting - Lessons Learned
Plan ahead and act proficiently for reporting - Lessons LearnedEinar Karlsen
 
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and Analysis
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and AnalysisIBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and Analysis
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and AnalysisEinar Karlsen
 

More from Einar Karlsen (7)

A case study in using ibm watson studio machine learning services ibm devel...
A case study in using ibm watson studio machine learning services   ibm devel...A case study in using ibm watson studio machine learning services   ibm devel...
A case study in using ibm watson studio machine learning services ibm devel...
 
Weather data meets ibm cloud. part 4 analysis and visualization of weather ...
Weather data meets ibm cloud. part 4   analysis and visualization of weather ...Weather data meets ibm cloud. part 4   analysis and visualization of weather ...
Weather data meets ibm cloud. part 4 analysis and visualization of weather ...
 
Weather data meets ibm cloud. part 3 transformation and aggregation of weat...
Weather data meets ibm cloud. part 3   transformation and aggregation of weat...Weather data meets ibm cloud. part 3   transformation and aggregation of weat...
Weather data meets ibm cloud. part 3 transformation and aggregation of weat...
 
Weather data meets ibm cloud. part 2 storage and query of weather data - ib...
Weather data meets ibm cloud. part 2   storage and query of weather data - ib...Weather data meets ibm cloud. part 2   storage and query of weather data - ib...
Weather data meets ibm cloud. part 2 storage and query of weather data - ib...
 
Weather data meets ibm cloud. part 1 ingestion and processing of weather da...
Weather data meets ibm cloud. part 1   ingestion and processing of weather da...Weather data meets ibm cloud. part 1   ingestion and processing of weather da...
Weather data meets ibm cloud. part 1 ingestion and processing of weather da...
 
Plan ahead and act proficiently for reporting - Lessons Learned
Plan ahead and act proficiently for reporting - Lessons LearnedPlan ahead and act proficiently for reporting - Lessons Learned
Plan ahead and act proficiently for reporting - Lessons Learned
 
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and Analysis
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and AnalysisIBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and Analysis
IBM Innovate2012 - CIO Cockpit for Integrated Planning, Controlling and Analysis
 

Recently uploaded

cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningVitsRangannavar
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 

Recently uploaded (20)

cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learning
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 

Practical Experiences Migrating Unified Modeling Language Models to IBM® Rational® Software Architect

  • 1. IBM Rational Software Development Conference 2008 Experiences Migrating Unified Modeling Language Models to IBM® Rational® Software Architect Managing Director, Reischmann Informatik GmbH josef.reischmann@reischmann.com © 2007 IBM Corporation ® Practical Josef Reischmann Dr. Einar Karlsen Software Systems Architect einar.karlsen@de.ibm.com René Meyer Software Systems Architect rene.meyer@de.ibm.com AC31 Practical Experiences Migrating UML Model to IBM ® Rational ® Software Architect 1
  • 2. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 2
  • 3. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 3
  • 4. IBM Rational Software Development Conference 2008 Motivations – Why Migration Matters Modernization. Existing platforms, tools, or methods have reached end-of-life Standardization/corporate governance. A project is not aligned with corporate standards and is consequently forced to migrate. Improved functionality/automation. Existing solutions do not offer the degree of automation or functionality required to support the project, e.g. Model Driven Architecture (MDA) or UML2. Improved interoperability/lifecycle support. A change in the tool environment is made in one discipline in order to improve interoperability and lifecycle support with the other disciplines. Rational Software Architect Rational Application Developer Eclipse * Rational Systems Developer Rational Software Modeler AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 4
  • 5. IBM Rational Software Development Conference 2008 Migration Mechanisms Model Migration Mechanisms Manual migration XMI export/import Built-in Model export/import tool Third party tool Home-grown migration scripts The various mechanisms are not exclusive. Migration of the bulk set of data can be done using a built-in export/import mechanism or a third party solution. Manual migration, can then be used for bits and pieces of information that are not covered by the migration tool. Home-grown scripts can be used in context of an existing migration tool either to pre-process the data (e.g. to clean up a UML model) or to post-process it. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 5
  • 6. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 6
  • 7. IBM Rational Software Development Conference 2008 Migration Process Fast-path (Ideal process) Analyze source model Determine Scope Define migration solution Apply Migration Tool Check target model Finished Real-path A bit more complicated Requires more steps Pre-processing Post processing Highly Iterative Requires special skills .. and willingness to compromise. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 7
  • 8. IBM Rational Software Development Conference 2008 Realpath Migration Process Define scope. Interview the various stakeholders and collect the requirements. Analyze the existing and new tool environment and define the scope. Define migration mapping. Analyze source data and identify the data that need to be migrated. Define the mapping between the source data and the target data. Determine migration mechanisms. Analyze and evaluate possible migration mechanisms and determine the migration solution. Define migration plan. For large or complex migrations it may be relevant to define a migration plan identifying the various steps involved AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 8
  • 9. IBM Rational Software Development Conference 2008 Realpath Migration Process - continued Prepare target environment. Install, setup and configure target environment (e.g. RSA with ClearCase and RequisitePro). Implement conversion scripts. Any missing tools needed in order to migrate or pre-/post-process the data are implemented or adapted from existing scripts and tested. Pre-process source data. Get source data in a form where it can be migrated (e.g. partition of large models). Validate source data and remove errors. Perform migration. Call the migration tools with the relevant parameters and produce initial target model as result. Check migration log. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 9
  • 10. IBM Rational Software Development Conference 2008 Realpath Migration Process - continued Evaluate result. Evaluate target model e.g. with respect to the scope looking into target model. Check migration log (errors, warnings). Invoke the validation function of RSA Split the evaluation work among several team member or actual users of the tool. Post-process target data. Check and remove validation errors - either manually or automatically by running a script. Partition of large models into fragments. Document experiences. Write documentation in form of migration guides and tips and tricks required to finally succeed. Deploy Solution AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 10
  • 11. IBM Rational Software Development Conference 2008 Beyond Model/Data Conversion Training of Users Definition of Process Definition of Model Guidelines Setup for Working in Teams Resolution of UML 1.x/2.1 differences Migration of UML Profiles Migration of Scripts Development of new Scripts Migration of Reports Migration and Synchronization with Code Peer-Review of the Migrated Models AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 11
  • 12. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 12
  • 13. IBM Rational Software Development Conference 2008 Rose Import – Getting Started Invoke FileImport and select source Rose model to import Specify target Project and target Model Tip: Before doing this step, identify the models that are subject to migration validate source models and remove Validation errors Broken references Tip: Increase heap size of RSA in context of large models AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 13
  • 14. IBM Rational Software Development Conference 2008 Rose Import – Working in Team Resolve controlled units not found using path map symbols Decide whether to convert controlled units to fragments or to models Tip: Before migration, setup RSA with ClearCase or other CMVC system. Tip: Following the migration, a post-processing may be needed to refactor the model: Mapping of Rose/XDE views in different models Appropriate relocation in Eclipse Projects Definition of Navigation Model Restructuring to avoid cyclic model dependencies Restructuring to minimize load time AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 14
  • 15. IBM Rational Software Development Conference 2008 Rose Import – Profiles and Stereotypes Rose property sets and stereotype are imported as UML profiles. For a property set/stereotype decide whether to Ignore it Reference existing UML profile Create new profile Profile can be maintained/enhanced as Eclipse Plug-In to accommodate for constraints and additional property fields. Tip: Do not migrate the Rose and XDE models that contain a large numbers of profiles needed in Rose/XDE for roundtrip engineering (Ada, ANSI C++). This will save space and time. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 15
  • 16. IBM Rational Software Development Conference 2008 Rose Import - Options There are a few options that can be specified Use Rose icons and shape Use Rose colors Max number of migration problems allowed Show migration problems in Problem view AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 16
  • 17. IBM Rational Software Development Conference 2008 Migration Problems Changes/Increased rigorousity in UML standard may lead to: Creation of new elements Data types are represented as classes Morph of elements or relationships Association morphed in dependencies with new stereotype Removal of Illegal constructs (rarely) Model may need to be postprocessed by RSA pluglet to remove errors Anonymous roles Redundant data types („String“, „string“) Collaboration model structure Tip: document solution to these details on the run in a migration guidelines document Rose Modell Collaboration after Import to RSA Requested model structure using RSA Pluglets • Creation of a Realization Relationship • Setting the realization Stereotype for the Collaboration • Move of the Collaboration into another Package or Model AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 17
  • 18. IBM Rational Software Development Conference 2008 Migration of Scripts Reasons for script Supporting rules (name conventions, model guidelines) Own metrics Propriety functionality/enhancements Custom integrations Reasons for discarding a script The problem solved by the script is not present in RSA Functionality comes out of the box in RSA (non modal dialog for editing properties) Script has become obsolete or has low priority For scripts to migrate, look into mapping: Eclipse Plug-In? RSA Pluglet? Profile? … AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 18
  • 19. IBM Rational Software Development Conference 2008 Mapping of Rose and XDE Extensibility Mechanisms Source RSA Mechanism Tool Source Complex scripts/Script with GUI Rose, XDE RXE script (Eclipse Plugin) Simple script with little GUI Rose, XDE Pluglet Dialog Rose, XDE RSA dialogs or wizards (Eclipse Plugin) Menus Rose, XDE RSA Menu Extensions (Eclipse Plugin) Custom Code Generation Rose, XDE Transformation Code Visualization, Harvesting, Transformations Custom Reverse Engineering Rose, XDE Rose Model Events Rose UML Model Event Listeners Patterns XDE Patterns, Transformations, JET2 MDA Toolkit Transformations XDE Transformations Code Templates XDE JET2 AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 19
  • 20. IBM Rational Software Development Conference 2008 Code Generation The concept of Round-Trip-Engineering (RTE) in Rose and XDE are fundamentally different to the concepts of RSA. Application design models can be enriched with harvested elements from code. Code can be generated from application design models using transformations. For specific programming languages (Java, C++) reverse transformations (reconciliations) can be used to generate model from code. Be Aware: getting code and model in sync is likely to require a complete new design model. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 20
  • 21. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 21
  • 22. IBM Rational Software Development Conference 2008 Reischmann Informatik GmbH – Company Profile Reischmann Informatik (RI) specializes in supplying interfaces for the model migration between UML modeling, data modeling, database design and business process modeling tools Located at Munich, Germany Founded in 1983 (Interface development since 1986) TOOLBUS™ technology Component based architecture for standardized model conversion Extensible and customizable for special customer requirements - offered as a service (alternative solution to home-grown migration scripts) More than 30 modeling tools supported More than 300 companies worldwide have been using TOOLBUS interfaces Licensed software and migration services Successful 3rd party UML model migrations to IBM Rational Software Architect for major companies in the finance industry AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 22
  • 23. IBM Rational Software Development Conference 2008 Migration Scenarios from 3rd Party UML Tools Replacing another UML tool by Rational Software Architect Importing and exporting reference models, e.g. Model Driven Architecture UML models from OMG Common Information Models (CIM) UML model exchange between organizations or projects Rational Software Architect as development back-end for UML analysis tool AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 23
  • 24. IBM Rational Software Development Conference 2008 TOOLBUS Interfaces for Migration from 3rd Party Tools ARIS UML Designer Borland Together Enterprise Architect Innovator MagicDraw Microsoft Office Visio Select Architect Telelogic System Architect AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 24
  • 25. IBM Rational Software Development Conference 2008 TOOLBUS Interfaces for Model Migration to RSA Complete Migration Mainly restricted by the export limitations of the 3rd party tool (e.g. XMI) All UML objects, associations and attributes All documentation text UML diagrams (layout and colors) Customizable for tool proprietary and user extensions of UML standard (User Defined Properties, Profiles) Independent of UML Version (UML 1.3/1.4 to UML 2.0 conversion supported) Size of importable models only limited by Eclipse restrictions (Java heap size) AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 25
  • 26. IBM Rational Software Development Conference 2008 Available Import Technologies API (preferred technology) mostly complete (including diagram layout and details) mostly same methods as used by the UML tool itself mostly compatible to new UML tool versions traceable and controlled import of huge models model update supported for import (required for round-trip engineering) UML tool must be installed for the migration! XMI File (compromise) mostly incomplete (diagram information missing in the XMI standard) applicable with proprietary extensions, e.g. Unisys extensions (de facto standard for XMI 1.3) XMI versions incompatible no import traceability (issue when importing huge models) mostly no model update support for import (issue for round-trip engineering) migration independent of the installation of the UML tool! Proprietary XML or text export / import files (if API not available) AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 26
  • 27. IBM Rational Software Development Conference 2008 Model Migration from ARIS UML Designer to RSA Sample: Use-Case Diagram (Development back-end for UML analysis tool) Export Technology: AML Export File (proprietary XML file) TOOLBU S AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 27
  • 28. IBM Rational Software Development Conference 2008 Model Migration from Borland Together 6 to RSA Sample: Activity Diagram Export Technology: XMI File (with Unisys Extensions) TOOLB US AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 28
  • 29. IBM Rational Software Development Conference 2008 Model Migration from Enterprise Architect to RSA Sample: Class Diagram TOOLBUS Export technologies: - VisualBasic API - XMI file (with proprietary extensions) AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 29
  • 30. IBM Rational Software Development Conference 2008 Model Migration from Microsoft Office Visio to RSA Sample: Class Diagram Export technology: - VDX file TOOLBUS AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 30
  • 31. IBM Rational Software Development Conference 2008 Model Migration from Select Architect to RSA Sample: Collaboration / Interaction Diagram Export Technology: VisualBasic API TOOLB US AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 31
  • 32. IBM Rational Software Development Conference 2008 Model Migration from Telelogic System Architect to RSA Sample: Sequence Diagram Export technology: VisualBasic API TOOLB US AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 32
  • 33. IBM Rational Software Development Conference 2008 Model Migration from Telelogic System Architect to RSA Sample: Activity Diagram TOOLBU S Export technology: VisualBasic API AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 33
  • 34. IBM Rational Software Development Conference 2008 Practical Experiences Importing UML Models into RSA Rational Software Architect import technology used Eclipse Modeling Framework (EMF) / Eclipse-Plugin Reliable Complete UML import enabled (including diagrams) Batch execution feasible for mass conversions (“Headless Application”) Import Wizard User friendly A few restrictions Size of importable UML models limited by Java heap size (about 2 GB) Huge models from database based UML tools must be partitioned for import Round-trip engineering complicated Globally Unique Identifiers (GUIDs) are not supported in RSA AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 34
  • 35. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 35
  • 36. IBM Rational Software Development Conference 2008 Basic Rules Every migration project is different. Projects use tools in different ways, with different subsets of the tool/UML, with different setups according to project specific requirements. The devil is in the details. Even in the context of migration projects for which there exist an out of-the-box migration mechanism, there may be surprises, such as special characters in the input data causing failure/issues. Migration is an iterative process. As a side effect of rules 1 and 2 above, a migration is typically a trial and error process to be done iteratively until a satisfactory result has been achieved. This may involve a PoC and a Pilot before the final transition is made. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 36
  • 37. IBM Rational Software Development Conference 2008 Basic Rules - continued Balance the scope of the migration. Often good enough really is good enough. If there are issues look for alternative solutions or question the relevance of migrating the data. Small amount of data does not need a tool but can be migrated by hand. The result counts, not the method. the perfect is the enemy of the good. How elegantly the migration appears to happen is irrelevant as long as the costs are acceptable. Reuse and adapt what is available. The cost of migrating a project in presence of existing assets can be reduced by a magnitude. The proactive variant of this rule is to develop reusable, adaptable and documented migration assets. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 37
  • 38. IBM Rational Software Development Conference 2008 Basic Rules - continued Outsource whenever there is need. If there is no in-house experience in conducting a migration, or if the relevant tools and techniques are not at hand, call Rational consultants or partners having migration experience and reusable assets. Document your experiences. Migration occurs infrequently, and having all tips and tricks, questionnaires, guidelines, checklists, findings, recommendations, etc. documented will usually pay off next time a similar migration is attempted. Publish your assets. Migration is not rocket science, though it is potentially complicated. Even small reusable assets may save time in context of a migration project. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 38
  • 39. IBM Rational Software Development Conference 2008 Agenda Motivations and Mechanisms Migration Process Migration from Rational Rose and Rational XDE to RSA Migration from 3rd Party UML Tools Basic Rules Conclusions AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 39
  • 40. IBM Rational Software Development Conference 2008 Conclusion The decision to introduce Rational Software Architect should not depend on the migration of the existing UML models, thus the investment in the existing UML models can be preserved. The techniques, mechanisms, processes and tips and tricks are to a large extend known. Migration can be effectively speeded up using experts and/or reusable assets. But do not forget the basic rules AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 40
  • 41. IBM Rational Software Development Conference 2008 For more information DeveloperWorks Mustansir, Jagadischa: Part 1: How to Migrate UML Models to Rational Software Architect IBM Rational: Migrating Rational Rose scripts for use with Rational Software Modeler, Rational Software Architect, or Rational Systems Developer Tutorials: Migrating to Rational Systems Developer, Part 1 and Part 2 Rational Edge Einar Karlsen: Migrating Existing projects to Rational solutions RSA Online Help Rational Sales Office/Consultants Reischmann Informatik www.reischmann.com AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 41
  • 42. IBM Rational Software Development Conference 2008 QUESTIONS AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 42
  • 43. IBM Rational Software Development Conference 2008 THANK YOU Learn more at: IBM Rational software IBM Rational Software Delivery Platform Process and portfolio management Change and release management Quality management Architecture management Rational trial downloads Leading Innovation Web site developerWorks Rational IBM Rational TV IBM Rational Business Partners © Copyright IBM Corporation 2008. 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, the on-demand business logo, Rational, the Rational 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. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 43
  • 44. IBM Rational Software Development Conference 2008 Manual Migration The simplest form of migration is a manual migration. Pros Flexible Limited pre-requisites (human know-how) Cons Manual migration is tedious It has a high cost in terms of money and time when there is a quantity of data involved. Inherently error prone. Remarks In the context of a small amount of data and lack of adequate tool support, it is a perfectly viable option. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 44
  • 45. IBM Rational Software Development Conference 2008 XMI Export/Import XMI format expressing model information is exported out of one tool and imported into the other Pros XMI Format is „standardized“ Cons Diagrams are lost. Domain or tool specific information may be lost. Profiles may be lost. Remarks Traps: extended subset, common subset, XMI sub-version dependent Fall back position for small projects. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 45
  • 46. IBM Rational Software Development Conference 2008 Built-In Export/Import Functions Rose and XDE models are imported into RSA Pros Out-of-the-box solution Migrates models, diagrams and profiles (amongst others) Cons Migration is still a non-trivial process. Special concerns with respect to tool integrations and code generation is required. Remarks Suitable solution for existing Rose and XDE users AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 46
  • 47. IBM Rational Software Development Conference 2008 Third Party Migration Tools Import of 3rd party UML models into RSA Pros Out-of-the-box solution Migrates models, diagrams and profiles (amongst others) Adaptable under service agreement Cons Migration is still a non-trivial process. Special concerns with respect to tool integrations and code generation is required. Remarks Suitable solution for a large range of 3rd party UML tools existing tools TOOLB US AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 47
  • 48. IBM Rational Software Development Conference 2008 Home Grown Scripts In the absence of any migration tool at all, a last resort is to develop home-grown migration scripts, either from scratch or based on any existing source available. Pros This kind of migration mechanism has the highest level of flexibility, since the tool can be adapted as required. Cons It is the migration mechanism with the highest initial cost. It requires personnel is available with the required programming and domain know-how, It requires that appropriate APIs are available. AC31 Practical Experiences Migrating UML Model st oto I BIBMM R®SRAational ® Software Architect 48