Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Graphviz
outputsvg
thumbnailtrue
attachmentattachmentVersionNewFrameworkModuleDependencies.svgreplace
digraph module_dependencies{
node [shape="box", color="lightseagreen", style="filled,rounded", fillcolor="lightyellow1"];
edge [color="lightseagreen"];
"Configuration"->"Actor Management";
"Security"->"Actor Management";
"Actor Management"-> "Lang";
"Actor Management"-> "Persistence";
"Security"->"Persistence";
"Persistence"->"Lang";
"Services"->"Lang";
"Services"->"Globalization";
"Lang"->"Globalization";
 "Persistence"->"Cache";
"Logging"->"Globalization";
"Configuration"->"Logging";
"Security"->"Logging";
"Actor Management"->"Logging";
"Persistence"->"Logging";
}

...