This semster I had a sweet course in university named , Software Engineering 2 , with Professor Ostadzade.
in ubuntu I found some great softwares which can ease usage of UML . I introduce them for you:
Umbrello
Umbrello UML Modeller is a Unified Modelling Language diagram programme for Linux (KDE), Windows and MacOS .
the most exciting thing that I liekd about Umbrello is their Manual Handbook, which they explain all the cool things you can do with Umbrello .
as I read in the handbook, you can Import and Export Codes,
it means you can give a C++ Code to Umbrello and it will draw all the diagrams ! (class , state, squeience ,...)
BOUML
this is simple application, which at first you have to configure everything, like your browser, your editor , ... (it doesn't automaticly recognise your default applications)
you can define Classes, objects, their state and operations nd then generate their C++ or JAVA code .you can even generate diagrams for it
it is very fast and doesn't require much memory to manage several thousands of classes,
Dia Diagram Editor
this is another simple aplliciation which doesn't do much but it is a good Drawing application,
it has all the UML arrows and figures , if you want to draw a UML diagram by yourself , then it can give you a good hand !
|
____ |
Thursday, January 28, 2010UML generators for UbuntuLabels: computer, software overview, ubuntu, UML
Posted by
Medya Ghazizadeh
at
4:17 AM
0
comments
Friday, January 22, 2010Nessecary Tools for Booting Issues on ubuntu and windows , Bootloader, Grub , MBRLabels: boot, computer, troubleshooting, ubuntuSorry guys that I dont update that much, I am stuck with my university in Iran, it is funny I fail my courses with bad scores and those guys who dont know a thing about comptuer get best scores okay enough nagging let read my newest article !
Posted by
Medya Ghazizadeh
at
2:05 AM
0
comments
Thursday, July 9, 2009Debugging Under LinuxLabels: Debugging, tutorial, ubuntuin these hard days in Iran college term finished, being stuck at home, nothing better to do than working programming projects . gdb - now run your binary file to debugg run name_of_your_binaryfile it will give detailed errors of what happend - there is another thing called Backtrace (a report of the active stack frames instantiated by the execution of a program ) after "run" you can type : backtrace -you can also do : breakpoint , which makes your program stop at certain points for example you want a report to be given to you in the function1. you type : b function1 -the last thing I teach you is, file you can import another binary file to examine using : file NAMEOFFILE have fun with GDB .
Posted by
Medya Ghazizadeh
at
9:03 AM
1 comments
Subscribe to:
Posts (Atom)
|








