Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
Release date: Wednesday, 05.06.13 - Due date: Monday, 10.06.13, 23:59
6 points |
---|
In the previous assignment you divided your system into (at least two) different subsystems based on criteria like coupling and cohesion. Now we have to decide which part of the system runs on the mobile phone and which on (an) other machine(s). This might require some adaptation to your subsystem decomposition. But, let us still keep the level of detail as coarse grained as we have our analysis object model.
Your task is to create:
1) A component diagram representing the components of our system.
2) The interfaces of the components.
3) A deployment diagram for our system.
In more detail:
For 1) Review your subsystem decomposition from the previous assignment and build a component diagram based on that: For each subsystem create a component and place the analysis objects in them. Don't forget to list the provided and required interfaces of the components. Add the connections. (We will be already happy if your system has only two components, one being just the boundary to be deployed on the mobile device.)
For 2) For all the interfaces provided by the components: Specify them to the degree that we know the operations they contain. (So you better do not create too many components in 1) You might want to present the interfaces in a separate class diagram.)
For 3) Create a deployment diagram with at least two nodes and deploy the components on them. (Don't forget the names for the nodes and the communication path between the nodes.)
During the development of software, different issues have to be resolved. The following short text describes on a very abstract level how this is done. Based on this abstract description, we present a simple format for your solution to the next three tasks.
For an issue certain criteria are relevant. Proposals that address the issue are assessed by these criteria. Of course a proposal can address more than one issue. Based on the proposals a resolution has to be selected, which resolves the issue. Of course new issues might be raised by proposals. (See our class diagram summarizing this.)
Arguments can support or oppose to criteria and proposals. The can even support or oppose to the positive or negative assessment of a proposal by a criterion. (See our extended class diagram summarizing this.)
Present your solution in the following format:
Issue: <Will be given by the task>
Discussion:
<Criterion> | <Criterion> | <Criterion> | |
---|---|---|---|
<Proposal> | <Positive or Negative Assessment> | <Positive or Negative Assessment> | <Positive or Negative Assessment> |
<Proposal> | <Positive or Negative Assessment> | <Positive or Negative Assessment> | <Positive or Negative Assessment> |
<Proposal> | <Positive or Negative Assessment> | <Positive or Negative Assessment> | <Positive or Negative Assessment> |
Resolution: <The resolution you suggest assessment of the proposals.>
Comments:
3 points |
---|
The cloud BAKERY 2100 is accessed from mobile phones. Here is a suggestion for an extension of the system:
We plan to write a component that allows to find cloud BAKERY 2100's. Yet, we don't know whether to deploy this component on the mobile devices or on the server. Discuss the issue and present it in the predefined format.
Issue:
Proposals:
(We did not talk about multiple cloud BAKERY 2100's before. We would probably need to have more adaptations to our system, but this is not necessary a part of this task.)
3 points |
---|
Read section 4 of the last set of slides.
The cloud BAKERY 2100 software shall be able to store information about Orders, but we haven't decided how to store it. Discuss the issue and present it in the predefined format.
Issue:
Proposals:
3 points |
---|
Read section 5 of the last set of slides.
We want to define the Access Control for the cloud BAKERY 2100, but we haven't decided how to implement it. Discuss the issue and present it in the predefined format.
Issue:
Proposals: