(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
package ch.schumm.fakeservice.bean; | |
import ch.schumm.fake.FakeUnmarshaller; | |
import ch.schumm.fakeservice.model.Kunde; | |
import ch.schumm.fakeservice.model.Suchkriterium; | |
/** | |
* Ein Fake-Bean, das den FakeUnmarshaller benutzt. | |
* @author C709360 | |
* |