Download presentation
Presentation is loading. Please wait.
1
DEVELOPMENT OF SOFTWARE FOR SUPPORTING THE LEARNING PROCESS ACCORDING TO BOLOGNA AGREEMENTS - LESSONS LEARNED 9 th Workshop "Software Engineering Education and Reverse Engineering" Neum, Bosnia and Herzegovina Vedran Ljubović Faculty of Electrical Engineering Sarajevo vljubovic@etf.unsa.ba Neum, 31. 08. 2009
2
Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned Introduction – Highlights of project "Zamger": Started out as an application for personal use in teaching Becomes interesting to other colleagues Used in implementation of institutional QA policies Iterative and incremental approach used during development
3
Iterative and incremental development (IID) Overview of methods and techniques for software development Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
4
Iterative and incremental approach Iteration – development in steps, gradual product improvement Increment – independent part of product that is developed separately (e.g. by a team) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
5
Iterative and incremental approach Frequent confusion between terms "iterative" and "incremental" For successfull software development both are needed! (Cockburn, 2008; Patton, 2007) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
6
IID vs. Waterfall "The attraction of [waterfall] is its simplicity" (Cauwenberghe, 2002) Waterfall makes it hard to make mistakes; IID requires training, both of managers and programmers (Larman, Basili, 2003) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
7
Feature Driven Development (FDD) Project is divided in parts (classes) by user functionalities, or features Each class has an owner (Coad et al., 1999 *) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
8
Open Source Software Development (OSSD) Release early. Release often. User is involved in development process Developers are involved in all aspects of the project First iteration in a project is the most important one (Raymond, 2002) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
9
Overview of Zamger architecture Zamger modular architecture Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
10
Overview of Zamger architecture Each module is a rounded whole Registry.php – list of modules with access rights Framework deals with security, among else Library modules – offer features for other modules Core database structure is common, individual modules may have own tables (which simply remain empty if module isn't used) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
11
Core database structure (excerpt) Overview of Zamger architecture Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
12
Zamger development specificities Relatively low urgency In-house development Some modules are mid-term / graduate student papers Web application Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
13
Zamger development specificities Web app advantages: Deployment is practically free Bugs fixed "on the fly" Centralized data (backup!) Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
14
Zamger development lifecycle 1. User requirements gathering 2. Requirements analysis and planning 3. Module development 4. "Live" system installation and incremental improvements Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
15
Zamger development lifecycle 3. Module development (e.g. by a student) a. detailed user requirements b. interface and interaction design c. functional prototype d. module development (coding) e. testing f. detailed documentation g. fixes and suggestions from project leader Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
16
Zamger development lifecycle Average iteration lenght: 6 months Relatively long, but there are good reasons (and it wasn't a problem) De-facto ownership of modules, but developers fix bugs everywhere Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
17
Analysis of IID approach in Zamger development Each iteration is "final" release Bugs and features arise from usage ("instability" is an aftermath) Module = feature, completed within one iteration Core features in early iterations Unexpected changes and new features happen all the time – schedule extra time! Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
18
Analysis of IID approach in Zamger development Incremental approach Iterations within an increment Project level iterations Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
19
Conclusions and future work A new reading of literature is offered Zamger project continues... Iteration planning process needs to be elaborated, with emphasis on the first iteration and its importance Vedran Ljubović, Development of Software for Supporting the Learning Process According to Bologna Agreements - Lessons Learned
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.