|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History
# The main class of the DSB kernel. This is the class which instanciate DSB
class=org.petalslink.dsb.kernel.PetalsServerImpl{code}
class=org.petalslink.dsb.kernel.PetalsServerImpl{code}* 'name' is just a name displayed in the terminal at startup.
* 'url' is an URL displayed in the terminal at startup.
* 'mail' is the contact email for this distribution displayed in the terminal at startup
* 'jars' is a list as CSV which is used to add some libraries in the container classpath. This is quite useful when you extend the DSB and when you need to add dependencies. There is no need to define any version number but just the beginning of the dependency name, the DSB will do the rest.
* 'class' is the main class to be started by the launcher, this class will load all the architecture components. This predefined class should work in most cases.
* 'url' is an URL displayed in the terminal at startup.
* 'mail' is the contact email for this distribution displayed in the terminal at startup
* 'jars' is a list as CSV which is used to add some libraries in the container classpath. This is quite useful when you extend the DSB and when you need to add dependencies. There is no need to define any version number but just the beginning of the dependency name, the DSB will do the rest.
* 'class' is the main class to be started by the launcher, this class will load all the architecture components. This predefined class should work in most cases.