UML 2 Component Diagrams

  Рет қаралды 278,773

Derek Banas

Derek Banas

Күн бұрын

Пікірлер: 108
@uhetz
@uhetz 3 жыл бұрын
I can't believe, that the best explanation I've found on the internet is from 2012. Thank you, Derek :)
@derekbanas
@derekbanas 12 жыл бұрын
It makes me very happy that you guys like them :) That is all the thanks I need. Thank you for the kind words
@jwilliams8210
@jwilliams8210 9 жыл бұрын
Derek, You do a very good job explaining things in many of your videos. I appreciate the effort you put into your videos as many folks are not as skilled as you explaining things so well. Please keep up the good work.. I also find some of the critical/ negative commenters, very annoying so please don't let them discourage you from the good work you do.
@derekbanas
@derekbanas 9 жыл бұрын
+J Dub Thank you for the nice compliments :) I greatly appreciate them.
@derekbanas
@derekbanas 11 жыл бұрын
I'm extremely happy to hear that :) I always thought UML should be taught first. I can't think of anything more important for a programmer to understand. I have been really surprised as of late by how it seems to be getting ignored in many universities. That really confuses me? I'm very happy i could clear it up. I continue covering it in an applied manor in Object Oriented Design.
@aladeenzweipunktnull
@aladeenzweipunktnull 2 жыл бұрын
We started learning uml in our 3rd semester in software engineering, right after we had software development 1 and 2 in semester 1 and 2.
@derekbanas
@derekbanas 12 жыл бұрын
La perseverancia dio sus frutos con seguridad. Estoy sorprendido por la inteligencia de mi comunidad. Cubro algunas cosas bastante complicado y estoy sorprendido de que usted es capaz de tomar en esta cantidad de información. Gracias por su atención :)
@jonathanl1047
@jonathanl1047 10 жыл бұрын
Wow amazing video. I'm 3/4 through my masters in Systems Engineering and learned about half a class in 17 minutes. Thanks for the component explanation, I hadn't seen that and found it extremely helpful.
@derekbanas
@derekbanas 10 жыл бұрын
Thank you very much :) I'm glad i could help.
@okyanus1226
@okyanus1226 6 жыл бұрын
Derek, I have met your channel during an exam phase some terms ago and until now you have helped me to keep my sh.t together with my chaotic Informatics minor. I couldn't thank you enough, please keep up the good work!
@derekbanas
@derekbanas 6 жыл бұрын
Thank you :) It has been my pleasure to be of help
@123japanuser
@123japanuser 12 жыл бұрын
GOLD at last !!!!!!!!!!!!!!!!!!!!!!!!!!!! Jefe eventualmente mi perseverancia dio sus frutos, esperamos seguir siendo el estudiante más ferviente de los suyos. Dios bendiga a esta empresa.
@rodrigo1300
@rodrigo1300 5 жыл бұрын
''I also find some of the critical/ negative commenters, very annoying so please don't let them discourage you from the good work you do'' He is completely right, I started watching your videos without any knowledge, I didn't even know the meaning of UML. Next month I have to buy a UML book for my studies and on the discription I've read something about Use Case Diagram, Activity Diagram. I thought hey know I know what that means! Thanks to Derek and thank you for sharing your knowledge Derek.
@derekbanas
@derekbanas 11 жыл бұрын
The amazing thing is that I constantly get offered consulting work because of UML. I have made it a habit to always ask why the company thinks I would benefit the job. The answer they all give is that the junior programmers find it very easy to work off of my sequence diagrams :)
@pablobiedma
@pablobiedma 5 жыл бұрын
ego
@xeboox
@xeboox 4 жыл бұрын
you made this a long ago , and still helpful for my University ! Thank you
@derekbanas
@derekbanas 4 жыл бұрын
Thank you :) Happy I could help
@hardikchawla4966
@hardikchawla4966 6 жыл бұрын
you are an angel ! engineer like me would be doomed if we don't get to learn from teachers like you
@derekbanas
@derekbanas 6 жыл бұрын
I'm happy I could be of help :)
@derekbanas
@derekbanas 12 жыл бұрын
You're very welcome Ron :)
@sigillumdei887
@sigillumdei887 6 жыл бұрын
Very very good explained tutorial, this component diagram is used a LOT by sw automotive engineers, especially based on AUTOSAR development. Principally it involves loosing the coupling between components and have a great simplification on standalone components what handles huge ammounts of data provided by various sensors inside ECU's.
@derekbanas
@derekbanas 6 жыл бұрын
I'm glad you liked it and thank you for sharing :)
@estebangeorgenunezmoran7992
@estebangeorgenunezmoran7992 3 жыл бұрын
I forgot this but thanks to you i could remember , thanks a lot, you saved me!
@derekbanas
@derekbanas 3 жыл бұрын
Thank you :) I'm happy I could help
@WarchantUA
@WarchantUA 5 жыл бұрын
At 4:15 you're saying that arrow shows the data flow direction. Component LanguageTranslator "requires" interface LangIn and component on the left (I will call it Left) "provides" this interface. LanguageTranslator can depend on this interface in only one scenario - when LanguageTranslator calls methods of LangIn, meaning that data flow direction is from LanguageTranslator to the Left, but on video it is the opposite. Is it your mistake on the video (arrow from left to right) or is there a mistake in my conclusion? Thanks.
@fyodorovmaxim7921
@fyodorovmaxim7921 4 жыл бұрын
You're right. Moreover, this component does not need a left interface at all. For some mysterious reason, the author believes that interface on the the "right" (provided) is an output, and "left" (required) is input. Completely not. "Required" means component itself calls some outer operations. And when the interface is "provided", it means that someone calls one of the operations of the interface and receives an output. I.e. gives a sentence in one language and receives a translation in another. An operation of this (provided) interface might look like: Translate(Sentence: string, LanguageIn: language, LanguageOut: language) Why this component needs a left interface is a mystery to me. Anyway, left interface contains operation "languageIn", hence it is also "provided". And both arrows shoud be pointed from "half circle" to "full circle", in any circumstances. From "required" to "provided", always. I think this video is a mess. Interfaces are not holes for data flowing from one side to another
@siddhuait
@siddhuait 12 жыл бұрын
Hello Derek, your videos are awesome ! contribution that you are providing to our field is immense. I believe you have got values out of it "all our best wishes" and "big thanks". we should find a way to spread your contributions wide and loud so that all students of our field get most out of it. your videos are well explained worth becoming complement of academic lectures. we should find a keyword sth like "open source" as used in the domain of sharing source codes freely and honor you.
@hunteroxz
@hunteroxz 6 жыл бұрын
really enjoyed this tutorial, i learned a lot, still useful after 6 years (also i had lo-fi hip hop as background music and your voice was in perfec sync with the music) pd:Sorry if my english is not the best.
@derekbanas
@derekbanas 6 жыл бұрын
That's funny :) I'm happy you liked it. Your English is great by the way
@samat94
@samat94 10 жыл бұрын
Component inside a component. You said that we can call it instead (although we do not have to), but in the definition book, it is written as . Calling it a subclass seems odd to me, since we already use this term in analysis and design class diagrams. So should it be subsystem or subclass?
@shumingzhang8881
@shumingzhang8881 5 жыл бұрын
The university that I graduated should hire you at any price
@derekbanas
@derekbanas 5 жыл бұрын
I'll take the job then :)
@derekbanas
@derekbanas 12 жыл бұрын
I'm guessing you are referring to ports with Component Diagrams. What you'll find as you learn more about object oriented design, is that certain diagrams work better for you than others. I personally can do anything with a use case, sequence diagram and class diagram. Ports are just there to connect the parts of the component diagram.
@jerryliu2087
@jerryliu2087 6 жыл бұрын
I’m taking a software architecture class and this is still useful
@derekbanas
@derekbanas 12 жыл бұрын
Umlet works on every OS and it is free
@SakataSamig
@SakataSamig 4 жыл бұрын
Really helpful video, was really struggling.
@derekbanas
@derekbanas 4 жыл бұрын
I'm happy I could help :)
@NourAli-hl4ih
@NourAli-hl4ih 5 жыл бұрын
You saved us in Software En course
@derekbanas
@derekbanas 5 жыл бұрын
Happy I could help :)
@mjl1966y
@mjl1966y 10 жыл бұрын
You're a great teacher and this helps me better understand UML, but I still have the same impression of UML as I did back in 2000, when I first came across it. I do not see how to map much of it to actual software. I think this is because of the attempt to make it "universal". A lot of these models are difficult to map to a complete and coherent code listing. The class diagrams and activity diagrams are possible exceptions, but they really are just restatements of tools previously developed. (Classes and flowcharts have been around for a while.) What would really be helpful is a demonstration of the development and mapping of these different models to code. Or, maybe some of them are not intended to map to code? I dunno. As a programmer, UML still seems to me like something that could have been useful, but really isn't. The fact that it's still around tells me that a lot of people do think it's useful, so I'm obviously missing something.
@derekbanas
@derekbanas 10 жыл бұрын
I once thought exactly the same as you, but now I couldn't imagine not using sequence diagrams. I use them for everything. I show you exactly what you asked for in this tutorial www.newthinktank.com/videos/object-oriented-design-video-tutorial/ i hope it helps :)
@mjl1966y
@mjl1966y 10 жыл бұрын
Derek Banas Yep, watched all 11 episodes. Amazing. I now know how to use UML, at least in part, to develop a design and map it to code. Why does everybody else make it so freaking hard? They talk about it like it's differential equations when it's just algebra. I can do algebra. :)
@mohamadybr
@mohamadybr 4 жыл бұрын
Your Content is AMAZING!!! Thank you very much
@derekbanas
@derekbanas 4 жыл бұрын
Thank you very much :) I'm happy to be of help
@Brax1982
@Brax1982 9 жыл бұрын
Regarding composite structures, the multiplicity between Description and Picture in the Product class. It's all fine in class diagrams. But in composition diagrams the use of mulitplicity in both the boxes and on the relationship lines creates a mess. A 1:1 correspondence is clearly incorrect. Derek touches upon this at 13:00 and suggests putting 1..3 as a qualifier for the association. If you do that while keeping 1..3 as multiplicity for Picture, it can have the confusing effect that you start thinking about having 1 to 3 of something that itself has 1 to 3 of...wait a minute...itself? Huh? Easy solution - just as relationships in class diagrams work - would be to not put multiplicity into the boxes at all and rather just state them on the relationship line. But that's sort of the feature of composite structure diagrams, I guess, so...it's ugly. Maybe the real solution is to interpret Picture as a collection of Picture containing 1 to 3 pictures and then map that one to exactly one description. Perhaps that's how it's specified. Only way I could personally live with it.
@qwe123727
@qwe123727 9 жыл бұрын
Hello Derek, I am not getting what a component mean, at source code level.Generally, an application is comprised of multiple java packages. This application is designed as package(java) by feature. Can I say, each component is a java package?
@derekbanas
@derekbanas 9 жыл бұрын
Ethashamuddin Mohammed Component diagrams are normally only used for large projects. They show a view of a large system and how the components interact. There is very little detail involved.
@qwe123727
@qwe123727 9 жыл бұрын
Hello Derek, a component diagram is usually at a higher level than classes and programming language(java interfaces). so how do we get chance to define relations between interface and component?
@derekbanas
@derekbanas 9 жыл бұрын
Ethashamuddin Mohammed This diagram may help www.uml-diagrams.org/component-diagrams.html
@qwe123727
@qwe123727 9 жыл бұрын
Hello Derek, Are we taking a case study in OOD video series about component diagrams?
@derekbanas
@derekbanas 9 жыл бұрын
Ethashamuddin Mohammed I only use use case descriptions, class diagrams and sequence diagrams
@MrHuequan
@MrHuequan 9 жыл бұрын
Hello Derek, in your tutorial, I am confused about the realization symbol between inside class and component (around 5m22s). In my understanding, the realization symbol have the empty triangle arrow with straight line, but in your video I see that it's slashed dot with normal arrow symbol. Could you please help me clear about the usage about these?
@qwe123727
@qwe123727 9 жыл бұрын
Hello Derek, One practical question, after UML designing for a complex system, why developers get into situations like at coding stage, one has to go back and update UML diagrams?
@derekbanas
@derekbanas 9 жыл бұрын
Ethashamuddin Mohammed Projects change constantly during the development process. Unforeseen issues come up and the client decides to make changes.
@mustaqino
@mustaqino 11 жыл бұрын
Very precise!. Can you please let me know the UML tool used?
@derekbanas
@derekbanas 11 жыл бұрын
Thank you :) I'm using UMLet, which is free and runs on any OS
@tomeks88pl
@tomeks88pl 10 жыл бұрын
15:33 Is the arrow's direction inside the port between the Product class and the Updatabale interface correct?
@kampase
@kampase 5 жыл бұрын
If a requirement is user input does this come from a component, or can you have the semi-circles with nothing attached to them?
@qwe123727
@qwe123727 9 жыл бұрын
Generally, an application is recommended to be package(java) by feature. Can I say, each component is a java package?
@walemily
@walemily 10 жыл бұрын
hi! i loved your tutorials! u are a really good at explaining this things! :D i have a question 4 u, do you have like some resolved excersices about modeling all this diagrams so i can practice,??
@derekbanas
@derekbanas 10 жыл бұрын
Wale Aguilar Thank you :) I have another tutorial that goes into detail on using UML called object oriented design. Sorry, but I don't have any exercises.
@zeegem738
@zeegem738 5 жыл бұрын
So when you have the 2 languages german and spanish, are there other languages you can choose or is that all provided?
@derekbanas
@derekbanas 5 жыл бұрын
I'm sorry I don't understand the question
@InfiniteStdio
@InfiniteStdio 2 жыл бұрын
LEGEND!
@pasindumanuranga5957
@pasindumanuranga5957 4 жыл бұрын
It's very clearly understand 👍
@munteanionut3993
@munteanionut3993 3 жыл бұрын
what tool did you use to draw all these diagrams?
@derekbanas
@derekbanas 3 жыл бұрын
UMLet which is free and here www.umlet.com/
@derekbanas
@derekbanas 12 жыл бұрын
Je vais voir ce que je peux faire. Je n'ai que l'accès à la version communautaire si
@sahilmankad6287
@sahilmankad6287 8 жыл бұрын
Can someone post a link to all the examples given, in this video and series as well.
@derekbanas
@derekbanas 8 жыл бұрын
Links to everything are here www.newthinktank.com/videos/uml-video-tutorial/
@Survey123Jedi
@Survey123Jedi 7 жыл бұрын
Is there a way to get a larger resolution file of the cheat sheet? The resolution is so tiny that I can't read it. Thank you for your time, if you can help me with this I'll buy you a cup of coffee.
@derekbanas
@derekbanas 7 жыл бұрын
Try clicking it 3 times on my website. Tell me if that doesn't work
@Jacked_Nerd
@Jacked_Nerd 7 жыл бұрын
Worked like a charm, many many thanks sir!
@bramreinold
@bramreinold 9 жыл бұрын
Hello, first i want to thank you for your awesome tutorial. Now i understand how component communicate with eachother by a interface. But how can i build a simple example in Java with this? For example when i have two component and i want to ask some data from the other component by a interface, how can i program this? Regards, Bram
@derekbanas
@derekbanas 9 жыл бұрын
+Bram Reinold You're very welcome :) In my object oriented design tutorial I bridge the gap between UML and Java. i hope it helps.
9 жыл бұрын
Hi, super tutorial, i learned much. but....... I dont understand about ports, like code of them. Thank you so much
@ronik24
@ronik24 12 жыл бұрын
Great, thanks! Cheers, Ron
@tlcd8374
@tlcd8374 6 жыл бұрын
thanks a lot. keep up the good work.
@derekbanas
@derekbanas 6 жыл бұрын
Thank you :) I'm happy it helped
@code-island
@code-island 7 жыл бұрын
Very Good, thank You Derek
@derekbanas
@derekbanas 7 жыл бұрын
Thank you :) I'm happy it helped
@logs
@logs 6 жыл бұрын
Could you please do a Package Diagram video?
@ahmeddeghady4510
@ahmeddeghady4510 4 жыл бұрын
I much appreciate your work but I have some feedback. I know this is a 7 years old video and not sure if you still upload or not but You kinda throw everything constantly in the video without leveling up the content, I mean for someone who doesn't know how to draw components diagrams i was overwhelmed while watching this video and got the feeling this is a complicated diagram because you started with showing too many ways to visualize it instead of focusing on one way to represent it and later on you can show other ways of representing it (leveling up, making sure the listener grasps the idea then give more information). The same goes with the rest of the video and your other UML videos I don't particularly mean the first minutes of this one, You start the videos with too much intensive content. I just get the feeling the content is too hard or not simplified enough or too many details was used in the video, this probably goes after repeating the video for 3 or 4 times which, considering the video is long, is too much.
@ahmeddeghady4510
@ahmeddeghady4510 4 жыл бұрын
This is btw from a CS student. I'm not sure if You're targeting them or this is just for software engineers.
@derekbanas
@derekbanas 4 жыл бұрын
Sorry about the speed. I tend to make videos that can either be used as a review or that are meant to be paused through. I know that doesn't work for everyone, but it is how I try to be different since most everyone else makes slow videos for beginners.
@mianala
@mianala 7 жыл бұрын
really helpful, thank you
@derekbanas
@derekbanas 7 жыл бұрын
Thank you :)
@thejailanperuma7801
@thejailanperuma7801 10 жыл бұрын
It's so good..thnxxx alot..
@denismajus
@denismajus 6 жыл бұрын
Just perfect. Thanks.
@derekbanas
@derekbanas 6 жыл бұрын
Thank you :)
@waqardetho2426
@waqardetho2426 9 жыл бұрын
thank you it is a great video.
@derekbanas
@derekbanas 9 жыл бұрын
+Waqar Detho You're very welcome :)
@sugarxable
@sugarxable 9 жыл бұрын
how are components designed
@sonsoccer777
@sonsoccer777 7 жыл бұрын
I think I might actually be in love with you
@derekbanas
@derekbanas 7 жыл бұрын
You're very kind :)
@123japanuser
@123japanuser 12 жыл бұрын
Monsieur vous êtes très généreux dans l'éloge. Peut-on avoir JASPER RAPPORTS tutoriel?
@qwe123727
@qwe123727 9 жыл бұрын
Derek, vous parlez français?
@uzferry5524
@uzferry5524 8 жыл бұрын
oui
@wasifkhalil8969
@wasifkhalil8969 4 жыл бұрын
amazing thank you so much
@muhammedkerim3625
@muhammedkerim3625 6 жыл бұрын
You are awesome :)
@derekbanas
@derekbanas 6 жыл бұрын
Thank you very much :)
@LittleStoneDogs
@LittleStoneDogs 6 жыл бұрын
Thank-you
@haidarhusain4397
@haidarhusain4397 6 жыл бұрын
bro thank you
@derekbanas
@derekbanas 6 жыл бұрын
I'm happy to help :)
@123japanuser
@123japanuser 12 жыл бұрын
Merci
@BM-il3py
@BM-il3py 6 жыл бұрын
Ok, nice video, but this Elvis-style narrating is not the best. :-)
@derekbanas
@derekbanas 6 жыл бұрын
That's funny :)
UML 2 State Machine Diagrams
12:57
Derek Banas
Рет қаралды 328 М.
UML class diagrams
12:24
Lucid Software
Рет қаралды 620 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
UML 2.0 Class Diagrams
16:47
Derek Banas
Рет қаралды 697 М.
UML Диаграмма Компонентов (UML Component Diagram)
10:40
UML 2 Deployment Diagrams
8:02
Derek Banas
Рет қаралды 212 М.
UML use case diagrams
12:42
Lucid Software
Рет қаралды 492 М.
UML component diagram by Josh Sparks and David Snavely
8:00
David Snavely
Рет қаралды 18 М.
UML 2 Communication Diagrams
10:41
Derek Banas
Рет қаралды 150 М.
UML 2 Sequence Diagrams
12:14
Derek Banas
Рет қаралды 373 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 213 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН