Podcastblaster Podcast Directory  Podcast Directory

Podcast Search   
Podcast title UML in Seven Minutes
Website URL http://web.mac.com/darylkulak/...
Description 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.
Updated
Image UML in Seven Minutes
Category Technology
Subscribe

Vote for this podcast
    Currently 0.00/5

Rating: 0.0/5 ( votes cast)

Link to this podcast UML in Seven Minutes

Episodes

1. UML016 Beyond Agile - My New Book
http://web.mac.com/darylkulak/... download (audio/mpeg, 7.83Mb)

Description: 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 doe

2. UML in Seven Minutes - Podcast Promo
http://web.mac.com/darylkulak/... download (audio/mpeg, 1.73Mb)

Description: 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 lesson

3. UML015 Package Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 7.07Mb)

Description: 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: My book is “Use Cases: Requirements in Co

4. UML014 Deployment Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 7.06Mb)

Description: 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 application

5. UML013 Component Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 9.03Mb)

Description: 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. Consider

6. UML012 Activity Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 8.10Mb)

Description: 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 to

7. UML011 State Machine Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 10.15Mb)

Description: 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, an

8. UML010 Communication Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 8.07Mb)

Description: 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 m

9. UML009 Sequence Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 8.08Mb)

Description: 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 Diagra

10. UML008 Static Versus Dynamic Diagrams
http://web.mac.com/darylkulak/... download (audio/mpeg, 9.30Mb)

Description: 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. Re