NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Oliver Rettig Posted via mailing list.
|
Posted: Mon Oct 20, 2008 2:35 pm Post subject: module depenencies tree of a suite |
|
|
Hallo,
my Netbeans Platform application is growing up and I want to restructure the
modules. What I need now is a tool to visualize the module dependencies of my
suite of modules (graphically or as html pages or what ever is available). I
think I am not the first who nees such a tool.
Has anybody seen such a tool/module?
best regards
Oliver Rettig |
|
| Back to top |
|
 |
tomwheeler
Joined: 03 Sep 2008 Posts: 950
|
Posted: Tue Oct 21, 2008 12:03 am Post subject: module depenencies tree of a suite |
|
|
On Mon, Oct 20, 2008 at 9:38 AM, Oliver Rettig <address-removed> wrote:
| Quote: | Hallo,
my Netbeans Platform application is growing up and I want to restructure the
modules. What I need now is a tool to visualize the module dependencies of my
suite of modules (graphically or as html pages or what ever is available). I
think I am not the first who nees such a tool.
Has anybody seen such a tool/module?
|
Jaroslav Tulach wrote one which uses the Visual Library. It's in the
contrib tree and you can find the source code here:
http://hg.netbeans.org/main/contrib/file/90c526c8d609/projectdeps/
--
Tom Wheeler
http://www.tomwheeler.com/ |
|
| Back to top |
|
 |
Emilian Bold Posted via mailing list.
|
Posted: Tue Oct 21, 2008 12:06 am Post subject: module depenencies tree of a suite |
|
|
The problem is there is no graphics library that provides a simple
layout to do that. I have an homegrown implementation somewhere that
build the graph but since I have no nice layout, it doesn't actually
help that much.
Another options is to generate a .dot file and make the layout with
graphviz. It looks way better and it's quite simple to generate.
I think David Strupl has a blog-post about something like this, I
never published any code / blogged about this.
Let me know if you find some nice layout (maybe Visual Library has
added one in the latest release, I remember a message that said
something similar).
--emi
On Mon, Oct 20, 2008 at 5:38 PM, Oliver Rettig <address-removed> wrote:
| Quote: | Hallo,
my Netbeans Platform application is growing up and I want to restructure the
modules. What I need now is a tool to visualize the module dependencies of my
suite of modules (graphically or as html pages or what ever is available). I
think I am not the first who nees such a tool.
Has anybody seen such a tool/module?
best regards
Oliver Rettig
|
--
Emilian Bold
+40 740235562
http://www.emilianbold.ro
Java and NetBeans Platform-loving consulting services from Timisoara, Romania. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|