[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling] Re: Should UML be used in an Agile Project ?

Vlad,

The java detection using native JDT which unify Ecore/UML is the only possible solution in order to cover agile iteration. The omondo architecture is based on Java and UML Ids both of them need are used at different stages.


Then we can call it "representation", "view" or "notation". I like UML as a view for my code (I have created one Java -> UML transformation based on JDT myself), but can we call it modelling? IMHO there should be some changes in abstraction level to call it modelling.


I'm just a student, but I did used UML and code generation to develop project easier, faster, make it more maintainable and allow iterative development. Actually iterative development was really hard without MDD. I developed a model, then basic transformation, the transformation and model were changing along with better understanding of problem, as well as technologies I have used. For me it was "agile" enough.

Best regards,
Krzysztof Kowalczyk