Versions Compared

Key

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

...

Graphviz
outputsvg
thumbnailtrue
attachmentNewFrameworkModuleDependencies.svg
digraph module_dependencies{
node [shape="box" style="filled,rounded" fillcolor="peachpuff"];
"Configuration" -> "Actor Management";
"Security"-> "Actor Management";
"Actor Management"-> "Lang";
"Actor Management"-> "Persistence";
"Security"->"Persistence";
"Persistence"->"Lang";
"Services"->"Lang";
"Persistence"->"Cache";
"Globalization";
"Logging";
}