E N D
NOTICE! • These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science and Engineering, University of Mälardalen, Västerås, Sweden and at the Faculty of Electrical Engineering and Computing, University of Zagreb, Croatia (year 2010/2011). • For all other purposes, authors’ written permission is needed! • The purpose of these materials is to help students in better understanding of lectures in DSD and not their replacement!
Vedran Palajić Visual Arhitecture What and how?!?
Requirement groups • VAD = Visual architecture design • CIE = Code input and editing • VCR = Visual code running
Functional requirements • Visual architecture design • Start new work, continue old work • Add and remove parts • Connect parts • Save and store
Functional requirements • Code input • Start new work, continue old work • Add and remove code • Save and store
Functional requirements • Code debuging • Select code • Step by step • Resume to next break point
Non functional requirements • Heavy use of Eclipse technology • Developing Eclipse plugin • Using Eclipse plugins • EMF, GMF, Xtext, Java debuger
Critical stuff • Architecture design, basic parts • Code input and basic support • Basic debbuging information • Java is your friend - use it
Optional • Advanced architecture design • Alot of code input support • Many debugging options
In the future, far, far away • New assembly and microcode language definitions • More levels of architecture view during debugging • Very rich animations
Project scope • Eclipse plugin = integreted in Eclipse • Interaction with Eclipse and its components • Components: VAD, CIE and VCR
Software architecture • Architecture design on “one side” (EMF, GMF) • Code input on “other side”(EMF, Xtext) • Code running “in the middle”(EMF, Java debugger)
Thnx for listening • Questions please ^^