Framework for creating components (HCD, Assembly, Container)
csw-framework library provides support for creating a component as defined by TMT.
Dependencies
- sbt
-
libraryDependencies += "com.github.tmtsoftware.csw" %% "csw-framework" % "0.1-SNAPSHOT"
- Technical Description
- Source code for examples
- ComponentInfo
- Creating an Assembly or Hcd Component
- Component Handlers
- Managing Command State
- Updating a Long-running Command
- Using the CRM with Subcommands
- addSubCommand
- Fixme for Kim: This snip is broken. Fix #addSubCommand in McsAssemblyComponentHandlers and then make it
@@snip
. - Fixme for Kim: This snip is broken. Fix #updateSubCommand in McsAssemblyComponentHandlers and then make it
@@snip
.
- Tracking Connections
- Publishing State
- Handling Exceptions
- Deploying Components
Technical Description
See CSW Framework Technical Description.
Source code for examples
0.1*