Skip to content
/ atgviz Public

Utility Builds a simple Graph of Repository Entities

Notifications You must be signed in to change notification settings

oleksm/atgviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atgviz

Simple tool which generates .dot file from ATG repository (GSA) xml file.

Dependencies

  • Reporitory schemas are reversed from ATG9.2 dynamosystemresource:/atg/dtds/gsa/gsa_1.0.dtd
  • Requeres graphviz to gnerate human friendly format

Connection Colors

  • black - internal one-one reference
  • orange - internal one-many reference
  • blue - external repository reference
  • green - subtype inherittance

Usage Example

  1. In Configuration.groovy Set which repository xml to vizualize
  2. Run Launcher.groovy - a list of .dot file will appear as output
  3. Run graphviz for final transformation (see gen-pdf.cmd or gen-svg.cmd)
dot -Tpdf ProfileAdapterRepository.dot -o ProfileAdapterRepository.pdf
  1. See what a mess happened ;)

Alt screen

About

Utility Builds a simple Graph of Repository Entities

Resources

Stars

Watchers

Forks

Packages

No packages published