If we want to deploy our previous example (DateInterface) we must create a tree structure like the following:
/-- deployment.props \- service-impl/ \- classes/ \- demo/ \- date/ |- DateInterface.class \- DateServiceImpl.class
If we are not going to use extra information like SM[1], service-chain of libraries, these directories do not need to be present while deployment.
[1] | We are not developing now using the DBE ServiceFactory, so we haven't ServiceManifest. The Servent can run with or without it. Evidently its better to work with it if we want to work within the DBE network but it's more easy to understand if we work without while teaching the Servent itself. |