** 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 2013/2014). 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! NOTICE!
** Requirements and Design
** Team Mladen Subotić Ivan Lučin Rafael Contreras Georgy Shabunin Michele Castellana Željko Kraljević David Riobo
** Content Requirements Functional Nonfunctional Design Overview Architectural components Application flow Technologies
** Functional requirements The system must provide: A JDBC driver that any client application can use for accessing various data sources ( e.g. RDF datasource, MySql...) A Manager Web Interface (MWI) which can be used to limit the data available through the JDBC driver. A MWI user will be able to construct relational tables based on the data from a given data source and in that way provide only the data he wants through the JDBC driver. Complete transparency to the end application that is using it.
** Non-functional requirements System response time < 10 seconds Easy to use Multiple concurent users support
** Design overview
** Architectural components
** Application flow
** Technologies Java ecosystem:) ●Driver ○JDBC 4.1 JSR ●Semantic layer ○Jena API ●Manager back/front end ○Jersey ○javascript, backbone.js, undesore.js, HTML5, CSS