Hi Folks On a miserable winter's day I've been cooking up a little experiment that maybe some of you could try. It's about the question of who "owns" the...
I was reading this article about how some companies exaggerate or even lie outright about CMMi ratings to win business. But even with a true CMMi Level 5...
I have something to share an actual fact on the CMMi view, i was working in a CMMi environment, and i got confused about the things happening across the...
I use objectiF (http://www.microtool.de/objectif/en/index.asp) and it integrates very good in Visual Studio. For me as a student it is very good because it is...
To those of you who celebrated New Year last night - and, judging by my head this morning, I was certainly one of them! - I wish you a happy and prosporous...
... That does rather beg the question: how do we know good software developers when we see them? If CMMi is not a reliable indicator, how do we go about...
I've been seeing how a current client of mine is very quick to extol the virtues of various best practices when *someone else* is writing the code, but it all...
Has anyone out there had any experience with Visual Studio Team System? What features are you using, and what thoughts do you have about it? Good? Bad?...
Hi, We just started using it recently. Currently we are focussing on the source control (had to get rid of the awful VSS) and have linked it to VS2003 for a...
Supposed I want to design a usercontrol in .NET (say some sort of grapher) and plop it onto a Windows Form in an application. How might one model this in UML? ...
... Hi jason, Currently we are started using Team Sysytem and we are able to successfully mapped it with Shrepoint. But though its giving good features of VSS,...
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 ...