You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
As you probably know, the materials are now out-of-sync with recent updates on the template (corda-training-template).
Newer pdfs, that are possibly used in the current course, if any, should be reflected to this repository, for consistency.
Example of updates to be reflected:
In Module 10 - Plugins and APIs.pdf:
The value of teaching Restful APIs in Jetty has diminished when we consider the deprecation of the webserver in favour of an external package e.g. springboot. In springboot, the implementation for the API would have been different. Good catch nonetheless.
page 14: suggests commenting out in the corda-training-template, GET 'ious'
page 23: Will update the deck to Created
page 34: Will update the deck to rpcOps.startTrackedFlow(::IOUIssueFlow, state)
Thanks for the comment and the amendments. Got that Jetty-based materials will be obsoleted and we should rather move on to springboot etc.
This might be a little bit picky, but IOUIssueFlow:: should be typo of ::IOUIssueFlow in #5 .
As you probably know, the materials are now out-of-sync with recent updates on the template (
corda-training-template
).Newer pdfs, that are possibly used in the current course, if any, should be reflected to this repository, for consistency.
Example of updates to be reflected:
In
Module 10 - Plugins and APIs.pdf
:404
error404
(for this, I created a separate issue: Part of IOUApi should be left unimplemented in sync with training materials corda-training-template#20 )Accepted
responseCreated
services.startFlowDynamic(IOUIssueFlow::class.java, state, lender)
rpcOps.startTrackedFlow(::IOUIssueFlow, state)
would be appropriateThe text was updated successfully, but these errors were encountered: