Tagged Questions
A use case diagram is a type of behavioral diagram defined by and created from a Use-case analysis. Its purpose is to present a graphical overview of the functionality provided by a system in terms of actors, their goals (represented as use cases), and any dependencies between those use cases.
60
votes
8answers
10k views
Good use case for Akka
I have heard lots of raving about Akka framework (Java/Scala service platform), but so far have not seen many actual examples of use cases it would be good for. So I would be interested in hearing ...
50
votes
3answers
5k views
Use-case of `oneway void` in Objective-C?
I found a strange keyword in NSObject.h
- (oneway void)release;
I searched the web, and learned it relates to asynchronous message passing, which looks similar with Erlang's message passing.
It ...
26
votes
4answers
3k views
How can I transition from Java to Clojure?
After discovering Clojure I have spent the last few days immersed in it.
What project types lend themselves to Java over Clojure, vice versa, and in combination?
What are examples of programs ...
13
votes
9answers
471 views
AOP use cases?
I'd like to make a picture of what are the possible cases for effective invovement of AOP in application design. All I have met so far is:
logging-related
security checks
transaction management
...
12
votes
11answers
398 views
Good Use Cases of Comments
I've always hated comments that fill half the screen with asterisks just to tell you that the function returns a string, I never read those comments.
However, I do read comments that describe why ...
10
votes
6answers
889 views
Design Methodology: use case driven vs. domain driven
Just for discussion, to me it seems that 2 different terminologies actually are saying the same thing. Is there any tangible differences between this 2 design approaches?
10
votes
6answers
1k views
What are use-cases for a coroutine?
The concept of a coroutine sounds very interesting, but I don't know, if it makes sense in a real productive environment? What are use-cases for coroutines, that can be solved more elegant, simpler or ...
9
votes
5answers
3k views
User stories vs use cases
Are use cases just multiple user stories??
What are the benefits of using user stories over use cases.. and vice-versa... When to use one over other...
Does all agile methodologies uses user ...
8
votes
5answers
329 views
Using inheritance patterns in JavaScript
From my experiance, JavaScript does this:
manipulating the DOM or other host objects
adding event handlers
doing Ajax
Since I started digging into prototypal inheritance, I would like to know how ...
7
votes
6answers
14k views
What's is the difference between include and extend in use case diagram?
What's is the difference between include and extend in a use case diagram?
7
votes
5answers
283 views
Would you show things an Actor cannot do on a Use Case diagram?
On a Use Case diagram can you show things that an actor cannot do, for example because they won't have permissions to do it?
Or is it just implied due to the fact that they won't have a line joining ...
6
votes
5answers
961 views
Can I use the Use Case Diagram in SCRUM?
I'm starting a projet with a team and we're using SCRUM as methodology. It's my first time with SCRUM. We have listed our fonctionalities and we made our stories, (user stories and technical stories ...
5
votes
2answers
68 views
Textual UseCase Representaion and graph generation
I am searching for a textual representation on UseCases which allows me to generate the graphs afterwards. Is there a tool, preferred open-source or freeware, or an eclipse plugin out there, which ...
5
votes
1answer
560 views
When to use Android PopupWindow vs Dialog
I'm unclear about when to use PopupWindow vs Dialog. Any insight would be much appreciated. Thanks.
5
votes
2answers
1k views
Do you know any projects where ZeroMQ was used? Both success and failure stories are valuable
I'm interested in using ZeroMQ in a project, but I'd like to hear about other's experience with it. I did some searching but found only mongrel2 project. Have you heard about other projects where it ...
5
votes
4answers
1k views
Developing a use case document, looking for guides or software to help
I'm developing a use case document for a somewhat large piece of software a small team and I are planning to write. While I've written requirement lists before, I'm interested in formalizing my ...
5
votes
2answers
534 views
Is it possible to embed Cockburn style textual UML Use Case content in the code base to improve code readability?
experimenting with Cockburn use cases in code
I was writing some complicated UI code. I decided to employ Cockburn use cases with fish,kite,and sea levels (discussed by Martin Fowler in his book ...
5
votes
9answers
543 views
RSS/Atom for professional use
I wondered if anyone can give an example of a professional use of RSS/Atom feeds in a company product. Does anyone use feeds for other things than updating news?
For example, did you create a product ...
4
votes
6answers
194 views
How to prove to colleagues that use-cases are important?
... and how to prove to management that use-cases can be informal and still useful?
Hi folks,
I came in the middle of a project and found out that there are no use-cases, user-stories, ...
4
votes
5answers
198 views
WCF service contract design. Is a use case controller appropriate?
First off, apologies if this question has been asked before but I couldn't find anything that answers this directly.
Here's my problem. I've inherited a product which has been designed to be so ...
4
votes
6answers
913 views
When is each sorting algorithm used?
What are the use cases when a particular sorting algorithm is preferred - merge sort vs quick sort vs heap sort vs introsort, etc? Is there a recommended guide in using them based on the size, type of ...
4
votes
7answers
173 views
In Which Cases Is Better To Use Regular Expressions?
I'm starting to learn Regular Expressions and I want to know: In which cases is better to use them?
4
votes
7answers
2k views
Use Case Diagrams - Are arrows absolutely necessary?
Is it absolutely necessary to use "arrows" to show association between an actor and a use case in a use case diagram?
I recently had to draw one for my Software Engineering assignment. But after ...
3
votes
3answers
75 views
Modelling these roles using actors in a use case analysis
I am modelling a system that has (amongst others), these types of roles:
Individual player
Group player
Here are some additional facts:
There is a set of functional requirements for an ...
3
votes
2answers
1k views
What is the difference between 'includes', 'extends' and 'uses'?
In use case diagram what is the difference between <<includes>>, <<extends>> and <<uses>>?
Is <<includes>> and <<uses>> are the same thing?
3
votes
2answers
600 views
Usefulness of java dynamic proxies vs regular proxies
I need some advice to which scenarios a dynamic proxy would prove more useful than a regular proxy.
I've put alot of effort into learning how to use dynamic proxies effectively. In this question, ...
3
votes
3answers
431 views
What are some real use cases for going with a NoSQL Document Store db?
I have been reading documentation and watching screencasts specific to Mongo DB over the past few days and I am at a loss for when a solution like this would be better than a typical pg or mysql ...
3
votes
3answers
374 views
UML and Algorithms
I am a bit confused about where to describe the algorithm I might use in some part of an application.
Let's say I want to create a Use Case that describes how the User inputs a set of values and my ...
3
votes
3answers
259 views
Who is the primary actor of an automated system?
In an automated black box trading application who should be identified as the primary actor in the use cases? Is it the system itself or the system administrator or the organization who has a vested ...
3
votes
2answers
1k views
Use case modelling for calculator
i need help modelling a use case diagram from a topic, it will be in java GUI
Design a Calculator that
1.Allow user to key in a legitimate arithmetic statement that involves number, operator +, - ...
3
votes
1answer
720 views
3
votes
3answers
161 views
When a system should be included as an actor in use case diagram?
I'm making a use case diagram for a new system. I'm wondering when a system should be included as an actor in use case diagram?
Thanks.
3
votes
4answers
751 views
Specification: Use cases for CRUD
I am writing a Product requirements specification. In this document I must describe the ways that the user can interact with the system in a very high level. Several of these operations are ...
3
votes
3answers
196 views
What tool(s) do you use when writing use cases? [closed]
What tool(s) do you use to write use cases and why?
Do you use a common word processor (Word/OpenOffice), a Wiki, a specialized tool (f.e. Visual Use Case), or something else?
3
votes
2answers
179 views
Are use cases useful in capturing system requirements?
What is the best way to document system requirements? I currently use Use Cases to document requirements which does not include technical details (unless required) so that it is understood by the ...
3
votes
4answers
730 views
What is a use-case? How to identify a use-case?
The question is quite generic. What are the points that should be kept in mind to identify a valid use case? How to approach a use case?
3
votes
2answers
166 views
Use Cases - Help
I am new to writing use cases.I heard that Use cases are non-technical expressions .
I have the following task for which i have to write Use case.
(I reduced the requirement for your understanding)
...
3
votes
4answers
220 views
What design models to create before TDD?
Summary:
What models and diagrams have you included and/or delivered in your TD -design vs -development, and why?
Details:
New 4-developer project, in a shop where we're gradually making progress ...
3
votes
7answers
3k views
Is TIME an actor in a use case?
Alright, on a true false question:
a)The actors of a system are only represented by humans or another software components.
I said TRUE, and the teacher marked it as wrong, not because he considered ...
3
votes
4answers
2k views
The essense of usecase diagrams
For a school assignment, we have to make a Usecase diagram. But the documentation that we have, is not very extended. It just describes what components a usecase consists of, and one example.
We have ...
3
votes
4answers
954 views
Good Samples of Software Development Use Cases
Is there a repository on the web with good sample Use Cases for Software Development projects?
I'm really not looking for a template. I'm actually looking for a document which is a good sample that ...
3
votes
5answers
5k views
Detail Level of Use Case Documentation
I am making a strong effort to discipline my projects and create a Vision/Scope document at the onset. Included in this are the use case diagrams. Just listing out the use cases has really helped me ...
3
votes
3answers
1k views
What is a good use case for tr1::result_of?
I hear that tr1::result_of gets used frequently inside of Boost... I'm wondering if there are any good (simple) use cases for tr1::result_of I can use at home.
3
votes
3answers
1k views
Opinions regarding 'Case Complete' or Use Case software competitors
Have you had any good/bad experiences with Case Complete? Are there Use Case creation products like it that you would recommend?
Thank you
2
votes
4answers
160 views
Use case diagrams
What are the free options for creating use case diagrams under Windows? I need some simple use case diagrams for a school project.
2
votes
4answers
142 views
Is a webpage an object in sequence diagram?
I am in process of creating a sequence diagram for an online shopping cart. I am isolating which objects are needed for the diagram.
The customer interacts with login page and purchases product.
Can ...
2
votes
1answer
155 views
DCI and Use Case Slices
In his book "Aspect-Oriented Software Development with Use Cases" Ivar Jacobson introduces"use case slices". It seems that DCI and use case slices are based on the same (or at least similar) idea.
...
2
votes
1answer
209 views
Can 'use case' scenarios apply to website design?
I know that some website are applications, but not all websites are applications (albeit maybe just a brochure viewing site)
Is there an in depth dummy use case for a brochure type site which would ...
2
votes
4answers
414 views
Include or Extend Use Case Relationship?
I can't figure out which relationship I should use in my use case. Let's say the actor is User who can Manage account:-Create; -Delete; -Update;
Any ideas whether I should make Manage Account as a ...
2
votes
2answers
216 views
Is this UML Use Case too detailed?
Is this use case diagram over complicated? I'm trying to implement a use case for the first time, and I'm trying to get it within the ball park.