UML in Seven Minutes
 
 
UML016 Beyond Agile - My New Book
Monday, August 28, 2006
I'm happy to announce I have a book coming out in early 2007 tentatively titled Beyond Agile.  My co-author Dr. Hong Li and I are working on a full lifecycle book that looks at what works and what
 
UML in Seven Minutes - Podcast Promo
Sunday, August 27, 2006
This is a promo.  Please feel free to use it to promote this podcast on your Website, blog, podcast, forum or anywhere else.
 
Daryl Kulak is the host of UML in Seven Minutes.  This is a weekly
 
UML015 Package Diagrams
Wednesday, August 23, 2006
Are package diagrams really diagrams?  Not really.  But packages are a useful way to hide complexity, to make the other diagrams easier to read.
 
Resources:
 
UML014 Deployment Diagrams
Monday, August 14, 2006
We at the “UML in Seven Minutes” podcast support our troops.
 
Deployment diagrams are the friends of the technical architect.  Whether you need to communicate a network diagram, or show an
 
UML013 Component Diagrams
Sunday, August 6, 2006
Component diagrams are useful for making an inventory of your components and showing the interfaces.  Components are coarse-grained pieces of functionality in an application or architecture.
 
UML012 Activity Diagrams
Tuesday, July 25, 2006
The activity diagram is a flowchart, plain and simple.  You can use activity diagrams to show the logic of an individual object, with if-then-else's, loops and method calls.  You can also use them
 
UML011 State Machine Diagrams
Monday, July 17, 2006
The state machine diagram shows interesting behavior about one particular object.  The boxes are states, the arrows are transitions. Use it only for those objects that have more than 1 or 2 states,
 
UML010 Communication Diagrams
Monday, July 10, 2006
The communication diagram (formerly known as collaboration diagram) is a twin of the sequence diagram.  They both show the dynamic nature of software, but communication diagrams are better suited to
 
UML009 Sequence Diagrams
Monday, July 3, 2006
One of the most popular dynamic diagrams in UML is the Sequence Diagram (where business systems are concerned anyway). See below for an example of a sequence diagram.  Next week:  Collaboration
 
UML008 Static Versus Dynamic Diagrams
Monday, June 26, 2006
Static diagrams, like the Class Diagram, show how things are, with attributes and relationships.  Dynamic diagrams, like the Sequence Diagram, show action, like one object calling another object.
 
 
 
 
Welcome to “UML in Seven Minutes.”  Here you can learn what the Unified Modeling Language (UML) is and isn’t, how to use it, and gain tips for saving time and money while designing and creating software.  Hear the real story, from the co-author of the bestseller “Use Cases: Requirements in Context” - Daryl Kulak.