顯示具有 Rational 標籤的文章。 顯示所有文章
顯示具有 Rational 標籤的文章。 顯示所有文章

2011年1月14日 星期五

客制化Rational Data Architect

本文介紹如何透過操作Data Architect的Model,來延伸其Model的屬性以及功能

出處:http://www.ibm.com/developerworks/data/library/techarticle/dm-0807liu/index.html

Extend IBM InfoSphere Data Architect to meet your specific data modeling and integration requirements, Part 1: Modifying IDA models and customizing properties

Wei Liu (liuw@us.ibm.com), Software Engineer, IBM

Summary:  IBM® InfoSphere® Data Architect (IDA) (formerly Rational® Data Architect) is gaining momentum as a comprehensive tool that helps organizations promote a thorough understanding of their enterprise information architecture. As more people use IDA, there's an increasing need for some customers to extend IDA to meet their unique data modeling and integration requirements. This two-part series shows you how to extend IDA's models, properties view, model reports and validation rules. In Part 1, learn how to programmatically traverse and modify IDA models and how to add and display custom properties. [IDA Version 7.5 has adapted Data Tools Project (DTP) to replace Web Tools Project (WTP). Because IDA uses the SQL model defined in DTP as the basis of its metamodels, the section Programmatically traverse and modify RDA logical data model and physical data model, as well as the sample code provided with the article, were updated.--Ed.]

View more content in this series

Tags for this article: data_access, infosphere_data_architect, integrating_products,integration

使用Rational Data Architect來進行資料整合

本篇介紹如何使用Rational Data Architect來檢視、註解現有之data source,並且建立Mapping model來比較這些data source的差異,並且使用工具,自動產生可套用到WebSphere Information Integerator的程式

引用來源: http://www.ibm.com/developerworks/library/ar-rdaint/#resources

Use Rational Data Architect to integrate data sources

A five-step process for success

Davor Gornik (dgornik@us.ibm.com), Product Manager, IBM

Summary:  No doubt about it -- information integration is challenging. Many business decisions must be documented and many transformations must be performed. IBM Rational® Data Architect can document your decisions and automate part of this process. Read this article to explore a tool-supported process for federation design in just five steps.

2010年5月18日 星期二

設定 Rational 軟體的語系

Rational語系設定依不同版本,有不同之設定方式:

For version 6.0.x:

  • Start IBM Rational Software Development Platform executable (rationalsdp.exe) with the -nl argument followed by the language en_US (for United States English) such as:
    rationalsdp.exe -nl en_US
  • Add the variable VMArgs=-Duser.language=en into the filerationalsdp.ini under the individual VMArgs section as shown below:

    ; Add other individual VMArgs with additional VMArgs keys i.e.
    ; VMArgs=arg1
    ; VMArgs=arg2

    VMArgs=-Duser.language=en

Both rationalsdp.exe and rationalsdp.ini are located by default in:
<IBM_INSTALL_DIR>\rational\SPD\6.0
(for example, C:\Program Files\IBM\Rational\SDP\6.0)

=========================================================================

For version 7.0.x:

  • Start IBM Rational Software Delivery Platform with the -nlargument followed by the language en_US (for United States English) such as:
    RSA
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.ide

    RAD
    "eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.ide
    RSM
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsm.product.ide
    RSD
    "eclipse.exe" -nl en_US -product com.ibm.rational.rsd.product.ide
  • Add the variable VMArgs=-Duser.language=en into the fileeclipse.ini under the VMArgs section as shown below:
    ...
    -vmargs
    -Duser.language=en
    -Xquickstart
    ...

Both eclipse.exe and eclipse.ini are located by default in:
<IBM_INSTALL_DIR>\SPD70
(for example, C:\Program Files\IBM\SDP70)

=============================================================

For version 7.5.x:

  • Start IBM Rational Software Delivery Platform with the -nlargument followed by the language en_US (for United States English) such as:
RSA
"eclipse.exe" -nl en_US -product com.ibm.rational.rsa.product.ide

RAD
"eclipse.exe" -nl en_US -product com.ibm.rational.rad.product.ide
RSM
"eclipse.exe" -nl en_US -product com.ibm.rational.rsm.product.ide
RSA SE
"eclipse.exe" -nl en_US -product com.ibm.rational.rsastd.product.v75.ide
  • Add the variable VMArgs=-Duser.language=en into the fileeclipse.ini under the VMArgs section as shown below:
...
-vmargs
-Duser.language=en
-Xquickstart
...

Both eclipse.exe and eclipse.ini are located by default in:
<IBM_INSTALL_DIR>\SPD
(for example, C:\Program Files\IBM\SDP)
  • Add osgi.nl=en to the end of the config.ini file located under <IBM_INSTALL_DIR>\SPD\configuration