Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
8answers
330 views

Software/Webapp for creating computer science diagrams

What are some good programs or web-based applications that can be used (preferrably (but not necessarily) for free) to create diagrams for computer science articles or dissertations? Particularly, ...
10
votes
20answers
3k views

What kind of UML diagrams do you use?

UML2 offers different kinds of diagrams. Up to now I only used class diagrams. What kind of UML diagrams do you use? What kinds of diagrams do you recommend for design & documentation of a ...
6
votes
6answers
4k views

visual studio express : free class diagram tool

I am using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool?
6
votes
10answers
2k views

Generating Class Diagram

HI All I am at the end of the release of my project.So in order to keep working our manger asked us to generate Class Diagrams for the code we had written.Its medium project with 3500 java files .So I ...
5
votes
3answers
4k views

Where can I find visio shapes for software development?

Anyone have any ideas on where to get a really nice collection of visio shapes, e.g for the following purposes: network diagrams shapes to show solution deployments any other fancy looking diagrams ...
4
votes
3answers
536 views

Diagrams for JavaScript functions

What tools can be used to convey concepts like JavaScript variable scoping and closures clearly in something similar to UML sequence diagrams? For example, how can code like the following: (the ...
4
votes
1answer
199 views

What is the best kind of diagram to illustrate the workings of a semaphores / multiprocess / shared memory program?

I have made a small project in which I have used various processes / shared memory / semaphores. I am now going to have to explain my code and the program logic to both my lecturer and a couple of ...
3
votes
4answers
120 views

Sources for visual explanations?

Does anyone has sources for visual explanations of algorithms (or maths) that is even more expressive, more intuitive, maybe aesthetically appealing ? Or, animations of algorithms?
2
votes
3answers
301 views

UML Class Diagrams Conceptual vs Specification vs Implementation

I am currently reading Martin Fowler's UML Distilled. I have just covered the section on class diagrams, where he places strong emphasis on the need to sort out ones perspective before modelling class ...
2
votes
1answer
117 views

How to diagram automated testing?

I have a large legacy .NET application that has evolved and grown over the years to include many components and moving parts. I want to develop a strategy for developing automated unit and integration ...
2
votes
2answers
367 views

Sequence diagrams with code examples?

I need to be able to draw a sequence diagram for work and yet I know little of UML and of sequence diagrams. It would be really useful if I could find a tutorial with code examples (preferably in C#) ...
2
votes
2answers
761 views

GWT (Graph) Diagram Frameworks?

I'm looking for a framework for GWT to visualize graphs such as workflow/process diagrams (ideally BPMN capabilites) with a useable auto-layouter and nice shapes. GraphViz has a good layouter but the ...
2
votes
2answers
101 views

Tools for diagrams like MSDN magazine (Architect's Journal)

I'm searching for tools for creating diagrams (illustrations) for my articles in my blog about software architecture. Often I read Microsoft Architect's Journal and illustrations at this magazine are ...
2
votes
3answers
388 views

Recommendations for a ERM, DMD and ORM Diagram Creation Application for OSX

I need to produce several ERM, DMD and ORM diagrams for several projects I am working on. Obviously I'd like them to be a sleek and professional as possible, and while a simple Google search provides ...
2
votes
10answers
1k views

I need a new tool, other than Visio, any ideas?

(This is not a repeat of the question "Is there the substitute good tool of Visio?") I really do not have a problem with Visio for technical diagrams, except it seems thats all its good for. Its ...
2
votes
2answers
294 views

web based workflow solution

The main task is to work on documents which go through some specific workflow which is represented by a lucid graph (diagram). We need document versioning, different roles & permissions and most ...
1
vote
2answers
16 views

What is the way to visually outline application logic flow?

We are looking for a way to visually describe to each other the logic flow of particular module or the application itself. I constantly stumble upon different block diagrams here and there, but still ...
1
vote
1answer
47 views

Tool for creating domain model diagrams that can be “dynamically” browsed

I want to create and maintain domain model / high level concept models for my project. Currently I am using jDeveloper and creating UML class diagrams. This does not work well, and I would like to ...
1
vote
1answer
54 views

Tools for describing JSON schemas

I'm writing a spec and need to describe some JSON objects. Big JSONs tend to get too confusing with text and tabs alone. Is there any online (preferably) tool to create diagrams like the ones on ...
1
vote
1answer
82 views

Diagrams in VS2010

MV VS 2005 had such project types like "Application Diagram", "Logical Datacenter Diagram", "System Diagram". Are there any similar project types in VS2008/2010? What I need is to have ability to ...
1
vote
3answers
198 views

Diagramming/visualization java tool

I searched the net for quite some time but couldn't find this.. Perhaps this forum might have ideas? What I need is to visualize in a form of a diagram some network system. Particularly - the ...
1
vote
2answers
225 views

tool to create a domain model diagram

My requirement is to create a diagram which can represent the object relationship which is stored in an xml. For example This needs to get translated as Class abc has a field which is ...
1
vote
1answer
137 views

Diagrams/Infographics for learning about Computer Science/Programming

A few friends and I are doing a self-study on Computer Science/Programming and taking the Computer Science AP A exam. Although I have experience in programming in a few languages, it's still difficult ...
1
vote
1answer
90 views

Tools to create interactive system diagrams?

I am looking for a tool that would not only allow me to create a system diagram but also allow me to give it some "brains". For instance, lets say I have 2 main parts of a system depicted by 2 ...
1
vote
1answer
457 views

Show composition/aggregation/association relations between objects in Visual Paradigm UML diagrams?

I have Netbeans installed with Visual Paradigm plugin. I have converted my php code into UML diagrams (modeling -> instant reverse). I can see relations (drawn lines) between superclass and ...
1
vote
2answers
393 views

Coregions in UML

What are coregions in UML sequence diagrams?
1
vote
4answers
1k views

Cool Diagrams - What software is being used here? [closed]

I've seen some cool, nifty data diagrams done on some blogs/articles and have been wondering what software they were using to render these diagrams, e.g. MS Visio? For example, what is used on this ...
1
vote
2answers
876 views

Is there a way to automatically generate the data flow diagrams and flowcharts?

I am recently working on some long and obscure codes written by some other smart guys. I'm thinking of generating the Data Flow Diagrams and the Flowcharts to facilitate my work. Is there any kinds ...
0
votes
0answers
11 views

Creating a diagram with editable text labels

I need to create diagram a diagram like the following with editable text in each cell. Whats the best application to draw that? Created the following using word but cannot insert separate colors to ...
0
votes
1answer
36 views

Which UML diagram to use for representing overall design?

I would like to create a diagram that describes the overall design of a system. I don't want to show classes, interfaces and any implementation detail on it, but rather larger/more important objects ...
0
votes
0answers
55 views

Rails 3-generate reports with tree diagrams

I am developing a Rails 3 application. A part of the project is to create reports (PDF format- I am using PDFKit for it). Now, I need to dynamically create tree diagrams for a section of the report. I ...
0
votes
0answers
56 views

Convert routing table to network topology

I'm looking to create a tool that can take a routing table and convert it to a network topology diagram/drawing. However, I don't want to re-invent the wheel. Is there any such tool already in ...
0
votes
1answer
54 views

Free software for SADT diagrams drawing

Do you know some open source, or just free software to drawing SADT diagrams?
0
votes
0answers
14 views

RQ: Diagraming Recommended Learning Materials

I'm thinking of entering the world of diagrams. You know - flow charts, organizational charts, UML diagrams, graphs etc. So I've been thinking if someone has an already compiled list of learning ...
0
votes
1answer
34 views

Best Graphdrawing library

I have some data that has X and Y values and i would like to print them in a graph. I don't need anything advanced because the data is very simple but I would like something that looks good and has ...
0
votes
4answers
76 views

UML Diagrams - Discussion

On a big company, which diagrams (such as activity or class) are created before the development of a specific application? And you guys recommend this type of practice on small projects? Thanks
0
votes
0answers
35 views

To get the relationship between connector and shape

well i am trying to save diagram created after drag n drop in gwt connector but the problem is how to shape is the images over here get the relationship between connector and shape. can any post the ...
0
votes
1answer
193 views

How to alternative way (!pic2plot) to generate sequence diagrams from some declarative textual form?

There is pic2plot component from UMLGraph to draw sequence diagrams (sequence.pic). Input format is like: .PS copy "/usr/local/lib/sequence.pic"; object(N0,"0"); object(N1,"1"); step(); ...
0
votes
1answer
327 views

Backup SQL Server 2008 diagrams

how can I backup the SQL Server 2008 diagrams ? I need to move some diagrams from data base to another has the same tables and everything but has more stored procedures , functions and so on ?
0
votes
2answers
239 views

class diagram Question(UML)

ok so I want to make a game but am having some difficulty in getting the class diagram sorted. this would be for the Use case of : user Equips weapon. (user can select unlocked weapons only,) what ...
0
votes
1answer
74 views

Eclipse: showing an interactive map of your project

Is there a way to get Eclipse to do something like this: It would be SOOOO helpful.
0
votes
3answers
260 views

UML diagrams question regarding composition/aggregation of Base class - does the Derived class need diamond link?

Hi. If, for example, I have the following requirements: 1. Dog is an Animal 2. Zoo has Animal(s) Do I still need the 2nd diamond connector (the lower one) as shown in the image below: ...
0
votes
1answer
2k views

NetBeans 6.8/6.7 UML Class Diagrams

i have tried to generate Class Diagrams in NetBeans 6.7 and 6.8 but all i get is: i figured out installing UML for 6.8 here: NetBeans 6.8 UML i have followed the instructions here: UML Class ...
0
votes
2answers
119 views

uml diagrams-use case diagrams

which uml diagrams we should use when allocationg use case behoviour?
0
votes
1answer
502 views

Connect controls in Visual Studio 2010 UML Modeling Diagrams

I've tried to create UML diagram with MSVS 2010 b2 today and I've faced a problem. After I added controls from toolbox (such as Class, Interface) I could not connect these items! So connecting ...
0
votes
1answer
565 views

Are there any PHP to Sequence Diagram Converters and vice versa?

Obviously it's a lot easier to convert from code to Sequence Diagrams, rather than from a Sequence Diagram to a bunch of code that doesn't match your implementation at all. However, these do exists ...
0
votes
5answers
4k views

ASP.NET Application - Architecture and Class Diagrams

I am new to ASP.NET Development. Could anyone please refer a document/tutorial/link which gives a sample code, architecture, class and sequence diagrams for 3 / 4 / n tier based simple ASP.NET ...
0
votes
0answers
391 views

Generating Sequence Diagrams using EnterpriseArchitect v7.5?

I have a NUnit test case which connects to a WCF service hosted in IIS6 (on Vista). I would like to use EA to record the stack-trace of this and generate a sequence diagram. Does anyone have any ...
0
votes
3answers
558 views

How do I move diagrams between SQL Server databases?

I'm trying to move a database from a hosted server to my own SQLExpress instance. I used the Database Publishing Wizard to create the script... but the diagrams were not transferred. Then, I found ...