|
Survey of Use Case Narrative use with UML We would really like to hear your views about Use Cases and what you are doing with them. We have recently created a web survey and we would love to get your responses and ideas, no matter what you think! The survey can be found at: https://www.uleth.ca/survey/uml/ The survey is hosted by the University of Let... 5 Oct 2007 12:09
beginner's needs on learning OO I have covered C++ to some extent(from Bajarne Stroustrup TC++PL and Stanley Lippman's C++ Primer). I want to learn how to identify classes, class relationships, identification of objects, from given problems. Kindly suggest me easy-to-understand books for beginner like me. Essentially I want to learn OOA and OOD.... 5 Oct 2007 11:35
Creating a "toy" OO/AO language... This isn't really a question as much as a request for opinions/ comments. I've decided to create a toy OO language. I know, there are plenty of good wheels, but I like to reinvent them anyway... I'm creating this language to solve a meta-problem when designing interactive fiction (text based adventure) games.... 10 Nov 2007 08:41
Use Case Alternative Flows and Activity & Sequence Diagrams I have a question on recommended modeling practices. . . . I know how to specify alternative flows for a use case. However, should those alternative flows be added to the normal flow in an Activity Diagram? Also, should there be a separate Sequence Diagram for each alternative flow? I`m thinking it bes... 1 Oct 2007 21:04
global variables in UML class diagrams (novice question) Hello everyone, I hope I'm not totally out of context if I ask some novice questions about UML class diagrams. I'm trying to learn how to model with UML and I think I've got all the basics down, apart from what to do with global variables (that's basically my main concern right now). Coming from a MFC and C++ ba... 29 Sep 2007 17:48
Concrete classes in class diagrams Hi, If i need to draw a class diagram for computer football game, where a team can have different strategies, do i need to show the different strategies on a class diagram. Followin GoF Strategy pattern say TEAM is the Context class and i have a Base Strategy class. Is this all that needs to be shown or do the sub... 29 Sep 2007 17:15
Combine Factory and Interface? Hi! I'm trying to design a configuration class. At the moment I solve this problem by extending an interface offering the methods getValue() and setValue() with concret classes that store the config data either in a database or xml file or ini file. This concret classes are designed as singelton (but this do... 29 Sep 2007 17:15
What are your favorite books on OOP? ( Websites? ) Responding to C.... When you say OOP, do you mean generic OO development or do you mean a separate stage of OO development that is distinct from OOA and OOD? If the former, then check out the "Books" category of my blog. ************* There is nothing wrong with me that could not be cured by a capful of... 26 Oct 2007 23:34
Survey about Visual Annotations for Software Models Dear software practitioner, During software development, we often experience problems regarding the compilability, quality (e.g., maintainability), or conformance of our software. With a model-driven approach such as MDSD (Model-Driven Software Development), we might work on a higher abstraction level (i.e., sof... 24 Sep 2007 04:25
How much OO is too much OO? Hello There seems to be lots of information out there on how to use good OO practices, principles and patterns, but it's not clear to me how far to go with these, and when. It seems some people go full tilt with all projects. For example, I read one post where the author states his base classes are always abs... 25 Sep 2007 14:43 |