Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Videos" mellan 2015-11-23 10:46 av Leif Lindbäck och 2015-11-30 16:35 av Leif Lindbäck.

Visa < föregående | nästa > ändring.

Videos

Video for Homework 1
* howto-java-netbeans.webm
* howto-java-netbeans.mp4
Comments The following has changed since the video was recorded.


* Version numbers of Java and NetBeans are changed.
* The package name in the source code is changed from se.kth.id2212.simple to se.kth.id2212.ex1.simple
* The location from where to download the source is now https://github.com/KTH-ID2212/exercise1/archive/master.zip
Video for Homework 2
* howto-rmi.webm
* howto-rmi.mp4
Comments The following has changed since the video was recorded.


* The bug mentioned at 5:38 in the video is still around (maybe it should be called a feature). However, the current version of the example will start the rmi registry for you. Therefore, you may completely ignore the parts of the tutorial related to starting the rmi registry.
* Version numbers of Java and NetBeans are changed.
* The package name in the source code is changed from se.kth.id2212.distprodcons to se.kth.id2212.ex2.distprodcons
* The location from where to download the source is now https://github.com/KTH-ID2212/exercise2/archive/master.zip
Video for Homework 3
* howto-jdbc-jpa.webm
* howto-jdbc-jpa.mp4
The following has changed since the video was recorded.


* Version numbers of Java and NetBeans are changed.
* The package name in the source code is changed from se.kth.id2212.bankjdbc to se.kth.id2212.ex3.bankjdbc and from se.kth.id2212.bankjpa to se.kth.id2212.ex3.bankjpa
* The location from where to download the source is now https://github.com/KTH-ID2212/exercise3/archive/master.zip
Video for Homework 4 Will be available here.¶
* javaee7-create-app.webm
* javaee-create-app.mp4
The following has changed since the video was recorded.¶


* Version numbers of Java and NetBeans are changed.
* The package name in the source code is changed from bank.view, bank.controller and bank.model to se.kth.id2212.ex4.bank.view etc.
* The location from where to download the source is now https://github.com/KTH-ID2212/exercise4/archive/master.zip
* At 14:20 in the video, the eclipselink JPA implementation is not specified in the current NetBeans version. That is because it is the default provider and there is no need to specify it.