0
votes
0answers
47 views
Web Application Architecture Diagrams
Hello everybody,
I am working on a Social networking site. I have to create High level design document. In this document there is one section "Application Architecture diagram". I haven't worked on …
1
vote
0answers
22 views
using visio 2007, how do I represent a trigger and a stored procedure?
I have a web service class diagram, I want it to show what stored procedures a web method calls.
for now, I just use a class with a metod inside to represent a stored procedure, something like
…
0
votes
1answer
46 views
Looking for architecture diagrams
For a presentation I'm making I'm looking for diagrams of the common architecture types - 2 tier, 3 tier, n tier, messaging, etc. I know I can create something in PowerPoint in several minutes, but I …
0
votes
0answers
31 views
Reverse Engineer sequence diagram in StarUML
Hi folks,
I am in the process of reverse engineering an existing java project. I am using StarUML to generate the class diagrams.
I would like to know how I can generate a package diagram, package …
0
votes
1answer
19 views
Numbering Messages in Enterprise Architect Communication Diagrams
I'm using Enterprise Architect (sparxsystems) to create a UML 2.0 Communication Diagram. I want the numbering of messages to be similar to this example: …
0
votes
1answer
22 views
UML of website page navigation
I need someones help in creating UML for web navigation:
If the dropdown in page1 have values "A" "B" "D"
Web navigates by..
Page1 -> Page2 -> Page 3-> Page 4
if a drop down in page 1 is having …
0
votes
0answers
50 views
Free Code-to-Flowchart/UML tool for C# code
I'm looking for a free tool similar to Visustin. Are there any like that that exist?
0
votes
5answers
40 views
Diagrams for Data Flow?
I'm a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client.
Question - what is a program that will allow me to easily create a …
2
votes
3answers
68 views
Simple UML behaviours baffle me!
Hello!
Very new to UML and system design.
We're at the stage of doing a class diagram in the design phase and are struggling to figure out how to implement a requirement. Here's the problem:
We …
0
votes
0answers
19 views
Class Diagram issue
how to add Namespace in class diagram. Means if i want the scenario like
NamespaceOut.NameSpoaceIn.Class1
NamespaceOut.NameSpoaceIn.Class2
NamespaceOut.NameSpoaceIn.Class3
......
so how to design …
0
votes
3answers
60 views
JavaScript diagramming tool
Does anyone know any good JavaScript alternatives to mxGraph (http://www.jgraph.com/mxgraph.html) that allows the user to draw Visio style diagrams on a canvas and add/edit/remove properties of …
0
votes
3answers
39 views
Diagramming server connections in Visio - what direction should arrows point?
Suppose I would like to depict data flow between two servers in Visio.
I have boxes to represent servers and arrows to represent communication / data flow.
In this situation:
Server A always …
2
votes
2answers
45 views
what is the name of the convention used in this syntax diagram
I found this diagram in the JSON specification:
Where does this diagramming convention come from? Is it just some random convention cooked up by D.C.?
0
votes
1answer
26 views
Linq DBML Mapping a Table With A Primary Key That Spans 2 Columns
I have three tables: Login, LoginRoles and Roles. Login joins to LoginRoles and LoginRoles joins to Roles. LoginRoles is a many-to-many table, and I want to constrain the columns as being unique …
0
votes
3answers
64 views
How to make a sequence diagram for this?
A group diary and time management system is intended to support the timetabling of
meetings and appointments across a group of coworkers. When an appointment is to be
made that involves a number of …
