0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Pega Platform】Senior System Architect 学習記録1

Last updated at Posted at 2020-11-28

1 Creating a Pega Platform application
 1.1 Enterprise Class Structure layers
  1.1.1 Pega Platform layer ⇒ Organization layer ⇒ Division layer
  1.1.2 Framework layer ⇒ Implementation layer
   ①.Framework layer と Implementation layer は Application から分離される
   ②.framework layer または、implementation layer のいずれかに属する資源は、アプリケーションによって異なる

2 Application versioning
 2.1 Application versioning
  2.1.1 The versioning methods(release cycleを表す)
   ①.方法1:lock and roll(patch versionの為)
     Minor versionとmajor versionについて、application recordとaccess groupの更新が必要
     Patch versionについて、通常は上記の更新が必要ない
   ②.方法2:skimming(minor version and major versionの為)

 2.2 Creating a new application version
  2.2.1 Lock and roll(Dev Studio > Configure > Application > Structure > RuleSet Stack)
   ①.Do not update my application
     patch version numberのみの更新
   ②.Update my Application to include the new Ruleset Versions
     minor versionの更新
   ③.Create a new version of my application
     a new application ruleの作成
  2.2.2 Skimming(Dev Studio > Configure > System >Refactor > RuleSets)

3 Application rulesets
 3.1 Application and production rulesets
  3.1.1 Application rulesets
   ①.Applicationが新規作成される時に、以下rulesetsも自動生成される(名称はApplication名によって異なる)
     For Application:HRApps、HRAppsInt
     For Organizational:TGB、TGBInt
  3.1.2 Production rulesets
   ①.Delegated rulesを利用する為

 3.2 Ruleset validation
  Application rulesはApplication Validation mode
  Organizational rulesetsはRuleset Validation mode
  3.2.1 Application validation mode(AV)
  image.pngimage.png
  image.png
   Validation tool:Dev Studio > Configure > Application >Tools > Validation
  3.2.2 Ruleset validation mode(RV)
  3.2.3 Ruleset prerequisites
     Ruleset prerequisitesはお互いに参照できない
  3.2.4 Mixing application ruleset validation modes
     MyCoPL[MyCo]:AV[RV]
     image.pngimage.png
image.png
  3.2.5 Ruleset validation best practices

 3.3 The ruleset list
  3.3.1 参照方法:Operator > Profile
    ruleset list landing page:Dev Studio > Configure > Application > Structure > RuleSet Stack
    image.png

 3.4 Managing changes to rules in a ruleset
  3.4.1 Managing changes to rules in a ruleset
  3.4.2 Ruleset locking
  image.png
  3.4.3 Rule checkout and check-in
  3.4.4 Check out a rule
   Ruleset画面を開く(Edit Ruleset)⇒ Securityタグ ⇒ Use check-out? をチェック
   image.png

 3.5 Check in a rule

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?