Autumn 2015

TIES456 Introduction to SOA and Cloud Computing, 5 ECTS

TIES532 - Service oriented architectures and cloud computing for developers, 5 ECTS

Today

General feedback - Received submissions

General feedback - Repository structure

General feedback - Repository clean-up

Coding style - Use of null

Coding style - Use of static and Singleton

Copying slides from last week - Streams or String

    .asString()
    .toString
    EntityUtils.toString(...)
    int k;
    String st = "";
    while ((k = stream.read()) != -1) {
        st += (char) k;
    }

Questions for discussion

Questions for discussion 1

Questions for discussion 2

Questions for discussion 3

Tasks for week 39

This week