Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Leif Lindbäck 2015-11-30 16:35

Visa < föregående | nästa >
Jämför < föregående | nästa >

Videos

Video for Homework 1

Comments

The following has changed since the video was recorded.

Video for Homework 2

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

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

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.