このコンテンツは選択した言語では利用できません。

Appendix A. Reference Material


A.1. Glossary of Terms Used in Windup

A.1.1. Rules Terms

Rule

A piece of code that performs a single unit of work during the migration process. The following is an example of an XML-based rule that finds and reports on instances of weblogic-ejb-jar XML files and provides a link to an article on the Red Hat Customer Portal that describes how to migrate the file.

<rule id="weblogic-xml-descriptor-04000">
    <when>
        <xmlfile matches="/weblogic-ejb-jar" />
    </when>
    <perform>
        <classification title="WebLogic EJB XML" severity="mandatory" effort="3">
            <link href="https://access.redhat.com/articles/1326823" title="Map weblogic-ejb-jar.xml Elements to the jboss-ejb3.xml Descriptor" />
            <tag>ejb</tag>
        </classification>
    </perform>
</rule>
Copy to Clipboard Toggle word wrap
RuleProvider
An implementation of OCPSoft ConfigurationProvider class specifically for Windup. It provides Rule instances and the relevant RuleProviderMetadata for those Java-based and XML-based Rule instances.
Ruleset

A ruleset is a group of one or more RuleProviders that targets a specific area of migration, for example, Spring Java EE 6 or WebLogic JBoss EAP. A ruleset is packaged as a JAR and contains additional information needed for the migration, such as operations, conditions, report templates, static files, metadata, and relationships to other rulesets. The following Windup projects are rulesets.

  • rules-java-ee
  • rules-xml
Rules Metadata
Information about whether a particular ruleset applies to a given situation. The metadata can include the source and target platform and frameworks.
Rules Pipeline
A collection of rules that feed information into the knowledge graph.

A.1.2. Reporting Terms

Level of effort
The effort required to complete the migration task. Level of effort is represented as story points in the Windup reports.
Story Point
A term commonly used in Scrum Agile software development methodology to estimate the level of effort needed to implement a feature or change. It does not necessarily translate to man-hours, but the value should be consistent across tasks. Story points are covered in more detail in the Windup Rules Development Guide.





Revised on 2017-02-17 00:07:20 EST

トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat