I did the "deep dive" training and we are starting a project to implement it on our software factory for CMMI achievement. Before, we had a process very...
Hi Alex, Thanks a ton for your input. But i m still more interested to know what exactly it helps us in real life project environment when projet team thinks...
Makarand, I need to re-check this but i think the agile template does have feature of entering estimated time for a work item. You just cant enter a percentage...
Lots of buzz about BDD on various blogs at the moment - including mine. What do people think of it? Is anyone out there dong it/trying it? Jason Gorman ...
Folks I'm planning a little experiment with Skype's new feature for conferencing with larger groups of people. I thought I might invite 10-20 people to...
First of all, thanks for the UML for Java slide, it's pretty helpful. And, now, to the topic. I have two questions about UML (or, OOP concept): 1. What is the...
for the first question, Abstract Class and Interface works in similar way. You can think interface is a 100% edition of Abstract class(everything is abstract)....
Plz check follwing link for Abstract Class and Interface:- http://www.codeproject.com/csharp/AbstractsVSInterfaces.asp eon_strife <eon_strife@...> wrote:...
... You're welcome :-) ... I think others have answered this question already. An interface is a pure abstraction where none of the methods declared have an ...
Hi! From a programming perspective, I would differentiate aggregation and association as such: begin class CLASS_1 // whatever end class CLASS_1 begin class...
Thanks for the info, guys. After reading your comments and some books, I have come to a conclusion regarding the difference between Aggregation, Composition,...
Hi, I think you messed up the definitions for 1 and 2, otherwise, it is pretty much that. On the programming side, be it Java or any other language, you have...
Hi, My bad, I made a mistake, switching Aggregation to Composition :( OK, thanks for the help, guys :) ... pretty ... reference ... you're right ... On Behalf ...
Wait a minute, check this : http://www.jubatus.com/publications/articles/understandingumlclassrelationships/understandingumlclassrelationships.htm According to...
Nice URL you gave us here! But I still stand by what I told you before (it is basically part of the document you pointed us too) Actually, from the UML...
... I really meant that a programmer would write the same code (in a language like Java or C#) to implement both. They'd have different meanings to an analyst,...
Hi Just a quick drum roll for an upcoming public course that experienced developers and architects will, I think, find challenging and rewarding. It'll be held...
Hi, From what I read, in Prototype Pattern part, it's said that if creating new object is constly, we should use clone. But, from what I see, using new and...
Hi! I think you are confused about what is referred as "costly" in your definition; The Prototype pattern assumes that you want to create a series of new ...
Hi Folks I'm taking a straw poll to help me decide what topics I might cover in the book I'm planning. I know you're all busy people, but I would really...
The second parlezuml.com podcast features an interview with the inventor of use cases (amongst other achievements), Ivar Jacobson. It can be found at...
hi, thanks for the explanation and sorry for late reply :) Is it the same as copy constructor as in C++ ? ... create. ... embryo, ... strands ... will you do ...
Hi! From what I can recall of my C++ past, I believe the intent of copy constructors in C++ and the clone() method in Java is basically the same: - They are...
Hi, My name is Olivier, and live in Spain. I am rather new to Java (< 1 year), and UML too. This is my first post here. How do you draw a sequence diagram for...
Hi Olivier! In effect, we don't create any instance of the super class. what I would do is more something like this: <<create>> _____ ... And then document,...
Isn't that message going backwards in time? J ;-) ... would do ... the ... <http://blog.guillaumebertrand.com/> ... On Behalf ... base ... year), ... calling...