Skip to content
Snippets Groups Projects
Commit 854f534d authored by Fuentes Serna  Juan Mariano (ID SIS)'s avatar Fuentes Serna Juan Mariano (ID SIS)
Browse files

SSDM-6001 - More documentation, Service class description

parent d3e21570
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,11 @@ JSON object mapper interface and implementations.
Logging interface and implementation.
### ch.ethz.sis.microservices.server.services ###
Service interface and implementation.
Service interface and implementations.
To implement a new service is sufficient to extend the class ch.ethz.sis.microservices.server.services.Service. This class extends the standard J2EE HttpServlet and is up to the implementer to decide to accept the different http methods.
This class just provides a convenience method getServiceConfig() to retrieve the configuration.
### ch.ethz.sis.microservices.server.startup ###
Main class and launcher.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment