mobilecloud-14 icon indicating copy to clipboard operation
mobilecloud-14 copied to clipboard

Source code and assignments for the Programming Cloud Services for Android Handheld Systems Course

Results 15 mobilecloud-14 issues
Sort by recently updated
recently updated
newest added

'Id' needs to be String in order for Spring Data JPA to correctly assign an allow MongoDB to automatically generate an ObjectId('...') and return to Spring Data JPA.

This will spare the user from installing gradle system wide and avoid version conflicts, let me know if this is a good idea and I will update the rest of...

There is now a mobilecloud-specific package name that this change references in the assignment instructions README file.

Hi Jules, the Response is not used. I think that should be void. Thanks

The 2nd assignment won't build using gradle. ``` ./gradlew clean build :clean :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.7 /home/me/Dokumente/OnlineKurse/CloudServices1/assignments/mobilecloud-14/assignments/Asgn2-VideoLike/src/main/java/org/magnum/mobilecloud/video/AutoGrading.java:31: error: cannot find symbol...

It would be nice if Continuous Integration was enabled for the sample projects with a free service (for open source projects) like [Travis CI](https://travis-ci.org/), [Drone](https://drone.io/), [CodeShip](https://www.codeship.io/) and/or [Shippable](https://www.shippable.com/). This would...

- added Spring Test MVC unit and integration tests - as discussed here at this post: https://class.coursera.org/mobilecloud-001/forum/thread?thread_id=690

Dear Professor, I have installed Eclipse 4.4 in Ubuntu 14.04 and trying to install new software Gradlerespository to finish the first assignment. It is not available . Kindly resolve the...

The assignment says that if a video has not yet been uploaded, but meta-data has been created, it should respond with a 404 response code. > If no mpeg data...